Home
last modified time | relevance | path

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

/components/utilities/libadt/avl/
A Davl.c32 axis->height = lrheight + 1; in rotate_right()
33 lchild->height = axis->height + 1; in rotate_right()
54 lrchild->height = lchild->height; in midmount_right()
55 lchild->height = lrheight; in midmount_right()
56 axis->height = lrheight; in midmount_right()
78 rchild->height = axis->height + 1; in rotate_left()
99 rlchild->height = rchild->height; in midmount_left()
100 rchild->height = rlheight; in midmount_left()
101 axis->height = rlheight; in midmount_left()
168 if (height == axis->height) in util_avl_rebalance()
[all …]
A Davl.h23 size_t height; member
45 new_node->height = 1; in util_avl_link()
/components/drivers/usb/cherryusb/
A DREADME_zh.md234height="80"/> <img src="docs/assets/hpmicro.jpg" width="100" height="80" /> <img src="docs/assets…
A DREADME.md229height="80"/> <img src="docs/assets/hpmicro.jpg" width="100" height="80" /> <img src="docs/assets…
230 …="docs/assets/actions.jpg" width="100" height="80" /> <img src="docs/assets/nationstech.jpg" wid…
/components/drivers/usb/cherryusb/platform/lvgl/
A Dusbh_hid_lvgl.c101 int16_t height = 0; in usbh_hid_lvgl_read_mouse() local
107 height = lv_display_get_vertical_resolution(disp); in usbh_hid_lvgl_read_mouse()
110 height = lv_display_get_physical_horizontal_resolution(disp); in usbh_hid_lvgl_read_mouse()
121 } else if (ctx->mouse.y >= height * ctx->mouse.sensitivity) { in usbh_hid_lvgl_read_mouse()
122 ctx->mouse.y = (height * ctx->mouse.sensitivity) - 1; in usbh_hid_lvgl_read_mouse()
173 int16_t height = 0; in hpm_lvgl_indev_read_cb() local
178 height = indev_drv->disp->driver->ver_res; in hpm_lvgl_indev_read_cb()
181 height = indev_drv->disp->driver->hor_res; in hpm_lvgl_indev_read_cb()
193 } else if (ctx->mouse.y >= height * ctx->mouse.sensitivity) { in hpm_lvgl_indev_read_cb()
194 ctx->mouse.y = (height * ctx->mouse.sensitivity) - 1; in hpm_lvgl_indev_read_cb()
[all …]
/components/drivers/virtio/
A Dvirtio_gpu.c179 rt_uint32_t *resource_id, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_create_2d_resource() argument
190 req.height = 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() argument
263 req.r.height = 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() argument
289 req.r.height = height; in virtio_gpu_flush_resource()
314 req.r.height = height; 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() argument
520 info->x, info->y, info->width, info->height); in virtio_gpu_control()
531 info->height = virtio_gpu_dev->pmode.r.height; in virtio_gpu_control()
[all …]
A Dvirtio_gpu.h120 rt_uint32_t height; member
169 rt_uint32_t height; member
299 rt_uint32_t height; member
A Dvirtio.c372 info->yres = _graphic_info.height; in fb_control()
373 info->yres_virtual = _graphic_info.height; in fb_control()
438 _rect_info.height = _graphic_info.height; in fb_init()
/components/drivers/include/drivers/classes/
A Dgraphic.h72 rt_uint16_t height; /**< height of graphic device */ member
86 rt_uint16_t height; /**< height */ member
/components/lwp/
A Dlwp_avl.c71 int height = (heightleft < heightright ? heightright : heightleft) + 1; in lwp_avl_rebalance() local
72 if (height == node->avl_height) in lwp_avl_rebalance()
74 node->avl_height = height; in lwp_avl_rebalance()
/components/drivers/include/drivers/
A Dlcd.h70 uint32_t height; /* height of picture in mm */ member
/components/drivers/usb/cherryusb/class/video/
A Dusbh_video.h37 uint16_t height; member
/components/dfs/dfs_v1/filesystems/cromfs/
A Ddfs_cromfs.c187 int height = (heightleft<heightright ? heightright : heightleft) + 1; in cromfs_avl_rebalance() local
188 if (height == node->avl_height) in cromfs_avl_rebalance()
192 node->avl_height = height; in cromfs_avl_rebalance()
/components/dfs/dfs_v2/filesystems/cromfs/
A Ddfs_cromfs.c198 int height = (heightleft<heightright ? heightright : heightleft) + 1; in cromfs_avl_rebalance() local
199 if (height == node->avl_height) in cromfs_avl_rebalance()
203 node->avl_height = height; in cromfs_avl_rebalance()
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile50 # in the documentation. The maximum height of the logo should not exceed 55
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile50 # in the documentation. The maximum height of the logo should not exceed 55
A Dlwip.Doxyfile.cmake.in50 # in the documentation. The maximum height of the logo should not exceed 55

Completed in 32 milliseconds