HomeSort by relevance Sort by last modified time
    Searched refs:ft_multo64 (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcalc.c 275 ft_multo64( FT_UInt32 x, function
399 ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp );
436 ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp );
594 FT_MulTo64( FT_Int32 x,
604 ft_multo64( x, y, z );
910 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 );
911 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 );
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 277 ft_multo64( FT_UInt32 x, function
401 ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp );
438 ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp );
596 FT_MulTo64( FT_Int32 x,
606 ft_multo64( x, y, z );
912 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 );
913 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 );
  /external/freetype/src/base/
ftcalc.c 514 ft_multo64( FT_UInt32 x, function
644 ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp );
681 ft_multo64( (FT_Int32)a, (FT_Int32)b, &temp );
839 FT_MulTo64( FT_Int32 x,
849 ft_multo64( x, y, z );
1159 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 );
1160 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 );

Completed in 90 milliseconds