Home
last modified time | relevance | path

Searched refs:height (Results 1 – 20 of 20) sorted by relevance

/lk-master/lib/gfx/
A Dgfx.c87 if (y >= surface->height) in gfx_copyrect()
101 if (y + height > surface->height) in gfx_copyrect()
102 height = surface->height - y; in gfx_copyrect()
103 if (y2 + height > surface->height) in gfx_copyrect()
104 height = surface->height - y2; in gfx_copyrect()
127 if (y + height > surface->height) in gfx_fillrect()
128 height = surface->height - y; in gfx_fillrect()
422 uint height = source->height; in gfx_surface_blend() local
423 if (desty + height > target->height) in gfx_surface_blend()
424 height = target->height - desty; in gfx_surface_blend()
[all …]
/lk-master/lib/gfx/include/lib/
A Dgfx.h48 uint height; member
56 … void (*copyrect)(struct gfx_surface *, uint x, uint y, uint width, uint height, uint x2, uint y2);
57 void (*fillrect)(struct gfx_surface *, uint x, uint y, uint width, uint height, uint color);
63 void gfx_copyrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint x2, uint y2);
66 void gfx_fillrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color);
76 surface->fillrect(surface, 0, 0, surface->width, surface->height, color); in gfx_clear()
79 surface->flush(0, surface->height-1); in gfx_clear()
90 gfx_surface *gfx_create_surface(void *ptr, uint width, uint height, uint stride, gfx_format format);
/lk-master/dev/virtio/gpu/
A Dvirtio-gpu.c175 req.height = height; in allocate_2d_resource()
253 req.r.height = height; in set_scanout()
275 LTRACEF("gdev %p, resource_id %u, width %u, height %u\n", gdev, resource_id, width, height); in flush_resource()
287 req.r.height = height; in flush_resource()
308 LTRACEF("gdev %p, resource_id %u, width %u, height %u\n", gdev, resource_id, width, height); in transfer_to_host_2d()
320 req.r.height = height; in transfer_to_host_2d()
359 … allocate_2d_resource(gdev, &gdev->display_resource_id, gdev->pmode.r.width, gdev->pmode.r.height); in virtio_gpu_start()
366 size_t len = gdev->pmode.r.width * gdev->pmode.r.height * 4; in virtio_gpu_start()
528 … err = flush_resource(gdev, gdev->display_resource_id, gdev->pmode.r.width, gdev->pmode.r.height); in virtio_gpu_flush_thread()
552 fb->image.height = the_gdev->pmode.r.height; in display_get_framebuffer()
[all …]
A Dvirtio_gpu.h110 uint32_t height; member
126 uint32_t height; member
/lk-master/dev/include/dev/class/
A Dfb.h17 size_t height; member
25 status_t (*set_mode)(struct device *dev, size_t width, size_t height, size_t bpp);
28 status_t (*update_region)(struct device *dev, size_t x, size_t y, size_t width, size_t height);
33 status_t class_fb_set_mode(struct device *dev, size_t width, size_t height, size_t bpp);
36 status_t class_fb_update_region(struct device *dev, size_t x, size_t y, size_t width, size_t height
/lk-master/dev/class/
A Dfb_api.c12 status_t class_fb_set_mode(struct device *dev, size_t width, size_t height, size_t bpp) { in class_fb_set_mode() argument
18 return ops->set_mode(dev, width, height, bpp); in class_fb_set_mode()
45 status_t class_fb_update_region(struct device *dev, size_t x, size_t y, size_t width, size_t height in class_fb_update_region() argument
51 return ops->update_region(dev, x, y, width, height); in class_fb_update_region()
/lk-master/lib/tga/
A Dtga.c34 uint16_t height; member
49 LTRACEF("height %hd\n", header->height); in print_tga_info()
124 …gfx_surface *surface = gfx_create_surface(NULL, header->width, header->height, header->width, form… in tga_decode()
148 for (y = 0; y < header->height; y++) { in tga_decode()
151 surfacey = (surface->height - 1) - y; in tga_decode()
168 y = header->height - 1; in tga_decode()
172 while (count < (uint)header->height * (uint)header->width) { in tga_decode()
/lk-master/lib/gfxconsole/
A Dgfxconsole.c88 …nsole.surface, 0, FONT_Y, gfxconsole.surface->width, gfxconsole.surface->height - FONT_Y - gfxcons… in gfxconsole_putc()
90 …gfx_fillrect(gfxconsole.surface, 0, gfxconsole.surface->height - FONT_Y - gfxconsole.extray, gfxco… in gfxconsole_putc()
120 gfxconsole.rows = surface->height / FONT_Y; in gfxconsole_start()
122 gfxconsole.extray = surface->height - (gfxconsole.rows * FONT_Y); in gfxconsole_start()
/lk-master/dev/include/dev/
A Ddisplay.h46 uint height; member
55 uint height; member
A Dfbcon.h35 unsigned height; member
/lk-master/platform/armemu/
A Ddisplay.c49 fb->image.height = display_h; in display_get_framebuffer()
65 info->height = display_h; in display_get_info()
/lk-master/dev/fbcon/
A Dfbcon.c95 unsigned count = config->width * (config->height - FONT_HEIGHT); in fbcon_scroll_up()
112 unsigned count = config->width * config->height; in fbcon_clear()
192 max_pos.y = (config->height - 1) / FONT_HEIGHT; in fbcon_setup()
/lk-master/external/platform/nrfx/doc/buildfiles/
A Dextra_stylesheet.css14 line-height: 20px;
103 line-height:18px;
246 line-height:18px;
253 line-height:18px;
259 line-height:18px;
265 line-height:18px;
418 line-height: 1em;
/lk-master/platform/bcm28xx/
A Dmailbox.c133 fb->image.height = fb_desc.phys_height; in display_get_framebuffer()
143 info->height = fb_desc.phys_height; in display_get_info()
/lk-master/target/armemu/
A Darmemu.conf22 height = 600
/lk-master/target/dartuinoP0/
A Dmemory_lcd.c126 default_fb.image.height = MLCD_HEIGHT; in display_get_framebuffer()
182 info->height = MLCD_HEIGHT; in display_get_info()
/lk-master/target/qemu-m4/
A Dm4display.c192 fb->image.height = M4DISPLAY_HEIGHT; in display_get_framebuffer()
207 info->height = M4DISPLAY_HEIGHT; in display_get_info()
/lk-master/target/stm32746g-eval2/
A Dlcd.c379 fb->image.height = BSP_LCD_GetYSize(); in display_get_framebuffer()
397 info->height = BSP_LCD_GetYSize(); in display_get_info()
/lk-master/target/stm32f746g-disco/
A Dlcd.c395 fb->image.height = BSP_LCD_GetYSize(); in display_get_framebuffer()
413 info->height = BSP_LCD_GetYSize(); in display_get_info()
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile54 # in the documentation. The maximum height of the logo should not exceed 55

Completed in 38 milliseconds