Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Macros | Typedefs
SkFontHost_FreeType_common.h File Reference
#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
 

Macro Definition Documentation

◆ SK_TRACEFTR

#define SK_TRACEFTR (   ERR,
  ... 
)    do { sk_ignore_unused_variable(ERR); } while (false)

Definition at line 31 of file SkFontHost_FreeType_common.h.

Typedef Documentation

◆ FT_Face

typedef struct FT_FaceRec_* FT_Face

Definition at line 21 of file SkFontHost_FreeType_common.h.

◆ FT_Pos

typedef signed long FT_Pos

Definition at line 22 of file SkFontHost_FreeType_common.h.