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

/system/core/libpixelflinger/
H A Dtrap.cpp547 const int32_t miny = max(bminy, c->state.scissor.top); local
550 if ((minx >= maxx) || (miny >= maxy))
554 const int32_t my = (miny << TRI_FRACTION_BITS) + TRI_HALF;
566 c->init_y(c, miny);
567 for (int32_t y = miny; y < maxy; y++) {

Completed in 42 milliseconds