Searched refs:LV_DRAW_SW_RGB565_SWAP (Results 1 – 2 of 2) sorted by relevance
39 #ifndef LV_DRAW_SW_RGB565_SWAP40 #define LV_DRAW_SW_RGB565_SWAP(__buf_ptr, __buf_size_px) \ macro
15 #ifndef LV_DRAW_SW_RGB565_SWAP16 #define LV_DRAW_SW_RGB565_SWAP(...) LV_RESULT_INVALID macro151 if(LV_DRAW_SW_RGB565_SWAP(buf, buf_size_px) == LV_RESULT_OK) return; in lv_draw_sw_rgb565_swap()