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

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsscanline.c2298 #define ALPHA_X(xx) ((last_alpha*(x2-(xx))+alpha*((xx)-x1))/(x2-x1)) macro
2306 aa = (1.0 - (x1 - ix1)) * 0.5 * (last_alpha+ALPHA_X(ix1+1));
2335 ALPHA_X(i+0.5)))
2343 double aa = (x2 - ix2) * 0.5 * (alpha + ALPHA_X(ix2));
2358 #undef ALPHA_X macro

Completed in 101 milliseconds