Home
last modified time | relevance | path

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

/lvgl-latest/docs/details/widgets/
Dtable.rst11 Tables are built from rows, columns, and cells containing text.
14 No real Widgets are created for cells --- they are just drawn on the fly.
29 - :cpp:enumerator:`LV_PART_ITEMS` The cells of the Table also use the
70 Merge cells
75 To merge more adjacent cells, call this function for each cell.
/lvgl-latest/src/libs/thorvg/
DtvgSwRle.cpp234 Cell* cells; member
426 auto cell = rw.cells + rw.cellsCnt++; in _findCell()
868 rw.cells = nullptr; in rleRender()
918 rw.cells = reinterpret_cast<Cell*>((char*)rw.buffer + cellStart); in rleRender()
920 if (rw.cells >= cellsMax) goto reduce_bands; in rleRender()
922 rw.maxCells = cellsMax - rw.cells; in rleRender()
/lvgl-latest/docs/
DROADMAP.rst155 - |uncheck| Named grid cells to allow updating layouts without touching the children (like CSS `gri…
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst178 …cpp:enumerator:`LV_PART_ITEMS`: Used if the widget has multiple similar elements (e.g. table cells)
/lvgl-latest/docs/details/base-widget/
Dobj.rst439 …cpp:enumerator:`LV_PART_ITEMS`: Used if the widget has multiple similar elements (e.g. table cells)