Home
last modified time | relevance | path

Searched refs:childPath (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_clip_path.cpp39 const SkPath childPath = child->AsPath(viewPort); in AsPath() local
40 Op(path, childPath, kUnion_SkPathOp, &path); in AsPath()
49 RSPath childPath = child->AsPath(viewPort); in AsPath() local
50 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
H A Dsvg_defs.h76 const SkPath childPath = child->AsPath(viewPort); variable
77 Op(path, childPath, kUnion_SkPathOp, &path);
86 RSPath childPath = child->AsPath(viewPort); variable
87 path.Op(path, childPath, RSPathOp::UNION);
H A Dsvg_svg.cpp104 const SkPath childPath = child->AsPath(viewPort); in AsPath() local
105 Op(path, childPath, kUnion_SkPathOp, &path); in AsPath()
114 RSPath childPath = child->AsPath(viewPort); in AsPath() local
115 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
H A Dsvg_g.cpp91 const SkPath childPath = child->AsPath(viewPort); in AsPath() local
92 Op(path, childPath, kUnion_SkPathOp, &path); in AsPath()
101 RSPath childPath = child->AsPath(viewPort); in AsPath() local
102 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_g.cpp32 const SkPath childPath = child->AsPath(viewPort); in AsPath() local
33 Op(path, childPath, kUnion_SkPathOp, &path); in AsPath()
42 auto childPath = child->AsPath(viewPort); in AsPath() local
43 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
H A Dsvg_quote.h39 const SkPath childPath = child->AsPath(viewPort); variable
40 Op(path, childPath, kUnion_SkPathOp, &path);
49 auto childPath = child->AsPath(viewPort); variable
50 path.Op(path, childPath, RSPathOp::UNION);
H A Dsvg_defs.h51 auto childPath = child->AsPath(viewPort); variable
52 path.Op(path, childPath, RSPathOp::UNION);
H A Dsvg_svg.cpp38 const SkPath childPath = child->AsPath(viewPort); in AsPath() local
39 Op(path, childPath, kUnion_SkPathOp, &path); in AsPath()
48 RSRecordingPath childPath = child->AsPath(viewPort); in AsPath() local
49 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_local_mock.cpp91 string childPath = FileOperationsHelper::GetCloudDiskLocalPath(data->userId, in ReadDir() local
98 entry->d_name, childPath.c_str()); in ReadDir()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp297 JsonFieldPath childPath = path; in JsonObjectIterator() local
298 childPath.push_back(child.GetItemField()); in JsonObjectIterator()
299 if (AppendFoo != nullptr && AppendFoo(childPath, obj, child)) { in JsonObjectIterator()
300 JsonObjectIterator(child, childPath, AppendFoo); in JsonObjectIterator()
311 JsonFieldPath childPath = path; in JsonObjectIterator() local
312 childPath.push_back(child.GetItemField()); in JsonObjectIterator()
313 if (matchFoo != nullptr && matchFoo(childPath, child)) { in JsonObjectIterator()
314 JsonObjectIterator(child, childPath, matchFoo); in JsonObjectIterator()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_local.cpp156 string childPath = FileOperationsHelper::GetCloudDiskLocalPath(data->userId, in ReadDir() local
163 entry->d_name, childPath.c_str()); in ReadDir()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp954 auto childPath = fullPath; in BuildChildrenIterateOver() local
958 childPath.append("/"); in BuildChildrenIterateOver()
959 childPath.append(childName); in BuildChildrenIterateOver()
963 [childPath, childName](auto selfObject) { in BuildChildrenIterateOver()
972 auto node = scene->GetNode(childPath, META_NS::IObject::UID, self->buildBehavior_); in BuildChildrenIterateOver()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dfile_path.cpp344 FilePath childPath = child; in AppendRelativePath() local
348 childPath.GetComponents(childComponents); in AppendRelativePath()

Completed in 7 milliseconds