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