Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_refr.c50 static uint32_t get_max_row(lv_display_t * disp, int32_t area_w, int32_t area_h);
596 int32_t max_row = get_max_row(disp_refr, w, h); in refr_invalid_areas()
1205 static uint32_t get_max_row(lv_display_t * disp, int32_t area_w, int32_t area_h) in get_max_row() function