Searched defs:FT_Pos (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_FreeType_common.h24 typedef signed long FT_Pos; typedef
41 static const FT_Pos kBitmapEmboldenStrength = 1 << 6;
/external/skqp/src/ports/
H A DSkFontHost_FreeType_common.h24 typedef signed long FT_Pos; typedef
41 static const FT_Pos kBitmapEmboldenStrength = 1 << 6;
/external/freetype/include/freetype/
H A Dftimage.h51 /* FT_Pos */
54 /* The type FT_Pos is used to store vectorial coordinates. Depending */
58 typedef signed long FT_Pos; typedef
68 /* the FT_Pos type. */
76 FT_Pos x;
77 FT_Pos y;
117 FT_Pos xMin, yMin;
118 FT_Pos xMax, yMax;
636 FT_Pos delta;

Completed in 719 milliseconds