Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwRle.cpp213 struct Cell struct
218 Cell *next; argument
234 Cell* cells;
254 Cell** yCells;
410 static Cell* _findCell(RleWorker& rw) in _findCell()
418 Cell* cell = *pcell; in _findCell()
862 Cell buffer[RENDER_POOL_SIZE / sizeof(Cell)]; in rleRender()
867 rw.yCells = reinterpret_cast<Cell**>(buffer); in rleRender()
879 rw.bandSize = rw.bufferSize / (sizeof(Cell) * 2); //bandSize: 256 in rleRender()
909 rw.yCells = static_cast<Cell**>(rw.buffer); in rleRender()
[all …]