Searched refs:FT_F2Dot14 (Results 1 – 2 of 2) sorted by relevance
260 typedef signed short FT_F2Dot14; typedef352 FT_F2Dot14 x;353 FT_F2Dot14 y;
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 ); \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()