Home | History | Annotate | Download | only in swrast

Lines Matching refs:ymax

706    const GLint ymax = ctx->DrawBuffer->_Ymax;
722 & (y[i] >= ymin) & (y[i] < ymax);
730 & (y[i] >= ymin) & (y[i] < ymax);
743 if (y < ymin || y >= ymax || x + n <= xmin || x >= xmax) {
818 ASSERT(span->y < ymax);