Searched defs:height (Results 1 – 11 of 11) sorted by relevance
| /components/drivers/virtio/ |
| A D | virtio_gpu.c | 179 rt_uint32_t *resource_id, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_create_2d_resource() 252 rt_uint32_t resource_id, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_set_scanout() 278 rt_uint32_t x, rt_uint32_t y, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_flush_resource() 303 rt_uint32_t x, rt_uint32_t y, rt_uint32_t width, rt_uint32_t height, rt_uint32_t offset) in virtio_gpu_transfer_to_host_2d() 329 rt_uint32_t x, rt_uint32_t y, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_gfx_flush_2d()
|
| A D | virtio_gpu.h | 120 rt_uint32_t height; member 169 rt_uint32_t height; member 299 rt_uint32_t height; member
|
| /components/drivers/include/drivers/classes/ |
| A D | graphic.h | 72 rt_uint16_t height; /**< height of graphic device */ member 86 rt_uint16_t height; /**< height */ member
|
| /components/drivers/usb/cherryusb/platform/lvgl/ |
| A D | usbh_hid_lvgl.c | 101 int16_t height = 0; in usbh_hid_lvgl_read_mouse() local 173 int16_t height = 0; in hpm_lvgl_indev_read_cb() local
|
| /components/utilities/libadt/avl/ |
| A D | avl.h | 23 size_t height; member
|
| A D | avl.c | 167 int height = (lheight < rheight ? rheight : lheight) + 1; in util_avl_rebalance() local
|
| /components/lwp/ |
| A D | lwp_avl.c | 71 int height = (heightleft < heightright ? heightright : heightleft) + 1; in lwp_avl_rebalance() local
|
| /components/drivers/usb/cherryusb/class/video/ |
| A D | usbh_video.h | 37 uint16_t height; member
|
| /components/drivers/include/drivers/ |
| A D | lcd.h | 70 uint32_t height; /* height of picture in mm */ member
|
| /components/dfs/dfs_v1/filesystems/cromfs/ |
| A D | dfs_cromfs.c | 187 int height = (heightleft<heightright ? heightright : heightleft) + 1; in cromfs_avl_rebalance() local
|
| /components/dfs/dfs_v2/filesystems/cromfs/ |
| A D | dfs_cromfs.c | 198 int height = (heightleft<heightright ? heightright : heightleft) + 1; in cromfs_avl_rebalance() local
|
Completed in 17 milliseconds