Home
last modified time | relevance | path

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

/modules/lvgl/
A Dlvgl_display_mono.c17 static ALWAYS_INLINE void set_px_at_pos(uint8_t *dst_buf, uint32_t x, uint32_t y, uint32_t width, in set_px_at_pos() argument
24 buf = dst_buf + x + y / 8 * width; in set_px_at_pos()
32 buf = dst_buf + x / 8 + y * width / 8; in set_px_at_pos()

Completed in 3 milliseconds