Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRle.cpp227 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()
[all …]