Flutter Engine
The Flutter Engine
|
#include "include/core/SkColor.h"
#include "include/core/SkSpan.h"
#include "include/core/SkTypes.h"
#include "src/core/SkGlyph.h"
#include "src/core/SkScalerContext.h"
Go to the source code of this file.
Classes | |
struct | SkScalerContextFTUtils |
Macros | |
#define | SK_TRACEFTR(ERR, ...) do { sk_ignore_unused_variable(ERR); } while (false) |
Typedefs | |
typedef struct FT_FaceRec_ * | FT_Face |
typedef signed long | FT_Pos |
#define SK_TRACEFTR | ( | ERR, | |
... | |||
) | do { sk_ignore_unused_variable(ERR); } while (false) |
Definition at line 31 of file SkFontHost_FreeType_common.h.
typedef struct FT_FaceRec_* FT_Face |
Definition at line 21 of file SkFontHost_FreeType_common.h.
typedef signed long FT_Pos |
Definition at line 22 of file SkFontHost_FreeType_common.h.