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

  /external/freetype/include/freetype/
fttypes.h 78 /* FT_F2Dot14 */
255 /* FT_F2Dot14 */
260 typedef signed short FT_F2Dot14;
343 /* FT_F2Dot14 types. */
352 FT_F2Dot14 x;
353 FT_F2Dot14 y;
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 242 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
243 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
    [all...]

Completed in 569 milliseconds