Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_iter.c43 static bool peek_fill_cb(void * buf, uint32_t buf_len, int32_t index, void * user_data);
148 const uint32_t filled = lv_circle_buf_fill(c_buf, required, peek_fill_cb, iter); in lv_iter_peek()
203 static bool peek_fill_cb(void * buf, const uint32_t buf_len, const int32_t index, void * user_data) in peek_fill_cb() function