Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h2141 int bounds; member
2151 #define STBTT__CSCTX_INIT(bounds) {bounds,0, 0,0, 0,0, 0,0,0,0, NULL, 0} argument
2165 if(c->bounds) {
/lvgl-3.6.0/docs/
DCHANGELOG.md138 - fix(btnmatrix): fix array out of bounds addressing with groups and no buttons [`edd5ad2`](https:/…
485 - fix(calendar): fix possible array access out of bounds [`3223`](https://github.com/lvgl/lvgl/pull…
532 - fix(refr): fix memory write out of bounds issue [`13c99fc`](https://github.com/lvgl/lvgl/commit/1…
761 - fix(draw): fix memory access out of bounds when using blend subtract [`2860`](https://github.com/…
1708 - fix(text) fix out of bounds read in `_lv_txt_get_width`