Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftcalc.c280 ft_multo64( FT_UInt32 x, in ft_multo64() function
445 ft_multo64( a, b, &temp ); in FT_MulDiv()
493 ft_multo64( a, b, &temp ); in FT_MulDiv_No_Round()
1016 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in ft_corner_orientation()
1017 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
/external/freetype/
DChangeLog.25951 ./ftcalc.c (ft_multo64), change linear intercept.