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

/system/core/libpixelflinger/
H A Draster.cpp73 GGLint yd = gglFixedToIntRound(c->state.raster.y); local
82 if (yd < GGLint(c->state.scissor.top)) {
83 GGLint offset = GGLint(c->state.scissor.top) - yd;
84 yd = GGLint(c->state.scissor.top);
91 if ((yd + height) > GGLint(c->state.scissor.bottom)) {
92 height = GGLint(c->state.scissor.bottom) - yd;
99 if (xs==xd && ys==yd) {
109 + (xd + (cb->stride * yd)) * fp->size;
114 if (ys < yd) {
124 if (ys == yd) {
[all...]

Completed in 2 milliseconds