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

/system/core/libpixelflinger/
H A Draster.cpp29 static void ggl_copyPixels(void* con, GGLint xs, GGLint ys,
53 void ggl_copyPixels(void* con, GGLint xs, GGLint ys, argument
62 if (uint32_t(xs) > cb->width)
66 if (uint32_t(xs + width) > cb->width)
79 xs += offset;
99 if (xs==xd && ys==yd) {
107 + (xs + (cb->stride * ys)) * fp->size;
H A Dscanline.cpp645 const int xs = c->iterators.xl; local
647 int xc = x1 - xs;
648 const int16_t* covPtr = c->state.buffers.coverage + xs;
656 r = (xs * c->shade.drdx) + ci.ydrdy;
657 g = (xs * c->shade.dgdx) + ci.ydgdy;
658 b = (xs * c->shade.dbdx) + ci.ydbdy;
659 a = (xs * c->shade.dadx) + ci.ydady;
672 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy;
673 GGLfixed f = (xs * c->shade.dfdx) + ci.ydfdy;
686 tc[i].s = (xs * t
999 const int xs = c->iterators.xl; local
1089 const int xs = c->iterators.xl; local
1909 const uint32_t xs = c->iterators.xl; local
2000 const uint32_t xs = c->iterators.xl; local
[all...]

Completed in 32 milliseconds