/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_line.c | 112 int32_t width = dsc->width; in _vglite_draw_line() local
|
D | lv_draw_vglite_triangle.c | 100 uint32_t width = lv_area_get_width(&tri_area); in _vglite_draw_triangle() local
|
D | lv_draw_vglite_border.c | 79 int32_t width = dsc->width; in lv_draw_vglite_border() local
|
D | lv_draw_vglite_fill.c | 148 int32_t width = lv_area_get_width(coords); in _vglite_draw_rect() local
|
/lvgl-latest/src/libs/rlottie/ |
D | lv_rlottie.c | 48 int32_t width; 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 | 16 int32_t width = lv_display_get_horizontal_resolution(NULL); in lv_example_style_17() local
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_sprintf_builtin.c | 174 unsigned int width, unsigned int flags) in _out_rev() 203 … bool negative, unsigned int base, unsigned int prec, unsigned int width, unsigned int flags) in _ntoa_format() 257 … unsigned long base, unsigned int prec, unsigned int width, unsigned int flags) in _ntoa_long() 282 … bool negative, unsigned long long base, unsigned int prec, unsigned int width, unsigned int flags) in _ntoa_long_long() 315 unsigned int width, unsigned int flags) in _ftoa() 444 unsigned int width, unsigned int flags) in _etoa() 557 unsigned int flags, width, precision, n; in lv_vsnprintf_inner() local
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_rect_pack.h | 186 int width; member 263 STBRP_DEF void stbrp_init_target(stbrp_context * context, int width, int height, stbrp_node * nodes… in stbrp_init_target() 289 static int stbrp__skyline_find_min_y(stbrp_context * c, stbrp_node * first, int x0, int width, int … in stbrp__skyline_find_min_y() 345 static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context * c, int width, int height) in stbrp__skyline_find_best_pos() 448 static stbrp__findresult stbrp__skyline_pack_rectangle(stbrp_context * context, int width, int heig… in stbrp__skyline_pack_rectangle()
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_utils.c | 129 void lv_draw_sw_i1_to_argb8888(const void * buf_i1, void * buf_argb8888, uint32_t width, uint32_t h… in lv_draw_sw_i1_to_argb8888() 214 void lv_draw_sw_i1_convert_to_vtiled(const void * buf, uint32_t buf_size, uint32_t width, uint32_t … 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()
|
D | lv_draw_sw_arc.c | 60 int32_t width = dsc->width; in lv_draw_sw_arc() local 251 lv_opa_t * mask_buf, int32_t width) in add_circle()
|
/lvgl-latest/src/draw/ |
D | lv_draw_arc.h | 33 int32_t width; member
|
D | lv_draw_line.h | 34 int32_t width; member
|
D | lv_draw_rect.h | 88 int32_t width; member 100 int32_t width; member
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.c | 374 int32_t width = lv_obj_get_style_width(obj, LV_PART_MAIN); in lv_spangroup_refr_mode() local 413 uint32_t width = LV_COORD_IS_PCT(spans->indent) ? 0 : spans->indent; in lv_spangroup_get_expand_width() local 436 int32_t lv_spangroup_get_expand_height(lv_obj_t * obj, int32_t width) in lv_spangroup_get_expand_height() 563 const int32_t width = lv_obj_get_content_width(obj); in lv_spangroup_get_span_coords() local 590 const int32_t width = lv_obj_get_content_width(obj); in lv_spangroup_get_span_by_point() local 677 int32_t width = 0; in lv_spangroup_event() local 867 static int32_t convert_indent_pct(lv_obj_t * obj, int32_t width) in convert_indent_pct() 1143 …s_t make_span_coords(const lv_span_t * prev_span, const lv_span_t * curr_span, const int32_t width, in make_span_coords()
|
/lvgl-latest/src/libs/libjpeg_turbo/ |
D | lv_libjpeg_turbo.c | 135 uint32_t width; 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/src/draw/vg_lite/ |
D | lv_vg_lite_decoder.c | 185 int32_t width = dsc->header.w; in decoder_open_variable() local 239 uint32_t width = dsc->header.w; in decoder_open_file() local
|
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_font.h | 57 uint8_t width; member 67 uint8_t width; member
|
/lvgl-latest/src/drivers/windows/ |
D | lv_windows_context.c | 159 LONG width, in lv_windows_create_frame_buffer() 317 int32_t width = lv_windows_zoom_to_logical( in lv_windows_display_driver_flush_callback() local
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland.c | 148 int width; member 231 int width; 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/src/test_cases/ |
D | test_display.c | 17 uint32_t width; member
|
/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 | 67 float width; member
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_draw_nema_gfx_border.c | 56 int32_t width = dsc->width; in lv_draw_nema_gfx_border() local
|