Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_utils.c98 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