Searched defs:FMulDiv (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/raster/
H A Dftraster.c258 /* FMulDiv means `Fast MulDiv'; it is used in case where `b' is */
261 #define FMulDiv( a, b, c ) ( (a) * (b) / (c) ) macro
1040 /* x2 += FMulDiv( Dx, maxy - y2, Dy ); UNNECESSARY */
1275 *top++ = arc[degree].x + FMulDiv( arc[0].x - arc[degree].x,

Completed in 201 milliseconds