/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | pointer.h | 649 …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/ |
D | lv_example_snapshot_1.c | 26 lv_obj_t * root = lv_screen_active(); in lv_example_snapshot_1() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgSvgLoader.h | 41 Scene* root = nullptr; variable
|
D | tvgSvgSceneBuilder.cpp | 934 auto root = Scene::gen(); in svgSceneBuild() local
|
D | tvgLottieParser.cpp | 1383 LottieLayer* LottieParser::parseLayers(LottieLayer* root) in parseLayers()
|
D | tvgLottieBuilder.cpp | 1409 auto root = comp->root; in update() local
|
D | tvgLottieModel.h | 888 LottieLayer* root = nullptr; member
|
D | tvgSvgLoader.cpp | 3602 static void _updateComposite(SvgNode* node, SvgNode* root) in _updateComposite()
|
/lvgl-latest/src/misc/ |
D | lv_rb_private.h | 36 lv_rb_node_t * root; member
|
D | lv_math.c | 212 uint32_t root = 0; in lv_sqrt() local
|
/lvgl-latest/examples/others/fragment/ |
D | lv_example_fragment_1.c | 15 static lv_obj_t * root = NULL; variable
|
D | lv_example_fragment_2.c | 38 lv_obj_t * root = lv_obj_create(lv_screen_active()); in lv_example_fragment_2() local
|
/lvgl-latest/libs/nema_gfx/include/ |
D | nema_cmdlist.h | 59 struct nema_cmdlist_t_ *root; /**< Points to the head of the list */ member
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_property.c | 35 lv_obj_t * root = lv_obj_create(lv_screen_active()); in test_obj_property_set_get_should_match() local
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_main.h | 31 lv_obj_t * root; member
|
/lvgl-latest/tests/src/test_cases/ |
D | test_svg.c | 43 lv_svg_node_t * root = lv_svg_node_create(NULL); in testNodeTree() local
|
/lvgl-latest/src/libs/qrcode/ |
D | qrcodegen.c | 375 uint8_t root = 1; in calcReedSolomonGenerator() local
|
/lvgl-latest/src/libs/svg/ |
D | lv_svg_parser.c | 2267 void _lv_svg_dump_tree(lv_svg_node_t * root, int depth) in _lv_svg_dump_tree()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 5122 float root = (float)STBTT_sqrt(discriminant); local
|