Searched defs:height (Results 1 – 9 of 9) sorted by relevance
/lk-master/lib/gfx/ |
A D | gfx.c | 81 void gfx_copyrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint x2, uint y2) { in gfx_copyrect() 112 void gfx_fillrect(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in gfx_fillrect() 165 static void copyrect8(gfx_surface *surface, uint x, uint y, uint width, uint height, uint x2, uint … in copyrect8() 200 static void fillrect8(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in fillrect8() 216 static void copyrect16(gfx_surface *surface, uint x, uint y, uint width, uint height, uint x2, uint… in copyrect16() 251 static void fillrect16(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in fillrect16() 267 static void copyrect32(gfx_surface *surface, uint x, uint y, uint width, uint height, uint x2, uint… in copyrect32() 302 static void fillrect32(gfx_surface *surface, uint x, uint y, uint width, uint height, uint color) { in fillrect32() 422 uint height = source->height; in gfx_surface_blend() local 545 gfx_surface *gfx_create_surface(void *ptr, uint width, uint height, uint stride, gfx_format format)… in gfx_create_surface()
|
/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() 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()
|
/lk-master/dev/virtio/gpu/ |
A D | virtio-gpu.c | 155 …_2d_resource(struct virtio_gpu_dev *gdev, uint32_t *resource_id, uint32_t width, uint32_t height) { in allocate_2d_resource() 238 …virtio_gpu_dev *gdev, uint32_t scanout_id, uint32_t resource_id, uint32_t width, uint32_t height) { in set_scanout() 272 …lush_resource(struct virtio_gpu_dev *gdev, uint32_t resource_id, uint32_t width, uint32_t height) { in flush_resource() 305 …er_to_host_2d(struct virtio_gpu_dev *gdev, uint32_t resource_id, uint32_t width, uint32_t height) { in transfer_to_host_2d()
|
A D | virtio_gpu.h | 110 uint32_t height; member 126 uint32_t height; member
|
/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/dev/include/dev/class/ |
A D | fb.h | 17 size_t height; member
|
/lk-master/lib/gfx/include/lib/ |
A D | gfx.h | 48 uint height; member
|
/lk-master/lib/tga/ |
A D | tga.c | 34 uint16_t height; member
|
Completed in 13 milliseconds