Searched refs:SMulDiv (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/raster/
H A Dftraster.c262 /* On the other hand, SMulDiv means `Slow MulDiv', and is used typically */
265 #define SMulDiv FT_MulDiv macro
1112 x1 += SMulDiv( Dx, miny - y1, Dy );
1140 x1 += SMulDiv( Dx, ras.precision - f1, Dy );
/external/freetype/src/raster/
H A Dftraster.c262 /* On the other hand, SMulDiv means `Slow MulDiv', and is used typically */
265 #define SMulDiv FT_MulDiv macro
1114 x1 += SMulDiv( Dx, miny - y1, Dy );
1142 x1 += SMulDiv( Dx, ras.precision - f1, Dy );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c262 /* On the other hand, SMulDiv means `Slow MulDiv', and is used typically */
265 #define SMulDiv FT_MulDiv macro
1114 x1 += SMulDiv( Dx, miny - y1, Dy );
1142 x1 += SMulDiv( Dx, ras.precision - f1, Dy );

Completed in 60 milliseconds