Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_utils.c91 static void rotate270_rgb888(const uint8_t * src, uint8_t * dst, int32_t width, int32_t height, int…
320 rotate270_rgb888(src, dest, src_width, src_height, src_stride, dest_stride); in lv_draw_sw_rotate()
445 static void rotate270_rgb888(const uint8_t * src, uint8_t * dst, int32_t width, int32_t height, int… in rotate270_rgb888() function