Home
last modified time | relevance | path

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

/lk-master/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 …]
/lk-master/target/dartuinoP0/display/
A Dmemory_lcd_mono.c23 uint8_t *framebuffer = (uint8_t *) image->pixels + image->rowbytes * idx; in lcd_get_line()
A DLS013B7DH06.c17 uint8_t *framebuffer = (uint8_t *)image->pixels + image->rowbytes * idx; in lcd_get_line()
/lk-master/target/dartuinoP0/
A Dmemory_lcd.c106 if (!default_fb.image.pixels) { in display_get_framebuffer()
123 default_fb.image.pixels = malloc(MLCD_HEIGHT * in display_get_framebuffer()
/lk-master/dev/include/dev/
A Ddisplay.h53 void *pixels; member
/lk-master/platform/armemu/
A Ddisplay.c47 fb->image.pixels = display_fb; in display_get_framebuffer()
/lk-master/platform/bcm28xx/
A Dmailbox.c126 fb->image.pixels = paddr_to_kvaddr(fb_desc.fb_p & 0x3fffffff); in display_get_framebuffer()
/lk-master/target/qemu-m4/
A Dm4display.c189 fb->image.pixels = (void *)framebuffer; in display_get_framebuffer()
/lk-master/target/stm32746g-eval2/
A Dlcd.c363 fb->image.pixels = (void *)hLtdcEval.LayerCfg[ActiveLayer].FBStartAdress; in display_get_framebuffer()
/lk-master/target/stm32f746g-disco/
A Dlcd.c379 fb->image.pixels = (void *)ltdc_handle.LayerCfg[active_layer].FBStartAdress; in display_get_framebuffer()
/lk-master/lib/gfx/
A Dgfx.c653 …surface = gfx_create_surface(fb->image.pixels, fb->image.width, fb->image.height, fb->image.stride… in gfx_create_surface_from_display()
821 printf("\tframebuffer %p\n", fb.image.pixels); in cmd_gfx()
/lk-master/dev/virtio/gpu/
A Dvirtio-gpu.c549 fb->image.pixels = the_gdev->fb; in display_get_framebuffer()
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile55 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
1480 # to set the initial width (in pixels) of the frame in which the tree is shown.

Completed in 14 milliseconds