/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_vglite_buf.c | 72 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()
|
D | lv_draw_vglite_triangle.c | 101 uint32_t height = lv_area_get_height(&tri_area); in _vglite_draw_triangle() local
|
D | lv_draw_vglite_fill.c | 149 int32_t height = lv_area_get_height(coords); in _vglite_draw_rect() local
|
D | lv_draw_vglite_img.c | 295 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/ |
D | lv_rlottie.c | 49 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/ |
D | lv_example_style_17.c | 17 int32_t height = lv_display_get_vertical_resolution(NULL); in lv_example_style_17() local
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_utils.c | 129 …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/ |
D | stb_rect_pack.h | 187 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/ |
D | lv_libjpeg_turbo.c | 136 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/ |
D | test_style.c | 8 static void obj_set_height_helper(void * obj, int32_t height) in obj_set_height_helper()
|
D | test_display.c | 18 uint32_t height; member
|
/lvgl-latest/src/others/imgfont/ |
D | lv_imgfont.c | 48 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/ |
D | lv_vg_lite_decoder.c | 186 int32_t height = dsc->header.h; in decoder_open_variable() local 240 uint32_t height = dsc->header.h; in decoder_open_file() local
|
D | lv_vg_lite_utils.c | 676 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/ |
D | lv_windows_context.c | 160 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/ |
D | lv_wayland.c | 149 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/ |
D | unity_support.c | 52 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/ |
D | jpg_to_sjpg.py | 34 width, height = im.size variable
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieCommon.h | 58 float height; member
|
/lvgl-latest/src/libs/gif/ |
D | gifdec.h | 34 uint16_t width, height; member
|
/lvgl-latest/src/libs/ffmpeg/ |
D | lv_ffmpeg.c | 184 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/ |
D | lv_obj_style.h | 242 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/ |
D | tjpgd.h | 66 uint16_t width, height; /* Size of the input image (pixel) */ member
|
/lvgl-latest/src/drivers/glfw/ |
D | lv_glfw_window.c | 385 static void framebuffer_size_callback(GLFWwindow * window, int width, int height) in framebuffer_size_callback()
|
/lvgl-latest/src/draw/dma2d/ |
D | lv_draw_dma2d_private.h | 112 uint32_t height; member
|