Searched refs:src_width (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_utils.c | 76 static void rotate90_argb8888(const uint32_t * src, uint32_t * dst, int32_t src_width, int32_t src_… 81 static void rotate270_argb8888(const uint32_t * src, uint32_t * dst, int32_t src_width, int32_t src… 86 static void rotate90_rgb888(const uint8_t * src, uint8_t * dst, int32_t src_width, int32_t src_heig… 95 static void rotate90_rgb565(const uint16_t * src, uint16_t * dst, int32_t src_width, int32_t src_he… 100 static void rotate270_rgb565(const uint16_t * src, uint16_t * dst, int32_t src_width, int32_t src_h… 107 static void rotate90_l8(const uint8_t * src, uint8_t * dst, int32_t src_width, int32_t src_height, 112 static void rotate270_l8(const uint8_t * src, uint8_t * dst, int32_t src_width, int32_t src_height, 243 void lv_draw_sw_rotate(const void * src, void * dest, int32_t src_width, int32_t src_height, int32_… in lv_draw_sw_rotate() argument 250 rotate90_l8(src, dest, src_width, src_height, src_stride, dest_stride); in lv_draw_sw_rotate() 255 rotate90_rgb565(src, dest, src_width, src_height, src_stride, dest_stride); in lv_draw_sw_rotate() [all …]
|
D | lv_draw_sw_utils.h | 94 void lv_draw_sw_rotate(const void * src, void * dest, int32_t src_width, int32_t src_height, int32_…
|
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_draw_pxp.h | 58 void lv_draw_pxp_rotate(const void * src_buf, void * dest_buf, int32_t src_width, int32_t src_heigh…
|
D | lv_draw_pxp.c | 108 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() argument 145 PXP_SetAlphaSurfacePosition(PXP_ID, 0U, 0U, src_width - 1U, src_height - 1U); in lv_draw_pxp_rotate() 155 .width = src_width, in lv_draw_pxp_rotate()
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 2164 int32_t src_width; in _lv_wayland_flush() local 2182 src_width = lv_area_get_width(area); in _lv_wayland_flush() 2226 for(x = 0; x < src_width; ++x) { in _lv_wayland_flush() 2231 color_p, src_width * bpp); in _lv_wayland_flush() 2232 color_p += src_width * bpp; in _lv_wayland_flush() 2239 src_width, in _lv_wayland_flush()
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 127 …void lv_draw_pxp_rotate(const void * src_buf, void * dest_buf, int32_t src_width, int32_t src_heig…
|