Searched refs:rotate270_rgb565 (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_utils.c | 100 static void rotate270_rgb565(const uint16_t * src, uint16_t * dst, int32_t src_width, int32_t src_h… 315 rotate270_rgb565(src, dest, src_width, src_height, src_stride, dest_stride); in lv_draw_sw_rotate() 467 static void rotate270_rgb565(const uint16_t * src, uint16_t * dst, int32_t src_width, int32_t src_h… in rotate270_rgb565() function
|