Home
last modified time | relevance | path

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

/bsp/nuvoton/nk-n9h30/applications/lvgl/
A Dlv_gpu_n9h30_ge2d.c45 static void lv_draw_n9h30_ge2d_blend_fill(lv_color_t *dest_buf, lv_coord_t dest_stride, const lv_ar…
49 static void lv_draw_n9h30_ge2d_blend_map(lv_color_t *dest_buf, const lv_area_t *dest_area, lv_coord…
99 lv_color_t *dest_buf = draw_ctx->buf; in lv_draw_n9h30_ge2d_blend() local
109 … lv_draw_n9h30_ge2d_blend_map(dest_buf, &blend_area, dest_stride, src_buf, src_stride, dsc->opa); in lv_draw_n9h30_ge2d_blend()
115 lv_draw_n9h30_ge2d_blend_fill(dest_buf, dest_stride, &blend_area, dsc->color); in lv_draw_n9h30_ge2d_blend()
132 lv_color_t *start_buf = dest_buf - (fill_area->y1 * dest_stride) - fill_area->x1; in lv_draw_n9h30_ge2d_blend_fill()
136 if (IS_CACHEABLE_VRAM(dest_buf)) in lv_draw_n9h30_ge2d_blend_fill()
162 if (!IS_CACHEABLE_VRAM(dest_buf)) in lv_draw_n9h30_ge2d_blend_map()
164 const lv_color_t *dest_start_buf = dest_buf - (dest_area->y1 * dest_stride) - dest_area->x1; in lv_draw_n9h30_ge2d_blend_map()
196 dest_buf[x] = src_buf[x]; in lv_draw_n9h30_ge2d_blend_map()
[all …]
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Source/
A Ddrv_usb_core.c220 void *usb_rxfifo_read (usb_core_regs *usb_regs, uint8_t *dest_buf, uint16_t byte_count) in usb_rxfifo_read() argument
227 *(__packed uint32_t *)dest_buf = *fifo; in usb_rxfifo_read()
229 dest_buf += 4U; in usb_rxfifo_read()
232 return ((void *)dest_buf); in usb_rxfifo_read()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Include/
A Ddrv_usb_core.h153 void *usb_rxfifo_read (usb_core_regs *usb_regs, uint8_t *dest_buf, uint16_t byte_count);

Completed in 15 milliseconds