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

/system/core/libpixelflinger/
H A Dtrap.cpp827 GGLfixed y_incr; // on each x step, increment y by that amount member in struct:android::AAEdge
839 "x_incr=%08x (%.3f), y_incr=%08x (%.3f), "
843 y_incr, y_incr*iter,
889 edge->y_incr = 0x7FFFFFFF;
894 edge->y_incr = abs(gglDivQ16(dy, dx));
1088 const int32_t y_incr = left->y_incr; local
1090 int32_t cf = (dx * dx * y_incr) >> cf_shift;
1093 // following pixels get covered by y_incr, bu
1130 const int32_t y_incr = right->y_incr; local
[all...]

Completed in 774 milliseconds