HomeSort by relevance Sort by last modified time
    Searched refs:FT_F26Dot6 (Results 1 - 11 of 11) sorted by null

  /external/freetype/src/truetype/
ttinterp.h 69 typedef FT_F26Dot6
70 (*TT_Round_Func)( EXEC_OP_ FT_F26Dot6 distance,
71 FT_F26Dot6 compensation );
77 FT_F26Dot6 distance );
80 typedef FT_F26Dot6
85 typedef FT_F26Dot6
92 FT_F26Dot6 value );
184 FT_F26Dot6 period; /* values used for the */
185 FT_F26Dot6 phase; /* `SuperRounding' */
186 FT_F26Dot6 threshold
    [all...]
ttobjs.h 91 FT_F26Dot6 minimum_distance;
95 FT_F26Dot6 control_value_cutin;
96 FT_F26Dot6 single_width_cutin;
97 FT_F26Dot6 single_width_value;
192 FT_F26Dot6 ox, oy; /* offsets */
273 FT_F26Dot6 compensations[4]; /* device-specific compensations */
ttinterp.c 606 sizeof ( FT_F26Dot6 ),
    [all...]
  /external/freetype/include/freetype/
fttypes.h 80 /* FT_F26Dot6 */
266 /* FT_F26Dot6 */
272 typedef signed long FT_F26Dot6;
    [all...]
freetype.h     [all...]
  /external/freetype/include/freetype/internal/
ftdriver.h 67 FT_F26Dot6 char_width,
68 FT_F26Dot6 char_height,
231 FT_F26Dot6 width,
232 FT_F26Dot6 height,
  /external/freetype/src/cff/
cffobjs.h 108 FT_F26Dot6 ox, oy; /* offsets */
  /external/freetype/src/raster/
ftmisc.h 47 typedef signed long FT_F26Dot6;
ftraster.c 350 FT_F26Dot6 X; /* current coordinate during sweep */
422 FT_F26Dot6 x1,
423 FT_F26Dot6 x2,
    [all...]
  /external/freetype/src/sfnt/
sfdriver.c 492 req.width = (FT_F26Dot6)x_ppem;
493 req.height = (FT_F26Dot6)y_ppem;
  /external/freetype/src/base/
ftobjs.c     [all...]

Completed in 45 milliseconds