Searched defs:depth (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/examples/others/fragment/ |
D | lv_example_fragment_2.c | 24 int depth; member 62 int depth = 0; in lv_example_fragment_2() local 85 lv_obj_t * depth = lv_label_create(content); in sample_fragment_create_obj() local
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieParserHandler.cpp | 190 void LookaheadParserHandler::skipOut(int depth) in skipOut()
|
D | tvgLottieLoader.cpp | 111 uint32_t depth = 0; in header() local
|
D | tvgSvgSceneBuilder.cpp | 717 …oaderData, const SvgNode* node, const Box& vBox, const string& svgPath, int depth, bool* isMaskWhi… in _useBuildHelper() 831 …const SvgNode* node, const Box& vBox, const string& svgPath, bool mask, int depth, bool* isMaskWhi… in _sceneBuildHelper()
|
D | tvgSvgLoader.cpp | 3222 static void _cloneNode(SvgNode* from, SvgNode* parent, int depth) in _cloneNode()
|
/lvgl-latest/src/libs/gif/ |
D | gifdec.h | 35 uint16_t depth; member
|
D | gifdec.c | 78 uint16_t width, height, depth; in gif_open() local
|
/lvgl-latest/scripts/gdb/lvglgdb/ |
D | lvgl.py | 212 def dump_obj(self, obj: LVObject, depth=0, limit=None): argument
|
/lvgl-latest/src/core/ |
D | lv_obj_tree.c | 623 static void dump_tree_core(lv_obj_t * obj, int32_t depth) in dump_tree_core()
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | schema.h | 93 inline void PrintValidatorPointersData(const char* s, const char* d, unsigned depth) { in PrintValidatorPointersData() 97 inline void PrintValidatorPointersData(const wchar_t* s, const wchar_t* d, unsigned depth) { in PrintValidatorPointersData()
|
/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()
|