Home
last modified time | relevance | path

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

12

/lvgl-latest/src/draw/nxp/vglite/
Dlv_vglite_buf.c72 void vglite_set_dest_buf(const void * buf, uint32_t width, uint32_t height, uint32_t stride, in vglite_set_dest_buf()
78 void vglite_set_src_buf(const void * buf, uint32_t width, uint32_t height, uint32_t stride, in vglite_set_src_buf()
85 uint32_t width, uint32_t height, uint32_t stride, in vglite_set_buf()
Dlv_draw_vglite_triangle.c101 uint32_t height = lv_area_get_height(&tri_area); in _vglite_draw_triangle() local
Dlv_draw_vglite_fill.c149 int32_t height = lv_area_get_height(coords); in _vglite_draw_rect() local
Dlv_draw_vglite_img.c295 int32_t height = LV_MIN(lv_area_get_height(src_area), lv_area_get_height(dest_area)); in _vglite_blit_split() local
/lvgl-latest/src/libs/rlottie/
Dlv_rlottie.c49 int32_t height; member
65 lv_obj_t * lv_rlottie_create_from_file(lv_obj_t * parent, int32_t width, int32_t height, const char… in lv_rlottie_create_from_file()
79 lv_obj_t * lv_rlottie_create_from_raw(lv_obj_t * parent, int32_t width, int32_t height, const char … in lv_rlottie_create_from_raw()
/lvgl-latest/examples/styles/
Dlv_example_style_17.c17 int32_t height = lv_display_get_vertical_resolution(NULL); in lv_example_style_17() local
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_utils.c129 …v_draw_sw_i1_to_argb8888(const void * buf_i1, void * buf_argb8888, uint32_t width, uint32_t height, in lv_draw_sw_i1_to_argb8888()
214 …_draw_sw_i1_convert_to_vtiled(const void * buf, uint32_t buf_size, uint32_t width, uint32_t height, in lv_draw_sw_i1_convert_to_vtiled()
364 static void rotate180_argb8888(const uint32_t * src, uint32_t * dst, int32_t width, int32_t height,… in rotate180_argb8888()
427 static void rotate180_rgb888(const uint8_t * src, uint8_t * dst, int32_t width, int32_t height, int… in rotate180_rgb888()
445 static void rotate270_rgb888(const uint8_t * src, uint8_t * dst, int32_t width, int32_t height, int… in rotate270_rgb888()
488 static void rotate180_rgb565(const uint16_t * src, uint16_t * dst, int32_t width, int32_t height, i… in rotate180_rgb565()
551 static void rotate180_l8(const uint8_t * src, uint8_t * dst, int32_t width, int32_t height, int32_t… in rotate180_l8()
/lvgl-latest/src/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()
/lvgl-latest/src/libs/libjpeg_turbo/
Dlv_libjpeg_turbo.c136 uint32_t height; in decoder_info() local
423 static bool get_jpeg_head_info(const char * filename, uint32_t * width, uint32_t * height, uint32_t… in get_jpeg_head_info()
445 static bool get_jpeg_size(uint8_t * data, uint32_t data_size, uint32_t * width, uint32_t * height) in get_jpeg_size()
/lvgl-latest/tests/src/test_cases/
Dtest_style.c8 static void obj_set_height_helper(void * obj, int32_t height) in obj_set_height_helper()
Dtest_display.c18 uint32_t height; member
/lvgl-latest/src/others/imgfont/
Dlv_imgfont.c48 lv_font_t * lv_imgfont_create(uint16_t height, lv_imgfont_get_path_cb_t path_cb, void * user_data) in lv_imgfont_create()
/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_decoder.c186 int32_t height = dsc->header.h; in decoder_open_variable() local
240 uint32_t height = dsc->header.h; in decoder_open_file() local
Dlv_vg_lite_utils.c676 int32_t height, in lv_vg_lite_buffer_init()
732 int32_t height = draw_buf->header.h; in lv_vg_lite_buffer_from_draw_buf() local
/lvgl-latest/src/drivers/windows/
Dlv_windows_context.c160 LONG height, in lv_windows_create_frame_buffer()
320 int32_t height = lv_windows_zoom_to_logical( in lv_windows_display_driver_flush_callback() local
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c149 int height; member
232 int height; member
1102 static void draw_window(struct window * window, uint32_t width, uint32_t height) in draw_window()
1138 uint32_t edges, int32_t width, int32_t height) in wl_shell_handle_configure()
1192 int32_t width, int32_t height, struct wl_array * states) in xdg_toplevel_handle_configure()
1231 int32_t width, int32_t height) in xdg_toplevel_handle_configure_bounds()
1739 static void color_fill(void * pixels, lv_color_t color, uint32_t width, uint32_t height) in color_fill()
1755 static void color_fill_XRGB8888(void * pixels, lv_color_t color, uint32_t width, uint32_t height) in color_fill_XRGB8888()
1771 static void color_fill_RGB565(void * pixels, lv_color_t color, uint32_t width, uint32_t height) in color_fill_RGB565()
1933 static bool resize_window(struct window * window, int width, int height) in resize_window()
[all …]
/lvgl-latest/tests/unity/
Dunity_support.c52 int width, height; member
286 static int write_png_file(void * raw_img, uint32_t width, uint32_t height, char * file_name) in write_png_file()
/lvgl-latest/scripts/
Djpg_to_sjpg.py34 width, height = im.size variable
/lvgl-latest/src/libs/thorvg/
DtvgLottieCommon.h58 float height; member
/lvgl-latest/src/libs/gif/
Dgifdec.h34 uint16_t width, height; member
/lvgl-latest/src/libs/ffmpeg/
Dlv_ffmpeg.c184 int height = player->ffmpeg_ctx->video_dec_ctx->height; in lv_ffmpeg_player_set_src() local
385 int height = ffmpeg_ctx->video_dec_ctx->height; in ffmpeg_output_video_frame() local
/lvgl-latest/src/core/
Dlv_obj_style.h242 static inline void lv_obj_set_style_size(lv_obj_t * obj, int32_t width, int32_t height, in lv_obj_set_style_size()
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.h66 uint16_t width, height; /* Size of the input image (pixel) */ member
/lvgl-latest/src/drivers/glfw/
Dlv_glfw_window.c385 static void framebuffer_size_callback(GLFWwindow * window, int width, int height) in framebuffer_size_callback()
/lvgl-latest/src/draw/dma2d/
Dlv_draw_dma2d_private.h112 uint32_t height; member

12