Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Draster.cpp29 static void ggl_copyPixels(void* con, GGLint xs, GGLint ys,
53 void ggl_copyPixels(void* con, GGLint xs, GGLint ys, in ggl_copyPixels() argument
62 if (uint32_t(xs) > cb->width) in ggl_copyPixels()
66 if (uint32_t(xs + width) > cb->width) in ggl_copyPixels()
79 xs += offset; in ggl_copyPixels()
99 if (xs==xd && ys==yd) { in ggl_copyPixels()
107 + (xs + (cb->stride * ys)) * fp->size; in ggl_copyPixels()
Dscanline.cpp629 const int xs = c->iterators.xl; in scanline() local
631 int xc = x1 - xs; in scanline()
632 const int16_t* covPtr = c->state.buffers.coverage + xs; in scanline()
640 r = (xs * c->shade.drdx) + ci.ydrdy; in scanline()
641 g = (xs * c->shade.dgdx) + ci.ydgdy; in scanline()
642 b = (xs * c->shade.dbdx) + ci.ydbdy; in scanline()
643 a = (xs * c->shade.dadx) + ci.ydady; in scanline()
656 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy; in scanline()
657 GGLfixed f = (xs * c->shade.dfdx) + ci.ydfdy; in scanline()
670 tc[i].s = (xs * ti.dsdx) + ti.ydsdy; in scanline()
[all …]