Home
last modified time | relevance | path

Searched defs:node (Results 1 – 23 of 23) sorted by relevance

/lvgl-latest/src/misc/
Dlv_tree.c48 static void _lv_tree_node_construct(const lv_tree_class_t * class_p, lv_tree_node_t * node) in _lv_tree_node_construct()
63 static void _lv_tree_node_destruct(lv_tree_node_t * node) in _lv_tree_node_destruct()
86 lv_tree_node_t * node = lv_malloc(s); in _lv_tree_class_create_node() local
107 lv_tree_node_t * node = _lv_tree_class_create_node(class_p, parent); in lv_tree_node_create() local
117 lv_tree_node_t * node = (lv_tree_node_t *)n; in _lv_tree_node_destructor_cb() local
125 void lv_tree_node_delete(lv_tree_node_t * node) in lv_tree_node_delete()
141 bool lv_tree_walk(const lv_tree_node_t * node, in lv_tree_walk()
Dlv_rb.c73 lv_rb_node_t * node = lv_rb_find(tree, key); in lv_rb_insert() local
129 void * lv_rb_remove_node(lv_rb_t * tree, lv_rb_node_t * node) in lv_rb_remove_node()
217 lv_rb_node_t * node = lv_rb_find(tree, key); in lv_rb_remove() local
227 bool lv_rb_drop_node(lv_rb_t * tree, lv_rb_node_t * node) in lv_rb_drop_node()
265 lv_rb_node_t * node = tree->root; in lv_rb_destroy() local
311 lv_rb_node_t * lv_rb_minimum_from(lv_rb_node_t * node) in lv_rb_minimum_from()
320 lv_rb_node_t * lv_rb_maximum_from(lv_rb_node_t * node) in lv_rb_maximum_from()
335 lv_rb_node_t * node = lv_malloc_zeroed(sizeof(lv_rb_node_t)); in rb_create_node() local
355 static lv_rb_node_t * rb_find_leaf_parent(lv_rb_t * tree, lv_rb_node_t * node) in rb_find_leaf_parent()
374 static void rb_right_rotate(lv_rb_t * tree, lv_rb_node_t * node) in rb_right_rotate()
[all …]
Dlv_ll.c181 void lv_ll_chg_list(lv_ll_t * ll_ori_p, lv_ll_t * ll_new_p, void * node, bool head) in lv_ll_chg_list()
248 void * node; in lv_ll_get_len() local
/lvgl-latest/tests/src/test_cases/
Dtest_tree.c14 static void lv_test_constructor(const lv_tree_class_t * class_p, lv_tree_node_t * node) in lv_test_constructor()
22 static void lv_test_destructor(const lv_tree_class_t * class_p, lv_tree_node_t * node) in lv_test_destructor()
39 lv_tree_node_t * node = lv_tree_node_create(MY_CLASS, (lv_tree_node_t *)parent); in lv_test_create() local
43 static void lv_test_delete(lv_test_node_t * node) in lv_test_delete()
62 lv_test_node_t * node = lv_test_create(test); in testCreateAndDelete() local
80 static bool test_walk_cb(const lv_tree_node_t * node, void * data) in test_walk_cb()
91 lv_test_node_t * node = lv_test_create(test); in testBuildTree() local
105 lv_test_node_t * node = lv_test_create(test); in testWalkTree() local
154 static bool test_search_cb(const lv_tree_node_t * node, void * data) in test_search_cb()
167 static bool test_before_search_cb(const lv_tree_node_t * node, void * data) in test_before_search_cb()
[all …]
/lvgl-latest/src/libs/svg/
Dlv_svg.c30 static void lv_svg_node_constructor(const lv_tree_class_t * class_p, lv_tree_node_t * node) in lv_svg_node_constructor()
40 static void lv_svg_node_destructor(const lv_tree_class_t * class_p, lv_tree_node_t * node) in lv_svg_node_destructor()
112 lv_tree_node_t * node = lv_tree_node_create(&lv_svg_node_class, (lv_tree_node_t *)parent); in lv_svg_node_create() local
116 void lv_svg_node_delete(lv_svg_node_t * node) in lv_svg_node_delete()
Dlv_svg_parser.c378 static void _process_string(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_start, … in _process_string()
396 static void _process_xlink(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_start, c… in _process_xlink()
764 static void _process_view_box(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_start, in _process_view_box()
797 static void _process_points_value(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_s… in _process_points_value()
898 static void _process_path_value(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_sta… in _process_path_value()
1164 static void _process_gradient_units(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val… in _process_gradient_units()
1187 static void _process_paint_dasharray(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * va… in _process_paint_dasharray()
1235 static void _process_font_attrs(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_sta… in _process_font_attrs()
1269 static void _process_paint_attrs(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_st… in _process_paint_attrs()
1351 static void _process_paint(lv_svg_node_t * node, lv_svg_attr_type_t type, const char * val_start, in _process_paint()
[all …]
Dlv_svg_render.c1021 static void _set_render_attrs(lv_svg_render_obj_t * obj, const lv_svg_node_t * node, in _set_render_attrs()
1051 static void _init_obj(lv_svg_render_obj_t * obj, const lv_svg_node_t * node) in _init_obj()
1057 static void _init_viewport(lv_svg_render_obj_t * obj, const lv_svg_node_t * node) in _init_viewport()
1064 static void _init_group(lv_svg_render_obj_t * obj, const lv_svg_node_t * node) in _init_group()
1071 static void _init_image(lv_svg_render_obj_t * obj, const lv_svg_node_t * node) in _init_image()
1079 static void _init_poly(lv_svg_render_obj_t * obj, const lv_svg_node_t * node) in _init_poly()
1088 static void _init_text(lv_svg_render_obj_t * obj, const lv_svg_node_t * node) in _init_text()
1101 static void _init_content(lv_svg_render_obj_t * obj, const lv_svg_node_t * node) in _init_content()
1115 static void _init_tspan(lv_svg_render_obj_t * obj, const lv_svg_node_t * node) in _init_tspan()
1135 static void _init_gradient(lv_svg_render_obj_t * obj, const lv_svg_node_t * node) in _init_gradient()
[all …]
/lvgl-latest/src/misc/cache/
Dlv_cache_lru_rb.c157 lv_rb_node_t * node = lv_rb_insert(&lru->rb, key); in alloc_new_node() local
182 inline static void ** get_lru_node(lv_lru_rb_t_ * lru, lv_rb_node_t * node) in get_lru_node()
277 lv_rb_node_t * node = *(lv_rb_node_t **)head; in get_cb() local
285 lv_rb_node_t * node = lv_rb_find(&lru->rb, key); in get_cb() local
337 lv_rb_node_t * node = lv_rb_find(&lru->rb, data); in remove_cb() local
361 lv_rb_node_t * node = lv_rb_find(&lru->rb, key); in drop_cb() local
392 lv_rb_node_t ** node; in drop_all_cb() local
486 lv_rb_node_t ** node = *ll_node; in cache_iter_next_cb() local
/lvgl-latest/src/libs/thorvg/
DtvgSvgSceneBuilder.cpp208 static bool _appendClipUseNode(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& v… in _appendClipUseNode()
225 static bool _appendClipChild(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBo… in _appendClipChild()
234 static Matrix _compositionTransform(Paint* paint, const SvgNode* node, const SvgNode* compNode, Svg… in _compositionTransform()
254 static void _applyComposition(SvgLoaderData& loaderData, Paint* paint, const SvgNode* node, const B… in _applyComposition()
317 static void _applyProperty(SvgLoaderData& loaderData, SvgNode* node, Shape* vg, const Box& vBox, co… in _applyProperty()
398 static unique_ptr<Shape> _shapeBuildHelper(SvgLoaderData& loaderData, SvgNode* node, const Box& vBo… in _shapeBuildHelper()
406 static bool _recognizeShape(SvgNode* node, Shape* shape) in _recognizeShape()
462 static bool _appendShape(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBox, c… in _appendShape()
471 static bool _appendClipShape(SvgLoaderData& loaderData, SvgNode* node, Shape* shape, const Box& vBo… in _appendClipShape()
574 static unique_ptr<Picture> _imageBuildHelper(SvgLoaderData& loaderData, SvgNode* node, const Box& v… in _imageBuildHelper()
[all …]
DtvgSvgLoader.cpp912 static void _postpone(Array<SvgNodeIdPair>& nodes, SvgNode *node, char* id) in _postpone()
956 SvgNode* node = loader->svgParse->node; in _attrParseSvgNode() local
1027 static void _handleColorAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleColorAttr()
1036 static void _handleFillAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleFillAttr()
1044 static void _handleStrokeAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* value) in _handleStrokeAttr()
1052 static void _handleStrokeOpacityAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* v… in _handleStrokeOpacityAttr()
1058 static void _handleStrokeDashArrayAttr(SvgLoaderData* loader, SvgNode* node, const char* value) in _handleStrokeDashArrayAttr()
1064 static void _handleStrokeDashOffsetAttr(SvgLoaderData* loader, SvgNode* node, const char* value) in _handleStrokeDashOffsetAttr()
1070 static void _handleStrokeWidthAttr(SvgLoaderData* loader, SvgNode* node, const char* value) in _handleStrokeWidthAttr()
1077 static void _handleStrokeLineCapAttr(TVG_UNUSED SvgLoaderData* loader, SvgNode* node, const char* v… in _handleStrokeLineCapAttr()
[all …]
DtvgSvgLoaderCommon.h420 SvgNode* node; member
534 } node; member
540 SvgNode* node; member
557 SvgNode* node; member
/lvgl-latest/src/libs/freetype/
Dlv_freetype.c300 face_id_node_t * node; in lv_freetype_req_face_id() local
340 face_id_node_t * node; in lv_freetype_drop_face_id() local
362 static bool cache_node_cache_create_cb(lv_freetype_cache_node_t * node, void * user_data) in cache_node_cache_create_cb()
386 static void cache_node_cache_free_cb(lv_freetype_cache_node_t * node, void * user_data) in cache_node_cache_free_cb()
Dlv_freetype_outline.c121 static bool freetype_glyph_outline_create_cb(lv_freetype_outline_node_t * node, lv_freetype_font_ds… in freetype_glyph_outline_create_cb()
146 static void freetype_glyph_outline_free_cb(lv_freetype_outline_node_t * node, lv_freetype_font_dsc_… in freetype_glyph_outline_free_cb()
175 lv_freetype_outline_node_t * node = lv_cache_entry_get_data(entry); in freetype_get_glyph_bitmap_cb() local
/lvgl-latest/src/libs/tiny_ttf/
Dlv_tiny_ttf.c449 static bool tiny_ttf_glyph_cache_create_cb(tiny_ttf_glyph_cache_data_t * node, void * user_data) in tiny_ttf_glyph_cache_create_cb()
489 static void tiny_ttf_glyph_cache_free_cb(tiny_ttf_glyph_cache_data_t * node, void * user_data) in tiny_ttf_glyph_cache_free_cb()
505 static bool tiny_ttf_draw_data_cache_create_cb(tiny_ttf_cache_data_t * node, void * user_data) in tiny_ttf_draw_data_cache_create_cb()
537 static void tiny_ttf_draw_data_cache_free_cb(tiny_ttf_cache_data_t * node, void * user_data) in tiny_ttf_draw_data_cache_free_cb()
Dstb_rect_pack.h291 stbrp_node * node = first; in stbrp__skyline_find_min_y() local
349 stbrp_node ** prev, * node, * tail, ** best = NULL; in stbrp__skyline_find_best_pos() local
452 stbrp_node * node, * cur; in stbrp__skyline_pack_rectangle() local
/lvgl-latest/tests/src/test_cases/cache/
Dtest_cache.c36 static void free_cb(test_data * node, void * user_data) in free_cb()
/lvgl-latest/src/others/font_manager/
Dlv_font_manager.c429 lv_font_rec_node_t * node; in lv_font_manager_check_resource() local
445 lv_font_refer_node_t * node; in lv_font_manager_check_resource() local
573 …lv_font_manager_reset_freetype_font(lv_font_manager_t * manager, const lv_font_refer_node_t * node) in lv_font_manager_reset_freetype_font()
/lvgl-latest/scripts/gdb/lvglgdb/
Dlvgl.py34 def _next(self, node): argument
38 def _prev(self, node): argument
/lvgl-latest/src/drivers/uefi/
Dlv_uefi_indev_pointer.c192 void * node = NULL; in _simple_pointer_read_cb() local
Dlv_uefi_indev_touch.c195 void * node = NULL; in _absolute_pointer_read_cb() local
Dlv_uefi_indev_keyboard.c189 void * node = NULL; in _simple_text_input_read_cb() local
/lvgl-latest/docs/
Ddoc_builder.py384 def get_type(node): argument
736 def __init__(self, _, refid, name, node, **__): argument
1139 def __init__(self, _, refid, name, node, **__): argument
/lvgl-latest/src/libs/lodepng/
Dlodepng.c930 BPMNode * node; in bpmnode_create() local
1039 BPMNode * node; in lodepng_huffman_code_lengths() local