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;
254 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \255 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \2763 R->x = (FT_F2Dot14)TT_DivFix14( Vx, W ); in Normalize()2764 R->y = (FT_F2Dot14)TT_DivFix14( Vy, W ); in Normalize()
Completed in 17 milliseconds