/lvgl-latest/src/draw/sw/blend/ |
D | lv_draw_sw_blend_to_l8.c | 188 int32_t dest_stride = dsc->dest_stride; in lv_draw_sw_blend_color_to_l8() local 200 LV_UNUSED(dest_stride); in lv_draw_sw_blend_color_to_l8() 233 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_l8() 247 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_l8() 261 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_l8() 276 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_l8() 336 int32_t dest_stride = dsc->dest_stride; in i1_image_blend() local 354 dest_buf_l8 = drawbuf_next_row(dest_buf_l8, dest_stride); in i1_image_blend() 366 dest_buf_l8 = drawbuf_next_row(dest_buf_l8, dest_stride); in i1_image_blend() 378 dest_buf_l8 = drawbuf_next_row(dest_buf_l8, dest_stride); in i1_image_blend() [all …]
|
D | lv_draw_sw_blend_to_rgb888.c | 191 int32_t dest_stride = dsc->dest_stride; in lv_draw_sw_blend_color_to_rgb888() local 203 LV_UNUSED(dest_stride); in lv_draw_sw_blend_color_to_rgb888() 219 dest_buf_u8 += dest_stride; in lv_draw_sw_blend_color_to_rgb888() 223 dest_buf_u8 += dest_stride; in lv_draw_sw_blend_color_to_rgb888() 255 dest_buf_u32 = drawbuf_next_row(dest_buf_u32, dest_stride); in lv_draw_sw_blend_color_to_rgb888() 271 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_rgb888() 287 dest_buf += dest_stride; in lv_draw_sw_blend_color_to_rgb888() 304 dest_buf += dest_stride; in lv_draw_sw_blend_color_to_rgb888() 365 int32_t dest_stride = dsc->dest_stride; in i1_image_blend() local 385 dest_buf_u8 = drawbuf_next_row(dest_buf_u8, dest_stride); in i1_image_blend() [all …]
|
D | lv_draw_sw_blend_to_al88.c | 204 int32_t dest_stride = dsc->dest_stride; in lv_draw_sw_blend_color_to_al88() local 219 LV_UNUSED(dest_stride); in lv_draw_sw_blend_color_to_al88() 254 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_al88() 269 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_al88() 285 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_al88() 302 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_al88() 361 int32_t dest_stride = dsc->dest_stride; in i1_image_blend() local 380 dest_buf_al88 = drawbuf_next_row(dest_buf_al88, dest_stride); in i1_image_blend() 394 dest_buf_al88 = drawbuf_next_row(dest_buf_al88, dest_stride); in i1_image_blend() 408 dest_buf_al88 = drawbuf_next_row(dest_buf_al88, dest_stride); in i1_image_blend() [all …]
|
D | lv_draw_sw_blend_to_argb8888.c | 216 int32_t dest_stride = dsc->dest_stride; in lv_draw_sw_blend_color_to_argb8888() local 231 LV_UNUSED(dest_stride); in lv_draw_sw_blend_color_to_argb8888() 264 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_argb8888() 279 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_argb8888() 295 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_argb8888() 311 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_argb8888() 371 int32_t dest_stride = dsc->dest_stride; in i1_image_blend() local 392 dest_buf_c32 = drawbuf_next_row(dest_buf_c32, dest_stride); in i1_image_blend() 404 dest_buf_c32 = drawbuf_next_row(dest_buf_c32, dest_stride); in i1_image_blend() 416 dest_buf_c32 = drawbuf_next_row(dest_buf_c32, dest_stride); in i1_image_blend() [all …]
|
D | lv_draw_sw_blend_to_rgb565.c | 220 int32_t dest_stride = dsc->dest_stride; in lv_draw_sw_blend_color_to_rgb565() local 233 LV_UNUSED(dest_stride); in lv_draw_sw_blend_color_to_rgb565() 268 dest_buf_u16 = drawbuf_next_row(dest_buf_u16, dest_stride); in lv_draw_sw_blend_color_to_rgb565() 311 dest_buf_u16 = drawbuf_next_row(dest_buf_u16, dest_stride); in lv_draw_sw_blend_color_to_rgb565() 342 dest_buf_u16 = drawbuf_next_row(dest_buf_u16, dest_stride); in lv_draw_sw_blend_color_to_rgb565() 355 dest_buf_u16 = drawbuf_next_row(dest_buf_u16, dest_stride); in lv_draw_sw_blend_color_to_rgb565() 415 int32_t dest_stride = dsc->dest_stride; in i1_image_blend() local 433 dest_buf_u16 = drawbuf_next_row(dest_buf_u16, dest_stride); in i1_image_blend() 445 dest_buf_u16 = drawbuf_next_row(dest_buf_u16, dest_stride); in i1_image_blend() 458 dest_buf_u16 = drawbuf_next_row(dest_buf_u16, dest_stride); in i1_image_blend() [all …]
|
D | lv_draw_sw_blend_to_i1.c | 210 int32_t dest_stride = dsc->dest_stride; in lv_draw_sw_blend_color_to_i1() local 229 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_i1() 248 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_i1() 279 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_i1() 302 dest_buf = drawbuf_next_row(dest_buf, dest_stride); in lv_draw_sw_blend_color_to_i1() 361 int32_t dest_stride = dsc->dest_stride; in i1_image_blend() local 385 dest_buf_i1 = drawbuf_next_row(dest_buf_i1, dest_stride); in i1_image_blend() 404 dest_buf_i1 = drawbuf_next_row(dest_buf_i1, dest_stride); in i1_image_blend() 424 dest_buf_i1 = drawbuf_next_row(dest_buf_i1, dest_stride); in i1_image_blend() 447 dest_buf_i1 = drawbuf_next_row(dest_buf_i1, dest_stride); in i1_image_blend() [all …]
|
D | lv_draw_sw_blend_private.h | 53 int32_t dest_stride; member 65 int32_t dest_stride; member
|
D | lv_draw_sw_blend.c | 73 fill_dsc.dest_stride = layer_stride_byte; in lv_draw_sw_blend() 147 image_dsc.dest_stride = layer_stride_byte; in lv_draw_sw_blend()
|
/lvgl-latest/src/draw/sw/blend/arm2d/ |
D | lv_blend_arm2d.h | 217 int16_t stride = (dsc->dest_stride) / sizeof(uint16_t); in lv_color_blend_to_rgb565_arm2d() 228 int16_t stride = (dsc->dest_stride) / sizeof(uint16_t); in lv_color_blend_to_rgb565_with_opa_arm2d() 240 int16_t stride = (dsc->dest_stride) / sizeof(uint16_t); in lv_color_blend_to_rgb565_with_mask_arm2d() 253 int16_t stride = (dsc->dest_stride) / sizeof(uint16_t); in lv_color_blend_to_rgb565_mix_mask_opa_arm2d() 268 int16_t des_stride = dsc->dest_stride / sizeof(uint16_t); in lv_rgb565_blend_normal_to_rgb565_arm2d() 281 int16_t des_stride = dsc->dest_stride / sizeof(uint16_t); in lv_rgb565_blend_normal_to_rgb565_with_opa_arm2d() 295 int16_t des_stride = dsc->dest_stride / sizeof(uint16_t); in lv_rgb565_blend_normal_to_rgb565_with_mask_arm2d() 311 int16_t des_stride = dsc->dest_stride / sizeof(uint16_t); in lv_rgb565_blend_normal_to_rgb565_mix_mask_opa_arm2d() 334 int16_t des_stride = dsc->dest_stride / sizeof(uint16_t); in lv_rgb888_blend_normal_to_rgb565_arm2d() 354 int16_t des_stride = dsc->dest_stride / sizeof(uint16_t); in lv_rgb888_blend_normal_to_rgb565_with_opa_arm2d() [all …]
|
/lvgl-latest/src/draw/sw/blend/helium/ |
D | lv_blend_helium.h | 308 .dst_stride = dsc->dest_stride, in lv_color_blend_to_rgb565_helium() 324 .dst_stride = dsc->dest_stride, in lv_color_blend_to_rgb565_with_opa_helium() 338 .dst_stride = dsc->dest_stride, in lv_color_blend_to_rgb565_with_mask_helium() 355 .dst_stride = dsc->dest_stride, in lv_color_blend_to_rgb565_mix_mask_opa_helium() 371 .dst_stride = dsc->dest_stride, in lv_rgb565_blend_normal_to_rgb565_helium() 387 .dst_stride = dsc->dest_stride, in lv_rgb565_blend_normal_to_rgb565_with_opa_helium() 402 .dst_stride = dsc->dest_stride, in lv_rgb565_blend_normal_to_rgb565_with_mask_helium() 420 .dst_stride = dsc->dest_stride, in lv_rgb565_blend_normal_to_rgb565_mix_mask_opa_helium() 439 .dst_stride = dsc->dest_stride, in lv_rgb888_blend_normal_to_rgb565_helium() 462 .dst_stride = dsc->dest_stride, in lv_rgb888_blend_normal_to_rgb565_with_opa_helium() [all …]
|
/lvgl-latest/src/draw/sw/blend/neon/ |
D | lv_blend_neon.h | 300 .dst_stride = dsc->dest_stride, in lv_color_blend_to_rgb565_neon() 316 .dst_stride = dsc->dest_stride, in lv_color_blend_to_rgb565_with_opa_neon() 330 .dst_stride = dsc->dest_stride, in lv_color_blend_to_rgb565_with_mask_neon() 347 .dst_stride = dsc->dest_stride, in lv_color_blend_to_rgb565_mix_mask_opa_neon() 363 .dst_stride = dsc->dest_stride, in lv_rgb565_blend_normal_to_rgb565_neon() 379 .dst_stride = dsc->dest_stride, in lv_rgb565_blend_normal_to_rgb565_with_opa_neon() 394 .dst_stride = dsc->dest_stride, in lv_rgb565_blend_normal_to_rgb565_with_mask_neon() 412 .dst_stride = dsc->dest_stride, in lv_rgb565_blend_normal_to_rgb565_mix_mask_opa_neon() 431 .dst_stride = dsc->dest_stride, in lv_rgb888_blend_normal_to_rgb565_neon() 454 .dst_stride = dsc->dest_stride, in lv_rgb888_blend_normal_to_rgb565_with_opa_neon() [all …]
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_utils.c | 80 int32_t dest_stride); 90 int32_t dest_stride); 99 int32_t dest_stride); 111 int32_t dest_stride); 244 … int32_t dest_stride, lv_display_rotation_t rotation, lv_color_format_t color_format) 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() 260 rotate90_rgb888(src, dest, src_width, src_height, src_stride, dest_stride); in lv_draw_sw_rotate() 266 rotate90_argb8888(src, dest, src_width, src_height, src_stride, dest_stride); in lv_draw_sw_rotate() 280 rotate180_l8(src, dest, src_width, src_height, src_stride, dest_stride); in lv_draw_sw_rotate() [all …]
|
D | lv_draw_sw_utils.h | 95 … int32_t dest_stride, lv_display_rotation_t rotation, lv_color_format_t color_format);
|
D | lv_draw_sw_transform.c | 132 int32_t dest_stride; in lv_draw_sw_transform() local 134 dest_stride = dest_w * lv_color_format_get_size(LV_COLOR_FORMAT_ARGB8888); in lv_draw_sw_transform() 137 dest_stride = dest_w * 2; in lv_draw_sw_transform() 140 dest_stride = dest_w * lv_color_format_get_size(src_cf); in lv_draw_sw_transform() 146 alpha_buf += dest_stride * dest_h; in lv_draw_sw_transform() 280 dest_buf = (uint8_t *)dest_buf + dest_stride; in lv_draw_sw_transform()
|
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_draw_pxp_img.c | 38 static void _pxp_blit_recolor(uint8_t * dest_buf, const lv_area_t * dest_area, int32_t dest_stride, 43 …atic void _pxp_blit_transform(uint8_t * dest_buf, const lv_area_t * dest_area, int32_t dest_stride, 48 static void _pxp_blit(uint8_t * dest_buf, const lv_area_t * dest_area, int32_t dest_stride, 100 int32_t dest_stride = draw_buf->header.stride; in lv_draw_pxp_img() local 105 _pxp_blit_recolor(dest_buf, &blend_area, dest_stride, dest_cf, in lv_draw_pxp_img() 108 _pxp_blit_transform(dest_buf, &blend_area, dest_stride, dest_cf, in lv_draw_pxp_img() 111 _pxp_blit(dest_buf, &blend_area, dest_stride, dest_cf, in lv_draw_pxp_img() 119 static void _pxp_blit_recolor(uint8_t * dest_buf, const lv_area_t * dest_area, int32_t dest_stride, in _pxp_blit_recolor() argument 152 … .buffer0Addr = (uint32_t)(dest_buf + dest_stride * dest_area->y1 + dest_px_size * dest_area->x1), in _pxp_blit_recolor() 154 .pitchBytes = dest_stride, in _pxp_blit_recolor() [all …]
|
D | lv_draw_pxp_fill.c | 35 static void _pxp_fill(uint8_t * dest_buf, const lv_area_t * dest_area, int32_t dest_stride, 78 static void _pxp_fill(uint8_t * dest_buf, const lv_area_t * dest_area, int32_t dest_stride, in _pxp_fill() argument 92 .buffer0Addr = (uint32_t)(dest_buf + dest_stride * dest_area->y1 + px_size * dest_area->x1), in _pxp_fill() 94 .pitchBytes = dest_stride, in _pxp_fill()
|
D | lv_draw_pxp.h | 59 int32_t src_stride, int32_t dest_stride, lv_display_rotation_t rotation,
|
D | lv_draw_pxp.c | 109 int32_t src_stride, int32_t dest_stride, lv_display_rotation_t rotation, in lv_draw_pxp_rotate() argument 154 .pitchBytes = dest_stride, in lv_draw_pxp_rotate()
|
/lvgl-latest/src/draw/dma2d/ |
D | lv_draw_dma2d_img.c | 38 int32_t dest_stride) in lv_draw_dma2d_opaque_image() argument 62 .stride = dest_stride in lv_draw_dma2d_opaque_image() 86 uint32_t output_offset = (dest_stride / output_cf_size) - w; in lv_draw_dma2d_opaque_image() 124 int32_t dest_stride) in lv_draw_dma2d_image() argument 149 .stride = dest_stride in lv_draw_dma2d_image() 171 uint32_t output_offset = (dest_stride / output_cf_size) - w; in lv_draw_dma2d_image()
|
D | lv_draw_dma2d_private.h | 135 int32_t dest_stride); 137 int32_t dest_stride);
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_img.c | 87 static void _vglite_blit_split(void * dest_buf, lv_area_t * dest_area, uint32_t dest_stride, lv_col… 168 uint32_t dest_stride = layer->draw_buf->header.stride; in lv_draw_vglite_img() local 172 _vglite_blit_split(dest_buf, &blend_area, dest_stride, dest_cf, in lv_draw_vglite_img() 238 static void _vglite_blit_split(void * dest_buf, lv_area_t * dest_area, uint32_t dest_stride, lv_col… in _vglite_blit_split() argument 254 _move_buf_close_to_area(&dest_buf, dest_area, dest_stride, dest_cf); in _vglite_blit_split() 329 tile_dest_buf = (uint8_t *)dest_buf + y * VGLITE_BLIT_SPLIT_THR * dest_stride; in _vglite_blit_split()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_decoder.c | 199 uint32_t dest_stride = draw_buf->header.stride; in decoder_open_variable() local 229 dest += dest_stride; in decoder_open_variable() 272 uint32_t dest_stride = draw_buf->header.stride; in decoder_open_file() local 321 dest += dest_stride; in decoder_open_file()
|
/lvgl-latest/src/draw/ |
D | lv_draw_buf.c | 259 uint32_t dest_stride = dest->header.stride; in lv_draw_buf_copy() local 265 dest_bufc += dest_stride; in lv_draw_buf_copy()
|
/lvgl-latest/docs/details/main-components/ |
D | display.rst | 425 … uint32_t dest_stride = lv_draw_buf_width_to_stride(lv_area_get_width(&rotated_area), cf); 430 … lv_draw_sw_rotate(px_map, rotated_buf, src_w, src_h, src_stride, dest_stride, rotation, cf);
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 128 int32_t src_stride, int32_t dest_stride, lv_display_rotation_t rotation,
|