/lk-master/lib/gfx/ |
A D | gfx.c | 87 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 D | gfx.h | 48 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 D | virtio-gpu.c | 175 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 D | virtio_gpu.h | 110 uint32_t height; member 126 uint32_t height; member
|
/lk-master/dev/include/dev/class/ |
A D | fb.h | 17 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 D | fb_api.c | 12 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 D | tga.c | 34 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 D | gfxconsole.c | 88 …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 D | display.h | 46 uint height; member 55 uint height; member
|
A D | fbcon.h | 35 unsigned height; member
|
/lk-master/platform/armemu/ |
A D | display.c | 49 fb->image.height = display_h; in display_get_framebuffer() 65 info->height = display_h; in display_get_info()
|
/lk-master/dev/fbcon/ |
A D | fbcon.c | 95 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 D | extra_stylesheet.css | 14 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 D | mailbox.c | 133 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 D | armemu.conf | 22 height = 600
|
/lk-master/target/dartuinoP0/ |
A D | memory_lcd.c | 126 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 D | m4display.c | 192 fb->image.height = M4DISPLAY_HEIGHT; in display_get_framebuffer() 207 info->height = M4DISPLAY_HEIGHT; in display_get_info()
|
/lk-master/target/stm32746g-eval2/ |
A D | lcd.c | 379 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 D | lcd.c | 395 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 D | nrfx.doxyfile | 54 # in the documentation. The maximum height of the logo should not exceed 55
|