Flutter Engine
The Flutter Engine
|
#include "include/core/SkFont.h"
#include "include/core/SkFontTypes.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/private/base/SkAssert.h"
#include "include/private/base/SkTo.h"
#include "src/core/SkFontPriv.h"
#include "src/core/SkReadBuffer.h"
#include "src/core/SkWriteBuffer.h"
#include <cstdint>
Go to the source code of this file.
Enumerations | |
enum | { kSize_Is_Byte_Bit = 1 << 31 , kHas_ScaleX_Bit = 1 << 30 , kHas_SkewX_Bit = 1 << 29 , kHas_Typeface_Bit = 1 << 28 , kShift_for_Size = 16 , kMask_For_Size = 0xFF , kShift_For_Flags = 4 , kMask_For_Flags = 0xFFF , kShift_For_Edging = 2 , kMask_For_Edging = 0x3 , kShift_For_Hinting = 0 , kMask_For_Hinting = 0x3 } |
Functions | |
static bool | scalar_is_byte (SkScalar x) |
anonymous enum |
Definition at line 24 of file SkFont_serial.cpp.
|
static |
Definition at line 43 of file SkFont_serial.cpp.