Searched refs:rotate180_rgb565 (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_utils.c | 98 static void rotate180_rgb565(const uint16_t * src, uint16_t * dst, int32_t width, int32_t height, i… 285 rotate180_rgb565(src, dest, src_width, src_height, src_stride, dest_stride); in lv_draw_sw_rotate() 488 static void rotate180_rgb565(const uint16_t * src, uint16_t * dst, int32_t width, int32_t height, i… in rotate180_rgb565() function
|