Lines Matching full:h
9 #include "lv_obj.h"
10 #include "lv_indev.h"
11 #include "lv_refr.h"
12 #include "lv_group.h"
13 #include "lv_disp.h"
14 #include "lv_theme.h"
15 #include "../misc/lv_assert.h"
16 #include "../draw/lv_draw.h"
17 #include "../misc/lv_anim.h"
18 #include "../misc/lv_timer.h"
19 #include "../misc/lv_async.h"
20 #include "../misc/lv_fs.h"
21 #include "../misc/lv_gc.h"
22 #include "../misc/lv_math.h"
23 #include "../misc/lv_log.h"
24 #include "../hal/lv_hal.h"
25 #include "../extra/lv_extra.h"
26 #include <stdint.h>
27 #include <string.h>
30 #include "../draw/stm32_dma2d/lv_gpu_stm32_dma2d.h"
34 #include "../draw/renesas/lv_gpu_d2_ra6m3.h"
38 #include "../draw/swm341_dma2d/lv_gpu_swm341_dma2d.h"
42 #include "../draw/nxp/pxp/lv_gpu_nxp_pxp.h"
165 … "It's a big endian system but LV_BIG_ENDIAN_SYSTEM is not enabled in lv_conf.h"); in lv_init()
169 … "It's a little endian system but LV_BIG_ENDIAN_SYSTEM is enabled in lv_conf.h"); in lv_init()
498 lv_coord_t h = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in lv_obj_draw() local
503 coords.y1 -= h; in lv_obj_draw()
504 coords.y2 += h; in lv_obj_draw()
535 lv_coord_t h = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in lv_obj_draw() local
540 coords.y1 -= h; in lv_obj_draw()
541 coords.y2 += h; in lv_obj_draw()
608 lv_coord_t h = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in lv_obj_draw() local
613 coords.y1 -= h; in lv_obj_draw()
614 coords.y2 += h; in lv_obj_draw()
857 lv_coord_t h = lv_obj_get_style_height(obj, LV_PART_MAIN); in lv_obj_event() local
860 if(layout || align || w == LV_SIZE_CONTENT || h == LV_SIZE_CONTENT) { in lv_obj_event()