HomeSort by relevance Sort by last modified time
    Searched defs:FT_MulFix (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
43 #undef FT_MulFix
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( a->yy, b->yx )
    [all...]
  /external/freetype/src/base/
ftcalc.c 29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
272 #undef FT_MulFix
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( a->yy, b->yx )
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h     [all...]
  /external/freetype/include/
freetype.h     [all...]
  /external/pdfium/core/include/thirdparties/freetype/
foxitnames.h 265 #define FT_MulFix FPDFAPI_FT_MulFix
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/
foxitnames.h 270 #define FT_MulFix FPDFAPI_FT_MulFix

Completed in 93 milliseconds