Home
last modified time | relevance | path

Searched defs:src_width (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_utils.c243 void lv_draw_sw_rotate(const void * src, void * dest, int32_t src_width, int32_t src_height, int32_… in lv_draw_sw_rotate()
343 static void rotate270_argb8888(const uint32_t * src, uint32_t * dst, int32_t src_width, int32_t src… in rotate270_argb8888()
384 static void rotate90_argb8888(const uint32_t * src, uint32_t * dst, int32_t src_width, int32_t src_… in rotate90_argb8888()
408 static void rotate90_rgb888(const uint8_t * src, uint8_t * dst, int32_t src_width, int32_t src_heig… in rotate90_rgb888()
467 static void rotate270_rgb565(const uint16_t * src, uint16_t * dst, int32_t src_width, int32_t src_h… in rotate270_rgb565()
507 static void rotate90_rgb565(const uint16_t * src, uint16_t * dst, int32_t src_width, int32_t src_he… in rotate90_rgb565()
533 static void rotate90_l8(const uint8_t * src, uint8_t * dst, int32_t src_width, int32_t src_height, in rotate90_l8()
567 static void rotate270_l8(const uint8_t * src, uint8_t * dst, int32_t src_width, int32_t src_height, in rotate270_l8()
/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_pxp.c108 void lv_draw_pxp_rotate(const void * src_buf, void * dest_buf, int32_t src_width, int32_t src_heigh… in lv_draw_pxp_rotate()
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c2164 int32_t src_width; in _lv_wayland_flush() local