Home
last modified time | relevance | path

Searched refs:FT_F2Dot14 (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/freetype/include/freetype/
Dfttypes.h264 typedef signed short FT_F2Dot14; typedef
356 FT_F2Dot14 x;
357 FT_F2Dot14 y;
/external/freetype/include/freetype/
Dfttypes.h264 typedef signed short FT_F2Dot14; typedef
356 FT_F2Dot14 x;
357 FT_F2Dot14 y;
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.c103 exc->GS.V.x = (FT_F2Dot14)( exc->GS.both_x_axis ? 0x4000 : 0 ); \
104 exc->GS.V.y = (FT_F2Dot14)( exc->GS.both_x_axis ? 0 : 0x4000 ); \
2273 FT_F2Dot14 GridPeriod, in SetSuperRound()
2591 R->x = (FT_F2Dot14)( V.x / 4 ); in Normalize()
2592 R->y = (FT_F2Dot14)( V.y / 4 ); in Normalize()
/external/freetype/src/truetype/
Dttinterp.c2272 FT_F2Dot14 GridPeriod, in SetSuperRound()
2541 R->x = (FT_F2Dot14)( V.x / 4 ); in Normalize()
2542 R->y = (FT_F2Dot14)( V.y / 4 ); in Normalize()