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

/system/core/libpixelflinger/
H A Dtrap.cpp546 const int32_t maxx = min(bmaxx, c->state.scissor.right); local
548 if ((minx >= maxx) || (miny >= maxy))
570 for (xl=minx ; xl<maxx ; xl++) {
578 for ( ; xr<maxx ; xr++) {

Completed in 75 milliseconds