Home
last modified time | relevance | path

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

/dev/fbcon/
A Dfbcon.c65 *pixels = paint; in fbcon_drawglyph()
67 pixels++; in fbcon_drawglyph()
69 pixels += stride; in fbcon_drawglyph()
76 *pixels = paint; in fbcon_drawglyph()
78 pixels++; in fbcon_drawglyph()
80 pixels += stride; in fbcon_drawglyph()
128 uint16_t *pixels; in fbcon_putc() local
144 pixels = config->base; in fbcon_putc()
145 pixels += cur_pos.y * FONT_HEIGHT * config->width; in fbcon_putc()
146 pixels += cur_pos.x * (FONT_WIDTH + 1); in fbcon_putc()
[all …]
/dev/include/dev/
A Ddisplay.h53 void *pixels; member
/dev/virtio/gpu/
A Dvirtio-gpu.c549 fb->image.pixels = the_gdev->fb; in display_get_framebuffer()

Completed in 9 milliseconds