Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRle.cpp225 SwPoint cellPos; member
412 auto x = rw.cellPos.x; in _findCell()
415 auto pcell = &rw.yCells[rw.cellPos.y]; in _findCell()
467 if (pos != rw.cellPos) { in _setCell()
474 rw.cellPos = pos; in _setCell()
486 rw.cellPos = pos - rw.cellMin; in _startCell()