Searched refs:pixels (Results 1 – 13 of 13) sorted by relevance
65 *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() local144 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 …]
23 uint8_t *framebuffer = (uint8_t *) image->pixels + image->rowbytes * idx; in lcd_get_line()
17 uint8_t *framebuffer = (uint8_t *)image->pixels + image->rowbytes * idx; in lcd_get_line()
106 if (!default_fb.image.pixels) { in display_get_framebuffer()123 default_fb.image.pixels = malloc(MLCD_HEIGHT * in display_get_framebuffer()
53 void *pixels; member
47 fb->image.pixels = display_fb; in display_get_framebuffer()
126 fb->image.pixels = paddr_to_kvaddr(fb_desc.fb_p & 0x3fffffff); in display_get_framebuffer()
189 fb->image.pixels = (void *)framebuffer; in display_get_framebuffer()
363 fb->image.pixels = (void *)hLtdcEval.LayerCfg[ActiveLayer].FBStartAdress; in display_get_framebuffer()
379 fb->image.pixels = (void *)ltdc_handle.LayerCfg[active_layer].FBStartAdress; in display_get_framebuffer()
653 …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()
549 fb->image.pixels = the_gdev->fb; in display_get_framebuffer()
55 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy1480 # to set the initial width (in pixels) of the frame in which the tree is shown.
Completed in 14 milliseconds