Home
last modified time | relevance | path

Searched refs:TT_MulFix14 (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/truetype/
Dttinterp.c1261 #define TT_MulFix14 TT_MulFix14_arm macro
1314 #define TT_MulFix14 TT_MulFix14_long_long macro
1351 #ifndef TT_MulFix14
1357 TT_MulFix14( FT_Int32 a, in TT_MulFix14() function
1504 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 …]
/external/freetype/
DChangeLog.24125 * src/truetype/ttinterp.c (TT_MulFix14, TT_DotFix14): Ditto.
1126 components as the second TT_MulFix14 arguments. This is required
1135 (Current_Ratio): Use TT_MulFix14 instead of FT_MulDiv.
1136 (Ins_SHPIX): Cancel out two TT_MulFix14 calls.
DChangeLog.231040 (the argument of TT_MulFix14()).
6291 (TT_MulFix14): Rewrite.
DChangeLog.254391 [truetype] Add assembler code for TT_MulFix14 and TT_DotFix14.
DChangeLog.218910 (TT_MulFix14, TT_DotFix14): New functions.