Home
last modified time | relevance | path

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

/external/freetype/include/freetype/
Dfttypes.h260 typedef signed short FT_F2Dot14; typedef
352 FT_F2Dot14 x;
353 FT_F2Dot14 y;
/external/freetype/src/truetype/
Dttinterp.c242 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 ); \
2738 R->x = (FT_F2Dot14)FT_MulDiv( Vx, 0x4000L, W ); in Normalize()
2739 R->y = (FT_F2Dot14)FT_MulDiv( Vy, 0x4000L, W ); in Normalize()
2801 R->x = (FT_F2Dot14)Vx; /* Type conversion */ in Normalize()
2802 R->y = (FT_F2Dot14)Vy; /* Type conversion */ in Normalize()