Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/arm2d/
Dlv_draw_sw_arm2d.h39 #ifndef LV_DRAW_SW_RGB565_SWAP
40 #define LV_DRAW_SW_RGB565_SWAP(__buf_ptr, __buf_size_px) \ macro
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_utils.c15 #ifndef LV_DRAW_SW_RGB565_SWAP
16 #define LV_DRAW_SW_RGB565_SWAP(...) LV_RESULT_INVALID macro
151 if(LV_DRAW_SW_RGB565_SWAP(buf, buf_size_px) == LV_RESULT_OK) return; in lv_draw_sw_rgb565_swap()