/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgCssStyle.cpp | 217 auto child = style->child.data; in cssFindStyleNode() local 231 auto child = style->child.data; in cssFindStyleNode() local 244 auto child = doc->child.data; in cssUpdateStyle() local
|
D | tvgLottieBuilder.cpp | 176 void LottieBuilder::updateTransform(LottieGroup* parent, LottieObject** child, float frameNo, TVG_U… in updateTransform() 205 void LottieBuilder::updateGroup(LottieGroup* parent, LottieObject** child, float frameNo, TVG_UNUSE… in updateGroup() 246 static bool _fragmented(LottieGroup* parent, LottieObject** child, Inlist<RenderContext>& contexts,… in _fragmented() 260 void LottieBuilder::updateSolidStroke(LottieGroup* parent, LottieObject** child, float frameNo, Inl… in updateSolidStroke() 273 void LottieBuilder::updateGradientStroke(LottieGroup* parent, LottieObject** child, float frameNo, … in updateGradientStroke() 285 void LottieBuilder::updateSolidFill(LottieGroup* parent, LottieObject** child, float frameNo, Inlis… in updateSolidFill() 300 void LottieBuilder::updateGradientFill(LottieGroup* parent, LottieObject** child, float frameNo, In… in updateGradientFill() 472 void LottieBuilder::updateRect(LottieGroup* parent, LottieObject** child, float frameNo, TVG_UNUSED… in updateRect() 539 void LottieBuilder::updateEllipse(LottieGroup* parent, LottieObject** child, float frameNo, TVG_UNU… in updateEllipse() 558 void LottieBuilder::updatePath(LottieGroup* parent, LottieObject** child, float frameNo, TVG_UNUSED… in updatePath() [all …]
|
D | tvgAccessor.cpp | 35 while (auto child = it->next()) { in accessChildren() local
|
D | tvgLottieModel.cpp | 349 auto child = static_cast<LottieObject*>(*c); in prepare() local 400 auto child = children[i]; in prepare() local
|
D | tvgSvgSceneBuilder.cpp | 211 auto child = *(node->child.data); in _appendClipUseNode() local 268 auto child = compNode->child.data; in _applyComposition() local 846 auto child = node->child.data; in _sceneBuildHelper() local
|
/lvgl-latest/src/widgets/list/ |
D | lv_list.c | 114 lv_obj_t * child = lv_obj_get_child(btn, i); in lv_list_get_button_text() local 129 lv_obj_t * child = lv_obj_get_child(btn, i); in lv_list_set_button_text() local
|
/lvgl-latest/src/others/gridnav/ |
D | lv_gridnav.c | 254 lv_obj_t * child = lv_event_get_target(e); in gridnav_event_cb() local 302 lv_obj_t * child = lv_obj_get_child(obj, i); in find_chid() local 365 lv_obj_t * child = lv_obj_get_child(obj, i); in find_first_focusable() local 377 lv_obj_t * child = lv_obj_get_child(obj, i); in find_last_focusable() local
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_7.c | 51 lv_obj_t * child = lv_obj_get_child(obj, -1); in update_scroll() local 59 lv_obj_t * child = lv_obj_get_child(obj, 0); in update_scroll() local
|
D | lv_example_scroll_1.c | 53 lv_obj_t * child; in lv_example_scroll_1() local
|
D | lv_example_scroll_6.c | 16 lv_obj_t * child = lv_obj_get_child(cont, i); in scroll_event_cb() local
|
/lvgl-latest/tests/src/test_cases/ |
D | test_grid_fr.c | 35 lv_obj_t * child = lv_obj_create(active_screen); in test_grid_fr() local
|
D | test_align_flex.c | 38 lv_obj_t * child = lv_obj_create(row); in create_row() local
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_objid.c | 34 lv_obj_t * child = lv_label_create(parent); in test_obj_id_get_child() local
|
/lvgl-latest/examples/others/observer/ |
D | lv_example_observer_4.c | 96 lv_obj_t * child = lv_obj_get_child(cont, i); in cont_observer_cb() local 136 lv_obj_t * child = lv_obj_get_child(cont, i); in cont_observer_cb() local
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 170 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_redraw() local 200 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_redraw() local 221 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_redraw() local 243 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_redraw() local 845 lv_obj_t * child = obj->spec_attr->children[i]; in lv_refr_get_top_obj() local 891 lv_obj_t * child = parent->spec_attr->children[i]; in refr_obj_and_children() local
|
D | lv_obj.c | 447 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_get_child_by_id() local 453 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_get_child_by_id() local 757 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_event() local 857 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_event() local 984 lv_obj_t * child = parent->spec_attr->children[i]; in obj_valid_child() local
|
D | lv_obj_scroll.c | 144 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_get_scroll_bottom() local 185 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_get_scroll_left() local 223 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_get_scroll_right() local 404 lv_obj_t * child = obj; in lv_obj_scroll_to_view_recursive() local 702 static void scroll_area_into_view(const lv_area_t * area, lv_obj_t * child, lv_point_t * scroll_val… in scroll_area_into_view()
|
D | lv_obj_tree.c | 98 lv_obj_t * child = lv_obj_get_first_not_deleting_child(obj); in lv_obj_clean() local 446 lv_obj_t * child = parent->spec_attr->children[i]; in lv_obj_get_index_by_type() local 522 lv_obj_t * child = lv_obj_get_child(obj, 0); in obj_delete_core() local
|
D | lv_obj_pos.c | 770 lv_obj_t * child = obj->spec_attr->children[i]; in lv_obj_move_children_by() local 1101 lv_obj_t * child = obj->spec_attr->children[i]; in calc_content_width() local 1137 lv_obj_t * child = obj->spec_attr->children[i]; in calc_content_width() local 1194 lv_obj_t * child = obj->spec_attr->children[i]; in calc_content_height() local 1235 lv_obj_t * child = obj->spec_attr->children[i]; in layout_update_core() local
|
/lvgl-latest/examples/widgets/list/ |
D | lv_example_list_2.c | 25 lv_obj_t * child = lv_obj_get_child(parent, i); in event_handler() local
|
/lvgl-latest/src/indev/ |
D | lv_indev_scroll.c | 529 lv_obj_t * child = obj->spec_attr->children[i]; in find_snap_point_x() local 585 lv_obj_t * child = obj->spec_attr->children[i]; in find_snap_point_y() local
|
/lvgl-latest/src/misc/ |
D | lv_rb.c | 131 lv_rb_node_t * child = NULL; in lv_rb_remove_node() local
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch.c | 149 lv_obj_t * child = lv_obj_get_child(list, i); in lv_demo_smartwatch_scroll_event() local
|
/lvgl-latest/src/widgets/calendar/ |
D | lv_calendar.c | 209 lv_obj_t * child = lv_obj_get_child(obj, i); in lv_calendar_set_month_shown() local
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 412 lv_obj_t * child = lv_obj_get_child(explorer->quick_access_area, i); in init_style() local
|