Lines Matching refs:cellMax
227 SwPoint cellMax; member
310 if (y < rw.cellMin.y || y >= rw.cellMax.y) return; in _horizLine()
348 if (x + aCount >= rw.cellMax.x) xOver -= (x + aCount - rw.cellMax.x); in _horizLine()
368 if (x + aCount >= rw.cellMax.x) xOver -= (x + aCount - rw.cellMax.x); in _horizLine()
464 if (pos.x > rw.cellMax.x) pos.x = rw.cellMax.x; in _setCell()
481 if (pos.x > rw.cellMax.x) pos.x = rw.cellMax.x; in _startCell()
515 …if ((e1.y >= rw.cellMax.y && e2.y >= rw.cellMax.y) || (e1.y < rw.cellMin.y && e2.y < rw.cellMin.y)… in _lineTo()
652 if (TRUNC(min) >= rw.cellMax.y || TRUNC(max) < rw.cellMin.y) goto draw; in _cubicTo()
875 rw.cellMax = renderRegion.max; in rleRender()
876 rw.cellXCnt = rw.cellMax.x - rw.cellMin.x; in rleRender()
877 rw.cellYCnt = rw.cellMax.y - rw.cellMin.y; in rleRender()
891 auto bandCnt = static_cast<int>((rw.cellMax.y - rw.cellMin.y) / rw.bandSize); in rleRender()
896 auto yMax = rw.cellMax.y; in rleRender()
931 rw.cellMax.y = band->max; in rleRender()