Searched refs:src_height (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_utils.c | 76 …void rotate90_argb8888(const uint32_t * src, uint32_t * dst, int32_t src_width, int32_t src_height, 81 …oid rotate270_argb8888(const uint32_t * src, uint32_t * dst, int32_t src_width, int32_t src_height, 86 …tic void rotate90_rgb888(const uint8_t * src, uint8_t * dst, int32_t src_width, int32_t src_height, 95 …c void rotate90_rgb565(const uint16_t * src, uint16_t * dst, int32_t src_width, int32_t src_height, 100 … void rotate270_rgb565(const uint16_t * src, uint16_t * dst, int32_t src_width, int32_t src_height, 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 …id lv_draw_pxp_rotate(const void * src_buf, void * dest_buf, int32_t src_width, int32_t src_height,
|
D | lv_draw_pxp.c | 108 …id lv_draw_pxp_rotate(const void * src_buf, void * dest_buf, int32_t src_width, int32_t src_height, in lv_draw_pxp_rotate() argument 145 PXP_SetAlphaSurfacePosition(PXP_ID, 0U, 0U, src_width - 1U, src_height - 1U); in lv_draw_pxp_rotate() 156 .height = src_height in lv_draw_pxp_rotate()
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 2165 int32_t src_height; in _lv_wayland_flush() local 2183 src_height = lv_area_get_height(area); in _lv_wayland_flush() 2224 for(y = 0; y < src_height; ++y) { in _lv_wayland_flush() 2240 src_height); in _lv_wayland_flush()
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 127 …id lv_draw_pxp_rotate(const void * src_buf, void * dest_buf, int32_t src_width, int32_t src_height,
|