Home
last modified time | relevance | path

Searched defs:root (Results 1 – 19 of 19) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h649 …ValueType& GetWithDefault(ValueType& root, const ValueType& defaultValue, typename ValueType::Allo… in GetWithDefault()
656 …ValueType& GetWithDefault(ValueType& root, const Ch* defaultValue, typename ValueType::AllocatorTy… in GetWithDefault()
664 …ValueType& GetWithDefault(ValueType& root, const std::basic_string<Ch>& defaultValue, typename Val… in GetWithDefault()
677 …GetWithDefault(ValueType& root, T defaultValue, typename ValueType::AllocatorType& allocator) cons… in GetWithDefault()
726 …ValueType& Set(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) co… in Set()
731 …ValueType& Set(ValueType& root, const ValueType& value, typename ValueType::AllocatorType& allocat… in Set()
736 …ValueType& Set(ValueType& root, const Ch* value, typename ValueType::AllocatorType& allocator) con… in Set()
742 …ValueType& Set(ValueType& root, const std::basic_string<Ch>& value, typename ValueType::AllocatorT… in Set()
753 Set(ValueType& root, T value, typename ValueType::AllocatorType& allocator) const { in Set()
808 …ValueType& Swap(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) c… in Swap()
[all …]
/lvgl-latest/examples/others/snapshot/
Dlv_example_snapshot_1.c26 lv_obj_t * root = lv_screen_active(); in lv_example_snapshot_1() local
/lvgl-latest/src/libs/thorvg/
DtvgSvgLoader.h41 Scene* root = nullptr; variable
DtvgSvgSceneBuilder.cpp934 auto root = Scene::gen(); in svgSceneBuild() local
DtvgLottieParser.cpp1383 LottieLayer* LottieParser::parseLayers(LottieLayer* root) in parseLayers()
DtvgLottieBuilder.cpp1409 auto root = comp->root; in update() local
DtvgLottieModel.h888 LottieLayer* root = nullptr; member
DtvgSvgLoader.cpp3602 static void _updateComposite(SvgNode* node, SvgNode* root) in _updateComposite()
/lvgl-latest/src/misc/
Dlv_rb_private.h36 lv_rb_node_t * root; member
Dlv_math.c212 uint32_t root = 0; in lv_sqrt() local
/lvgl-latest/examples/others/fragment/
Dlv_example_fragment_1.c15 static lv_obj_t * root = NULL; variable
Dlv_example_fragment_2.c38 lv_obj_t * root = lv_obj_create(lv_screen_active()); in lv_example_fragment_2() local
/lvgl-latest/libs/nema_gfx/include/
Dnema_cmdlist.h59 struct nema_cmdlist_t_ *root; /**< Points to the head of the list */ member
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_obj_property.c35 lv_obj_t * root = lv_obj_create(lv_screen_active()); in test_obj_property_set_get_should_match() local
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_main.h31 lv_obj_t * root; member
/lvgl-latest/tests/src/test_cases/
Dtest_svg.c43 lv_svg_node_t * root = lv_svg_node_create(NULL); in testNodeTree() local
/lvgl-latest/src/libs/qrcode/
Dqrcodegen.c375 uint8_t root = 1; in calcReedSolomonGenerator() local
/lvgl-latest/src/libs/svg/
Dlv_svg_parser.c2267 void _lv_svg_dump_tree(lv_svg_node_t * root, int depth) in _lv_svg_dump_tree()
/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h5122 float root = (float)STBTT_sqrt(discriminant); local