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

/system/core/libpixelflinger/
H A Dtrap.cpp636 int32_t x_incr; // on each step, increment x by that amount member in struct:android::Edge
648 edge->x_incr, edge->x_incr/float(FIXED_ONE) );
704 edge->x_incr = 0;
709 edge->x_incr = gglDivQ16(dx, dy);
712 int32_t xadjust = (edge->x_incr * (ymin-y1)) >> TRI_FRACTION_BITS;
732 ((left->x == right->x) && (left->x_incr > right->x_incr))) {
738 const int left_xi = left->x_incr;
739 const int right_xi = right->x_incr;
828 GGLfixed x_incr; // on each y step, increment x by that amount member in struct:android::AAEdge
[all...]

Completed in 7 milliseconds