Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.c800 bool refr = true; in trans_anim_cb() local
804 refr = false; in trans_anim_cb()
808 if(refr) lv_obj_refresh_style(tr->obj, tr->selector, tr->prop); in trans_anim_cb()
/lvgl-3.7.0/docs/
DCODING_STYLE.md13 * followed by the action (for functions): *set*, *get*, *refr* etc.
DCHANGELOG.md305 - fix(refr): fix true double double buffering logic with transparent screens [`8b605cc`](https://gi…
332 - fix(refr): fix lv_refr_get_top_obj [`9750c97`](https://github.com/lvgl/lvgl/commit/9750c97aff4dc3…
402 - feat(refr): prevents dirty areas from being modified during rendering [`3107`](https://github.com…
453 - fix(refr): initializing row_cnt is to silence the warning [`3309`](https://github.com/lvgl/lvgl/p…
509 - fix(refr): fix performance monitor NULL pointer access [`3105`](https://github.com/lvgl/lvgl/pull…
532 - fix(refr): fix memory write out of bounds issue [`13c99fc`](https://github.com/lvgl/lvgl/commit/1…
538 - fix(refr): consider masks with LV_OBJ_FLAG_OVERFLOW_VISIBLE [`a7f9dfa`](https://github.com/lvgl/l…
690 - feat(refr): add reset function for FPS statistics [`2832`](https://github.com/littlevgl/lvgl/pull…
731 - fix(refr): crash if full_refresh = 1 [`2999`](https://github.com/littlevgl/lvgl/pull/2999)
758 - fix(refr): swap buffers only on the last area with direct mode [`2867`](https://github.com/little…
[all …]
/lvgl-3.7.0/
DKconfig340 bool "Enable/Disable LV_LOG_TRACE in disp refr module"