Flutter Engine
The Flutter Engine
|
#include "include/core/SkFont.h"
#include "include/core/SkFontTypes.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkTypeface.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkTo.h"
#include "src/base/SkAutoMalloc.h"
#include "src/core/SkFontPriv.h"
#include "src/core/SkPtrRecorder.h"
#include "src/core/SkReadBuffer.h"
#include "src/core/SkWriteBuffer.h"
#include "tests/Test.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
#include <cstddef>
Go to the source code of this file.
Enumerations | |
enum | { kForceAutoHinting = 1 << 0 , kEmbeddedBitmaps = 1 << 1 , kSubpixel = 1 << 2 , kLinearMetrics = 1 << 3 , kEmbolden = 1 << 4 , kBaselineSnap = 1 << 5 , kAllBits = 0x3F } |
Functions | |
static SkFont | serialize_deserialize (const SkFont &font, skiatest::Reporter *reporter) |
static void | apply_flags (SkFont *font, unsigned flags) |
DEF_TEST (Font_flatten, reporter) | |
anonymous enum |
Enumerator | |
---|---|
kForceAutoHinting | |
kEmbeddedBitmaps | |
kSubpixel | |
kLinearMetrics | |
kEmbolden | |
kBaselineSnap | |
kAllBits |
Definition at line 54 of file FontTest.cpp.
|
static |
Definition at line 65 of file FontTest.cpp.
DEF_TEST | ( | Font_flatten | , |
reporter | |||
) |
Definition at line 74 of file FontTest.cpp.
|
static |
Definition at line 25 of file FontTest.cpp.