Home | History | Annotate | Download | only in libpixelflinger

Lines Matching defs:maxx

546     const int32_t maxx = min(bmaxx, c->state.scissor.right);
548 if ((minx >= maxx) || (miny >= maxy))
570 for (xl=minx ; xl<maxx ; xl++) {
578 for ( ; xr<maxx ; xr++) {