Home
last modified time | relevance | path

Searched refs:ft_multo64 (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/base/
Dftcalc.c279 ft_multo64( FT_UInt32 x, in ft_multo64() function
444 ft_multo64( a, b, &temp ); in FT_MulDiv()
492 ft_multo64( a, b, &temp ); in FT_MulDiv_No_Round()
999 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in ft_corner_orientation()
1000 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
1103 ft_multo64( scalar, factor, &multResult ); in FT_MulAddFix()
/external/freetype/docs/oldlogs/
DChangeLog.25951 ./ftcalc.c (ft_multo64), change linear intercept.