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

/system/core/libpixelflinger/
H A Dtrap.cpp634 int32_t x_incr; // on each step, increment x by that amount member in struct:android::Edge
646 edge->x_incr, edge->x_incr/float(FIXED_ONE) );
702 edge->x_incr = 0;
707 edge->x_incr = gglDivQ16(dx, dy);
710 int32_t xadjust = (edge->x_incr * (ymin-y1)) >> TRI_FRACTION_BITS;
730 ((left->x == right->x) && (left->x_incr > right->x_incr))) {
736 const int left_xi = left->x_incr;
737 const int right_xi = right->x_incr;
826 GGLfixed x_incr; // on each y step, increment x by that amount member in struct:android::AAEdge
[all...]

Completed in 298 milliseconds