/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_path.c | 91 lv_vg_lite_path_t * path = lv_malloc_zeroed(sizeof(lv_vg_lite_path_t)); in lv_vg_lite_path_create() local 106 void lv_vg_lite_path_destroy(lv_vg_lite_path_t * path) in lv_vg_lite_path_destroy() 131 void lv_vg_lite_path_drop(struct _lv_draw_vg_lite_unit_t * unit, lv_vg_lite_path_t * path) in lv_vg_lite_path_drop() 140 void lv_vg_lite_path_reset(lv_vg_lite_path_t * path, vg_lite_format_t data_format) in lv_vg_lite_path_reset() 151 vg_lite_path_t * lv_vg_lite_path_get_path(lv_vg_lite_path_t * path) in lv_vg_lite_path_get_path() 157 void lv_vg_lite_path_set_bounding_box(lv_vg_lite_path_t * path, in lv_vg_lite_path_set_bounding_box() 168 void lv_vg_lite_path_set_bounding_box_area(lv_vg_lite_path_t * path, const lv_area_t * area) in lv_vg_lite_path_set_bounding_box_area() 175 void lv_vg_lite_path_get_bounding_box(lv_vg_lite_path_t * path, in lv_vg_lite_path_get_bounding_box() 216 bool lv_vg_lite_path_update_bounding_box(lv_vg_lite_path_t * path) in lv_vg_lite_path_update_bounding_box() 245 void lv_vg_lite_path_set_transform(lv_vg_lite_path_t * path, const vg_lite_matrix_t * matrix) in lv_vg_lite_path_set_transform() [all …]
|
D | lv_draw_vg_lite_fill.c | 62 lv_vg_lite_path_t * path = lv_vg_lite_path_get(u, VG_LITE_FP32); in lv_draw_vg_lite_fill() local
|
D | lv_draw_vg_lite_triangle.c | 61 lv_vg_lite_path_t * path = lv_vg_lite_path_get(u, VG_LITE_FP32); in lv_draw_vg_lite_triangle() local
|
D | lv_vg_lite_stroke.c | 45 lv_vg_lite_path_t * path; member 57 lv_vg_lite_path_t * path; member 135 struct _lv_vg_lite_path_t * path, in lv_vg_lite_stroke_get()
|
/lvgl-latest/src/draw/nema_gfx/ |
D | lv_nema_gfx_path.c | 103 void lv_nema_gfx_path_move_to(lv_nema_gfx_path_t * path, float x, float y) in lv_nema_gfx_path_move_to() 113 void lv_nema_gfx_path_line_to(lv_nema_gfx_path_t * path, float x, float y) in lv_nema_gfx_path_line_to() 124 void lv_nema_gfx_path_quad_to(lv_nema_gfx_path_t * path, float cx, float cy, float x, float y) in lv_nema_gfx_path_quad_to() 136 void lv_nema_gfx_path_cubic_to(lv_nema_gfx_path_t * path, float cx1, float cy1, float cx2, float cy… in lv_nema_gfx_path_cubic_to() 150 void lv_nema_gfx_path_end(lv_nema_gfx_path_t * path) in lv_nema_gfx_path_end()
|
D | lv_nema_gfx_path.h | 53 NEMA_VG_PATH_HANDLE path; member
|
/lvgl-latest/demos/vector_graphic/ |
D | lv_demo_vector_graphic.c | 26 static void draw_pattern(lv_vector_dsc_t * ctx, lv_vector_path_t * path) in draw_pattern() 51 static void draw_gradient(lv_vector_dsc_t * ctx, lv_vector_path_t * path) in draw_gradient() 81 static void draw_radial_gradient(lv_vector_dsc_t * ctx, lv_vector_path_t * path) in draw_radial_gradient() 108 static void draw_shapes(lv_vector_dsc_t * ctx, lv_vector_path_t * path) in draw_shapes() 148 static void draw_lines(lv_vector_dsc_t * ctx, lv_vector_path_t * path) in draw_lines() 172 static void draw_blend(lv_vector_dsc_t * ctx, lv_vector_path_t * path) in draw_blend() 188 static void draw_arc(lv_vector_dsc_t * ctx, lv_vector_path_t * path) in draw_arc() 227 lv_vector_path_t * path = lv_vector_path_create(LV_VECTOR_PATH_QUALITY_MEDIUM); in draw_vector() local
|
/lvgl-latest/tests/unity/ |
D | unity_support.h | 17 # define TEST_ASSERT_EQUAL_SCREENSHOT(path) TEST_IGNORE_MESSAGE("Requires LV_COLOR_… argument 18 # define TEST_ASSERT_EQUAL_SCREENSHOT_MESSAGE(path, msg) TEST_PRINTF(msg); TEST_IGNORE_MESSAGE("… argument 21 # define TEST_ASSERT_EQUAL_SCREENSHOT(path) if(LV_HOR_RES != 800 || LV_VER_RES != 4… argument 27 # define TEST_ASSERT_EQUAL_SCREENSHOT_MESSAGE(path, msg) if(LV_HOR_RES != 800 || LV_VER_RES != … argument
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSaver.cpp | 96 static SaveModule* _find(const string& path) in _find() 123 Result Saver::save(std::unique_ptr<Paint> paint, const string& path, bool compress) noexcept in save() 158 Result Saver::save(unique_ptr<Animation> animation, const string& path, uint32_t quality, uint32_t … in save()
|
D | tvgText.cpp | 64 Result Text::load(const std::string& path) noexcept in load() 91 Result Text::unload(const std::string& path) noexcept in unload()
|
D | tvgLoader.cpp | 178 static LoadModule* _findByPath(const string& path) in _findByPath() 217 static LoadModule* _findFromCache(const string& path) in _findFromCache() 296 LoadModule* LoaderMgr::loader(const string& path, bool* invalid) in loader() 345 bool LoaderMgr::retrieve(const string& path) in retrieve()
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 53 lv_vector_path_t * path; member 98 void lv_matrix_transform_path(const lv_matrix_t * matrix, lv_vector_path_t * path) in lv_matrix_transform_path() 110 lv_vector_path_t * path = lv_malloc(sizeof(lv_vector_path_t)); in lv_vector_path_create() local 119 void lv_vector_path_copy(lv_vector_path_t * target_path, const lv_vector_path_t * path) in lv_vector_path_copy() 126 void lv_vector_path_clear(lv_vector_path_t * path) in lv_vector_path_clear() 132 void lv_vector_path_delete(lv_vector_path_t * path) in lv_vector_path_delete() 139 void lv_vector_path_move_to(lv_vector_path_t * path, const lv_fpoint_t * p) in lv_vector_path_move_to() 148 void lv_vector_path_line_to(lv_vector_path_t * path, const lv_fpoint_t * p) in lv_vector_path_line_to() 162 void lv_vector_path_quad_to(lv_vector_path_t * path, const lv_fpoint_t * p1, const lv_fpoint_t * p2) in lv_vector_path_quad_to() 177 void lv_vector_path_cubic_to(lv_vector_path_t * path, const lv_fpoint_t * p1, const lv_fpoint_t * p… in lv_vector_path_cubic_to() [all …]
|
/lvgl-latest/docs/ |
D | example_list.py | 5 def process_index_rst(path): argument 112 def print_item(path, lvl, d, fout): argument
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_vector.c | 26 lv_vector_path_t * path = lv_vector_path_create(LV_VECTOR_PATH_QUALITY_MEDIUM); in draw_shapes() local 144 lv_vector_path_t * path = lv_vector_path_create(LV_VECTOR_PATH_QUALITY_MEDIUM); in draw_lines() local 283 lv_vector_path_t * path = lv_vector_path_create(LV_VECTOR_PATH_QUALITY_MEDIUM); in test_transform() local 316 lv_vector_path_t * path = lv_vector_path_create(LV_VECTOR_PATH_QUALITY_MEDIUM); in event_cb() local
|
/lvgl-latest/scripts/gen_json/ |
D | get_sdl2.py | 23 def get_sdl2(path, url=SDL2_URL): argument
|
/lvgl-latest/src/drivers/libinput/ |
D | lv_libinput.c | 44 char * path; member 111 char * path = NULL; in lv_libinput_find_dev() local 221 char * path = malloc((11 + strlen(ent->d_name) + 1) * sizeof(char)); in _rescan_devices() local 269 static bool _add_scanned_device(char * path, lv_libinput_capability capabilities) in _add_scanned_device() 629 static int _open_restricted(const char * path, int flags, void * user_data) in _open_restricted()
|
/lvgl-latest/src/misc/ |
D | lv_fs.c | 76 lv_fs_res_t lv_fs_open(lv_fs_file_t * file_p, const char * path, lv_fs_mode_t mode) in lv_fs_open() 145 void lv_fs_make_path_from_buffer(lv_fs_path_ex_t * path, char letter, const void * buf, uint32_t si… in lv_fs_make_path_from_buffer() 304 lv_fs_res_t lv_fs_dir_open(lv_fs_dir_t * rddir_p, const char * path) in lv_fs_dir_open() 449 char * lv_fs_up(char * path) in lv_fs_up() 475 const char * lv_fs_get_last(const char * path) in lv_fs_get_last() 508 static resolved_path_t lv_fs_resolve_path(const char * path) in lv_fs_resolve_path()
|
D | lv_utils.c | 61 lv_result_t lv_draw_buf_save_to_file(const lv_draw_buf_t * draw_buf, const char * path) in lv_draw_buf_save_to_file()
|
D | lv_fs_private.h | 36 char path[4]; /**< This is needed to make it compatible with a normal path */ member
|
/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_uefi.c | 123 static void * lv_fs_uefi_open_cb(lv_fs_drv_t * drv, const char * path, lv_fs_mode_t mode) in lv_fs_uefi_open_cb() 318 static void * lv_fs_uefi_dir_open_cb(lv_fs_drv_t * drv, const char * path) in lv_fs_uefi_dir_open_cb() 522 static void lv_fs_uefi_lvgl_path_to_uefi_path(CHAR16 * path) in lv_fs_uefi_lvgl_path_to_uefi_path() 531 static void lv_fs_uefi_uefi_path_to_lvgl_path(CHAR16 * path) in lv_fs_uefi_uefi_path_to_lvgl_path() 540 static bool lv_fs_uefi_is_dot_path(CONST CHAR16 * path) in lv_fs_uefi_is_dot_path()
|
D | lv_fs_fatfs.c | 108 static void * fs_open(lv_fs_drv_t * drv, const char * path, lv_fs_mode_t mode) in fs_open() 232 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path) in fs_dir_open()
|
/lvgl-latest/examples/widgets/canvas/ |
D | lv_example_canvas_8.c | 28 lv_vector_path_t * path = lv_vector_path_create(LV_VECTOR_PATH_QUALITY_MEDIUM); in lv_example_canvas_8() local
|
/lvgl-latest/src/draw/nxp/vglite/ |
D | lv_draw_vglite_fill.c | 122 vg_lite_path_t path; in _vglite_fill() local 163 vg_lite_path_t path; in _vglite_draw_rect() local
|
/lvgl-latest/src/libs/rlottie/ |
D | lv_rlottie.c | 51 const char * path; member 65 … * lv_rlottie_create_from_file(lv_obj_t * parent, int32_t width, int32_t height, const char * path) in lv_rlottie_create_from_file()
|
/lvgl-latest/src/others/font_manager/ |
D | lv_font_manager.c | 53 char * path; member 139 void lv_font_manager_add_path(lv_font_manager_t * manager, const char * name, const char * path) in lv_font_manager_add_path() 144 … lv_font_manager_add_path_static(lv_font_manager_t * manager, const char * name, const char * path) in lv_font_manager_add_path_static() 371 …id lv_font_manager_add_path_core(lv_font_manager_t * manager, const char * name, const char * path, in lv_font_manager_add_path_core() 511 const char * path = lv_font_manager_get_path(manager, ft_info->name); in lv_font_manager_create_font_warpper() local
|