Searched refs:FMulDiv (Results 1 – 2 of 2) sorted by relevance
260 #define FMulDiv( a, b, c ) ( (a) * (b) / (c) ) macro1288 *top++ = arc[degree].x + FMulDiv( arc[0].x - arc[degree].x, in Bezier_Up()
4948 * src/raster/ftraster.c (Line_Up): Replace FMulDiv with SMulDiv