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

  /external/freetype/src/base/
ftcalc.c 29 /* FT_MulDiv(), FT_MulFix(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(), */
42 #undef FT_MulFix
196 FT_MulFix( FT_Long a,
435 FT_MulFix( FT_Long a,
710 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
711 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
712 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx )
    [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]

Completed in 99 milliseconds