Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRle.cpp228 SwCoord cellXCnt; member
405 if (cover != 0) _horizLine(rw, x, y, cover * (ONE_PIXEL * 2), rw.cellXCnt - x); in _sweep()
413 if (x > rw.cellXCnt) x = rw.cellXCnt; in _findCell()
475 rw.invalid = ((unsigned)pos.y >= (unsigned)rw.cellYCnt || pos.x >= rw.cellXCnt); in _setCell()
876 rw.cellXCnt = rw.cellMax.x - rw.cellMin.x; in rleRender()