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

/system/core/libpixelflinger/
H A Dscanline.cpp2028 int32_t premainder = xc & ((1<<SPAN_BITS)-1); local
2033 premainder = xc;
2037 if (premainder) {
2038 w += c->shade.dwdx * premainder;
2041 s += tmu.shade.idsdx * premainder;
2042 t += tmu.shade.idtdx * premainder;
2045 dsdx = (sq - s0) / premainder;
2046 dtdx = (tq - t0) / premainder;
2048 c->iterators.xr = xl = xl + premainder;

Completed in 26 milliseconds