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

/external/freetype/src/base/
H A Dftcalc.c29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
42 #undef FT_MulFix macro
196 FT_MulFix( FT_Long a,
435 FT_MulFix( FT_Long a,
710 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
711 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
712 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix(
[all...]
/external/freetype/include/freetype/
H A Dfreetype.h3574 /* FT_MulFix */
3624 /* FT_MulFix */
3651 FT_MulFix( FT_Long a,
3658 #define FT_MulFix( a, b ) FT_MULFIX_INLINED( a, b ) macro
3661 FT_MulFix( FT_Long a,

Completed in 65 milliseconds