Home
last modified time | relevance | path

Searched refs:stride (Results 1 – 6 of 6) sorted by relevance

/dev/fbcon/
A Dfbcon.c56 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()
/dev/include/dev/
A Dfbcon.h36 unsigned stride; member
A Ddisplay.h56 int stride; // row length in pixels member
/dev/virtio/include/dev/
A Dvirtio.h18 int virtio_mmio_detect(void *ptr, uint count, const uint irqs[], size_t stride);
/dev/virtio/
A Dvirtio.c119 int virtio_mmio_detect(void *ptr, uint count, const uint irqs[], size_t stride) { in virtio_mmio_detect() argument
133 …atile struct virtio_mmio_config *mmio = (struct virtio_mmio_config *)((uint8_t *)ptr + i * stride); in virtio_mmio_detect()
/dev/virtio/gpu/
A Dvirtio-gpu.c553 fb->image.stride = fb->image.width; in display_get_framebuffer()

Completed in 36 milliseconds