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

/external/chromium_org/third_party/freetype/src/base/
H A Dftcalc.c29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
43 #undef FT_MulFix macro
207 FT_MulFix( FT_Long a,
451 FT_MulFix( FT_Long a,
727 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
728 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
729 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix(
[all...]
/external/freetype/src/base/
H A Dftcalc.c29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
43 #undef FT_MulFix macro
207 FT_MulFix( FT_Long a,
451 FT_MulFix( FT_Long a,
727 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
728 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
729 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix(
[all...]
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h3656 /* FT_MulFix */
3706 /* FT_MulFix */
3733 FT_MulFix( FT_Long a,
3740 #define FT_MulFix( a, b ) FT_MULFIX_INLINED( a, b ) macro
3743 FT_MulFix( FT_Long a,
/external/freetype/include/freetype/
H A Dfreetype.h3656 /* FT_MulFix */
3706 /* FT_MulFix */
3733 FT_MulFix( FT_Long a,
3740 #define FT_MulFix( a, b ) FT_MULFIX_INLINED( a, b ) macro
3743 FT_MulFix( FT_Long a,

Completed in 148 milliseconds