Home
last modified time | relevance | path

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

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