Home
last modified time | relevance | path

Searched defs:height (Results 1 – 24 of 24) sorted by relevance

/lvgl-3.7.0/src/draw/sdl/
Dlv_draw_sdl_utils.c121 SDL_Surface * lv_sdl_create_opa_surface(lv_opa_t * opa, lv_coord_t width, lv_coord_t height, lv_coo… in lv_sdl_create_opa_surface()
131 lv_coord_t height, lv_coord_t stride) in lv_sdl_create_opa_texture()
139 void lv_sdl_to_8bpp(uint8_t * dest, const uint8_t * src, int width, int height, int stride, uint8_t… in lv_sdl_to_8bpp()
Dlv_draw_sdl_texture_cache.c38 lv_coord_t width, height; member
108 int access, width, height; in lv_draw_sdl_texture_cache_put_advanced() local
Dlv_draw_sdl_rect.c268 int height = grad->dir == LV_GRAD_DIR_VER ? 256 : 1; in lv_draw_sdl_rect_grad_strip_obtain() local
/lvgl-3.7.0/src/extra/libs/rlottie/
Dlv_rlottie.c55 lv_obj_t * lv_rlottie_create_from_file(lv_obj_t * parent, lv_coord_t width, lv_coord_t height, cons… in lv_rlottie_create_from_file()
71 lv_obj_t * lv_rlottie_create_from_raw(lv_obj_t * parent, lv_coord_t width, lv_coord_t height, const… in lv_rlottie_create_from_raw()
184 static void convert_to_rgba5658(uint32_t * pix, const size_t width, const size_t height) in convert_to_rgba5658()
/lvgl-3.7.0/src/draw/stm32_dma2d/
Dlv_gpu_stm32_dma2d.c39 …#define __lv_gpu_stm32_dma2d_clean_cache(address, offset, width, height, pixel_size) _lv_gpu_stm32… argument
40 …#define __lv_gpu_stm32_dma2d_invalidate_cache(address, offset, width, height, pixel_size) _lv_gpu_… argument
42 #define __lv_gpu_stm32_dma2d_clean_cache(address, offset, width, height, pixel_size) argument
43 #define __lv_gpu_stm32_dma2d_invalidate_cache(address, offset, width, height, pixel_size) argument
667 lv_coord_t height, uint8_t pixel_size) in _lv_gpu_stm32_dma2d_invalidate_cache()
697 lv_coord_t height, uint8_t pixel_size) in _lv_gpu_stm32_dma2d_clean_cache()
/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dstb_rect_pack.h187 int height; member
263 STBRP_DEF void stbrp_init_target(stbrp_context * context, int width, int height, stbrp_node * nodes… in stbrp_init_target()
345 static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context * c, int width, int height) in stbrp__skyline_find_best_pos()
448 …tic stbrp__findresult stbrp__skyline_pack_rectangle(stbrp_context * context, int width, int height) in stbrp__skyline_pack_rectangle()
Dstb_truetype_htcw.h699 int height; member
2913 STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo * info, float height)
3333 static float stbtt__sized_trapezoid_area(float height, float top_width, float bottom_width)
3340 static float stbtt__position_trapezoid_area(float height, float tx0, float tx1, float bx0, float bx…
3345 static float stbtt__sized_triangle_area(float height, float width)
3406 float height; local
4009 … float shift_x, float shift_y, int glyph, int * width, int * height, int * xoff, int * yoff)
4050 int * width, int * height, int * xoff, int * yoff)
4082 … float shift_x, float shift_y, int codepoint, int * width, int * height, int * xoff, int * yoff)
4104 … int codepoint, int * width, int * height, int * xoff, int * yoff)
[all …]
/lvgl-3.7.0/tests/unity/
Dunity_support.c38 int width, height; member
209 static int write_png_file(void * raw_img, uint32_t width, uint32_t height, char * file_name) in write_png_file()
/lvgl-3.7.0/tests/src/test_cases/
Dtest_style.c7 static void obj_set_height_helper(void * obj, int32_t height) in obj_set_height_helper()
/lvgl-3.7.0/src/extra/others/imgfont/
Dlv_imgfont.c49 lv_font_t * lv_imgfont_create(uint16_t height, lv_get_imgfont_path_cb_t path_cb) in lv_imgfont_create()
/lvgl-3.7.0/scripts/
Djpg_to_sjpg.py32 width, height = im.size variable
/lvgl-3.7.0/src/draw/nxp/vglite/
Dlv_draw_vglite_rect.c97 lv_coord_t height = lv_area_get_height(coords); in lv_gpu_nxp_vglite_draw_bg() local
Dlv_draw_vglite_blend.c409 lv_coord_t height = lv_area_get_height(src_area); in lv_vglite_blit_split() local
/lvgl-3.7.0/src/extra/libs/gif/
Dgifdec.h30 uint16_t width, height; member
Dgifdec.c71 uint16_t width, height, depth; in gif_open() local
/lvgl-3.7.0/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c175 int height = player->ffmpeg_ctx->video_dec_ctx->height; in lv_ffmpeg_player_set_src() local
391 int height = ffmpeg_ctx->video_dec_ctx->height; in ffmpeg_output_video_frame() local
/lvgl-3.7.0/src/extra/libs/sjpg/
Dtjpgd.h59 uint16_t width, height; /* Size of the input image (pixel) */ member
/lvgl-3.7.0/src/extra/widgets/span/
Dlv_span.c333 lv_coord_t height = lv_spangroup_get_expand_height(obj, width); in lv_spangroup_refr_mode() local
553 lv_coord_t height = 0; in lv_spangroup_event() local
/lvgl-3.7.0/src/extra/libs/freetype/
Dlv_freetype.c45 uint16_t height; member
/lvgl-3.7.0/docs/overview/
Dstyle-props.md33 ### height subsection
/lvgl-3.7.0/src/core/
Dlv_refr.c1211 lv_coord_t height = LV_MIN(max_row, area_h - row); in draw_buf_rotate() local
Dlv_obj_pos.c977 lv_coord_t lv_clamp_height(lv_coord_t height, lv_coord_t min_height, lv_coord_t max_height, lv_coor… in lv_clamp_height()
/lvgl-3.7.0/src/extra/libs/qrcode/
Dqrcodegen.c559 static void fillRectangle(int left, int top, int width, int height, uint8_t qrcode[]) { in fillRectangle()
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c4042 unsigned width, height; in lodepng_inspect() local