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

/system/core/libpixelflinger/
H A Dscanline.cpp1989 int32_t premainder = xc & ((1<<SPAN_BITS)-1); local
1994 premainder = xc;
1998 if (premainder) {
1999 w += c->shade.dwdx * premainder;
2002 s += tmu.shade.idsdx * premainder;
2003 t += tmu.shade.idtdx * premainder;
2006 dsdx = (sq - s0) / premainder;
2007 dtdx = (tq - t0) / premainder;
2009 c->iterators.xr = xl = xl + premainder;

Completed in 35 milliseconds