Home | History | Annotate | Download | only in libpixelflinger

Lines Matching defs:maxy

547     const int32_t maxy = min(bmaxy, c->state.scissor.bottom);
548 if ((minx >= maxx) || (miny >= maxy))
565 for (int32_t y = miny; y < maxy; y++) {