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

/system/core/libpixelflinger/
H A Dtrap.cpp545 const int32_t miny = max(bminy, c->state.scissor.top); local
548 if ((minx >= maxx) || (miny >= maxy))
552 const int32_t my = (miny << TRI_FRACTION_BITS) + TRI_HALF;
564 c->init_y(c, miny);
565 for (int32_t y = miny; y < maxy; y++) {

Completed in 4 milliseconds