Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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()
936 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in ft_corner_orientation()
937 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
/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()
936 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in ft_corner_orientation()
937 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
/external/pdfium/third_party/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()
936 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in ft_corner_orientation()
937 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.25951 ./ftcalc.c (ft_multo64), change linear intercept.