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

  /external/freetype/include/freetype/internal/
ftcalc.h 32 /* FT_MulDiv() and FT_MulFix() are declared in freetype.h. */
244 #define FT_MulFix( a, b ) FT_MULFIX_ASSEMBLER( (FT_Int32)(a), (FT_Int32)(b) )
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftcalc.h 32 /* FT_MulDiv() and FT_MulFix() are declared in freetype.h. */
244 #define FT_MulFix( a, b ) FT_MULFIX_ASSEMBLER( (FT_Int32)(a), (FT_Int32)(b) )
  /external/freetype/src/base/
ftcalc.c 29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
44 #undef FT_MulFix
231 FT_MulFix( FT_Long a_,
394 /* FT_MulFix, on the other hand, is optimized for a small value of */
508 FT_MulFix( FT_Long a_,
669 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
670 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
671 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx )
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftcalc.c 29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
44 #undef FT_MulFix
231 FT_MulFix( FT_Long a_,
394 /* FT_MulFix, on the other hand, is optimized for a small value of */
508 FT_MulFix( FT_Long a_,
669 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
670 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
671 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx )
    [all...]

Completed in 195 milliseconds