Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRle.cpp415 auto pcell = &rw.yCells[rw.cellPos.y]; in _findCell() local
418 Cell* cell = *pcell; in _findCell()
421 pcell = &cell->next; in _findCell()
430 cell->next = *pcell; in _findCell()
431 *pcell = cell; in _findCell()