Searched refs:ft_multo64 (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/freetype/src/base/ |
D | ftcalc.c | 267 ft_multo64( FT_UInt32 x, in ft_multo64() function 429 ft_multo64( a, b, &temp ); in FT_MulDiv() 471 ft_multo64( a, b, &temp ); in FT_MulDiv_No_Round() 831 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 ); in ft_corner_orientation() 832 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 ); in ft_corner_orientation()
|
/external/freetype/src/base/ |
D | ftcalc.c | 294 ft_multo64( FT_UInt32 x, in ft_multo64() function 462 ft_multo64( a, b, &temp ); in FT_MulDiv() 513 ft_multo64( a, b, &temp ); in FT_MulDiv_No_Round() 885 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in ft_corner_orientation() 886 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
|