HomeSort by relevance Sort by last modified time
    Searched defs:FT_Pos (Results 1 - 4 of 4) sorted by null

  /external/skia/src/ports/
SkFontHost_FreeType_common.h 24 typedef signed long FT_Pos;
30 static const FT_Pos kBitmapEmboldenStrength = 1 << 6;
  /external/freetype/include/freetype/
ftimage.h 51 /* FT_Pos */
54 /* The type FT_Pos is used to store vectorial coordinates. Depending */
58 typedef signed long FT_Pos;
68 /* the FT_Pos type. */
76 FT_Pos x;
77 FT_Pos y;
117 FT_Pos xMin, yMin;
118 FT_Pos xMax, yMax;
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftimage.h 51 /* FT_Pos */
54 /* The type FT_Pos is used to store vectorial coordinates. Depending */
58 typedef signed long FT_Pos;
68 /* the FT_Pos type. */
76 FT_Pos x;
77 FT_Pos y;
117 FT_Pos xMin, yMin;
118 FT_Pos xMax, yMax;
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h 51 /* FT_Pos */
54 /* The type FT_Pos is used to store vectorial coordinates. Depending */
58 typedef signed long FT_Pos;
68 /* the FT_Pos type. */
76 FT_Pos x;
77 FT_Pos y;
117 FT_Pos xMin, yMin;
118 FT_Pos xMax, yMax;
    [all...]

Completed in 475 milliseconds