Searched defs:FT_MulFix (Results 1 - 6 of 6) 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(), */
272 #undef FT_MulFix macro
444 FT_MulFix( FT_Long a,
694 FT_MulFix( FT_Long a,
970 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
971 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
972 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/
H A Dfreetype.h3724 /* FT_MulFix */
3774 /* FT_MulFix */
3801 FT_MulFix( FT_Long a,
3808 #define FT_MulFix( a, b ) FT_MULFIX_INLINED( a, b ) macro
3811 FT_MulFix( FT_Long a,
/external/pdfium/core/include/thirdparties/freetype/
H A Dfoxitnames.h265 #define FT_MulFix FPDFAPI_FT_MulFix macro
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/
H A Dfoxitnames.h270 #define FT_MulFix FPDFAPI_FT_MulFix macro

Completed in 1499 milliseconds