Searched refs:stride (Results 1 – 14 of 14) sorted by relevance
/lk-master/lib/gfx/ |
A D | gfx.c | 169 uint stride_diff = surface->stride - width; in copyrect8() 184 src += height * surface->stride + width; in copyrect8() 202 uint stride_diff = surface->stride - width; in fillrect8() 220 uint stride_diff = surface->stride - width; in copyrect16() 235 src += height * surface->stride + width; in copyrect16() 253 uint stride_diff = surface->stride - width; in fillrect16() 271 uint stride_diff = surface->stride - width; in copyrect32() 286 src += height * surface->stride + width; in copyrect32() 304 uint stride_diff = surface->stride - width; in fillrect32() 548 DEBUG_ASSERT(stride >= width); in gfx_create_surface() [all …]
|
/lk-master/dev/fbcon/ |
A D | fbcon.c | 56 static void fbcon_drawglyph(uint16_t *pixels, uint16_t paint, unsigned stride, in fbcon_drawglyph() argument 59 stride -= FONT_WIDTH; in fbcon_drawglyph() 69 pixels += stride; in fbcon_drawglyph() 80 pixels += stride; in fbcon_drawglyph() 147 fbcon_drawglyph(pixels, FGCOLOR, config->stride, in fbcon_putc()
|
/lk-master/lib/gfx/include/lib/ |
A D | gfx.h | 49 uint stride; member 90 gfx_surface *gfx_create_surface(void *ptr, uint width, uint height, uint stride, gfx_format format);
|
/lk-master/dev/include/dev/ |
A D | fbcon.h | 36 unsigned stride; member
|
A D | display.h | 56 int stride; // row length in pixels member
|
/lk-master/target/dartuinoP0/ |
A D | memory_lcd.c | 111 default_fb.image.stride = MLCD_WIDTH; in display_get_framebuffer() 116 default_fb.image.stride = MLCD_WIDTH; in display_get_framebuffer()
|
/lk-master/platform/armemu/ |
A D | display.c | 50 fb->image.stride = display_w; in display_get_framebuffer()
|
/lk-master/dev/virtio/include/dev/ |
A D | virtio.h | 18 int virtio_mmio_detect(void *ptr, uint count, const uint irqs[], size_t stride);
|
/lk-master/platform/bcm28xx/ |
A D | mailbox.c | 134 fb->image.stride = fb_desc.phys_width; in display_get_framebuffer()
|
/lk-master/dev/virtio/ |
A D | virtio.c | 114 int virtio_mmio_detect(void *ptr, uint count, const uint irqs[], size_t stride) { in virtio_mmio_detect() argument 128 …atile struct virtio_mmio_config *mmio = (struct virtio_mmio_config *)((uint8_t *)ptr + i * stride); in virtio_mmio_detect()
|
/lk-master/target/qemu-m4/ |
A D | m4display.c | 193 fb->image.stride = M4DISPLAY_WIDTH; in display_get_framebuffer()
|
/lk-master/target/stm32746g-eval2/ |
A D | lcd.c | 380 fb->image.stride = BSP_LCD_GetXSize(); in display_get_framebuffer()
|
/lk-master/target/stm32f746g-disco/ |
A D | lcd.c | 396 fb->image.stride = BSP_LCD_GetXSize(); in display_get_framebuffer()
|
/lk-master/dev/virtio/gpu/ |
A D | virtio-gpu.c | 553 fb->image.stride = fb->image.width; in display_get_framebuffer()
|
Completed in 17 milliseconds