HomeSort by: relevance | last modified time | path
    Searched defs:FT_MulFix (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/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) )
  /xsrc/external/mit/freetype/dist/src/base/
ftcalc.c 29 * FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(),
43 #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 = ADD_LONG( FT_MulFix( a->xx, b->xx ),
670 FT_MulFix( a->xy, b->yx ) );
671 xy = ADD_LONG( FT_MulFix( a->xx, b->xy ),
672 FT_MulFix( a->xy, b->yy ) );
673 yx = ADD_LONG( FT_MulFix( a->yx, b->xx )
    [all...]

Completed in 5 milliseconds