Searched defs:TT_MulFix14 (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/truetype/
H A Dttinterp.c93 /* This macro computes (a*2^14)/b and complements TT_MulFix14. */
1257 #define TT_MulFix14 TT_MulFix14_arm macro
1310 #define TT_MulFix14 TT_MulFix14_long_long macro
1347 #ifndef TT_MulFix14
1353 TT_MulFix14( FT_Int32 a, function
1383 #endif /* !TT_MulFix14 */
1511 x = TT_MulFix14( exc->tt_metrics.x_ratio,
1513 y = TT_MulFix14( exc->tt_metrics.y_ratio,
5679 dx = TT_MulFix14( args[0], exc->GS.freeVector.x );
5680 dy = TT_MulFix14( arg
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c235 /* This macro computes (a*2^14)/b and complements TT_MulFix14. */
1412 #define TT_MulFix14 TT_MulFix14_arm macro
1465 #define TT_MulFix14 TT_MulFix14_long_long macro
1502 #ifndef TT_MulFix14
1508 TT_MulFix14( FT_Int32 a, function
1538 #endif /* !TT_MulFix14 */
1666 x = TT_MulFix14( CUR.tt_metrics.x_ratio,
1668 y = TT_MulFix14( CUR.tt_metrics.y_ratio,
6131 dx = TT_MulFix14( (FT_UInt32)args[0], CUR.GS.freeVector.x );
6132 dy = TT_MulFix14( (FT_UInt3
[all...]

Completed in 156 milliseconds