Searched refs:TT_MulFix14 (Results 1 – 5 of 5) sorted by relevance
1261 #define TT_MulFix14 TT_MulFix14_arm macro1314 #define TT_MulFix14 TT_MulFix14_long_long macro1351 #ifndef TT_MulFix141357 TT_MulFix14( FT_Int32 a, in TT_MulFix14() function1504 x = TT_MulFix14( exc->tt_metrics.x_ratio, in Current_Ratio()1506 y = TT_MulFix14( exc->tt_metrics.y_ratio, in Current_Ratio()5707 dx = TT_MulFix14( args[0], exc->GS.freeVector.x ); in Ins_SHPIX()5708 dy = TT_MulFix14( args[0], exc->GS.freeVector.y ); in Ins_SHPIX()6035 exc->zp0.org[point].x = TT_MulFix14( distance, in Ins_MIAP()6037 exc->zp0.org[point].y = TT_MulFix14( distance, in Ins_MIAP()[all …]
125 * src/truetype/ttinterp.c (TT_MulFix14, TT_DotFix14): Ditto.1126 components as the second TT_MulFix14 arguments. This is required1135 (Current_Ratio): Use TT_MulFix14 instead of FT_MulDiv.1136 (Ins_SHPIX): Cancel out two TT_MulFix14 calls.
1040 (the argument of TT_MulFix14()).6291 (TT_MulFix14): Rewrite.
4391 [truetype] Add assembler code for TT_MulFix14 and TT_DotFix14.
8910 (TT_MulFix14, TT_DotFix14): New functions.