Home | History | Annotate | Download | only in glshared

Lines Matching defs:maxY

3253 		const int		maxY		= deCeilFloatToInt32(float(y+1.5f) / dstH * srcH);
3257 DE_ASSERT(minX < maxX && minY < maxY);
3259 for (int ky = minY; ky <= maxY; ky++)