Searched defs:FT_MulFix (Results 1 – 2 of 2) sorted by relevance
232 FT_MulFix( FT_Long a_, in FT_MulFix() function509 FT_MulFix( FT_Long a_, in FT_MulFix() function
244 #define FT_MulFix( a, b ) FT_MULFIX_ASSEMBLER( (FT_Int32)(a), (FT_Int32)(b) ) macro