Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/png/
Dlodepng.c1606 unsigned lazy = 0; in encodeLZ77() local
1691 if(!lazy && length >= 3 && length <= maxlazymatch && length < MAX_SUPPORTED_DEFLATE_LENGTH) { in encodeLZ77()
1692 lazy = 1; in encodeLZ77()
1697 if(lazy) { in encodeLZ77()
1698 lazy = 0; in encodeLZ77()
/lvgl-3.6.0/docs/
DCHANGELOG.md983 - feat(docs) lazy load individual examples as well [`918d948`](https://github.com/lvgl/lvgl/commit/…
1366 - docs add lazy load to the iframes of the examples [`c49e830`](https://github.com/lvgl/lvgl/commit…