/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_g.cpp | 36 const SkPath childPath = child->AsPath(viewPort); in AsPath() local 37 Op(path, childPath, kUnion_SkPathOp, &path); in AsPath() 46 auto childPath = child->AsPath(viewPort); in AsPath() local 47 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
|
H A D | svg_quote.h | 39 const SkPath childPath = child->AsPath(viewPort); in AsPath() local 40 Op(path, childPath, kUnion_SkPathOp, &path); in AsPath() 49 auto childPath = child->AsPath(viewPort); in AsPath() local 50 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
|
H A D | svg_defs.h | 51 auto childPath = child->AsPath(viewPort); in AsPath() local 52 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
|
H A D | svg_svg.cpp | 42 const SkPath childPath = child->AsPath(viewPort); in AsPath() local 43 Op(path, childPath, kUnion_SkPathOp, &path); in AsPath() 52 RSRecordingPath childPath = child->AsPath(viewPort); in AsPath() local 53 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_clip_path.cpp | 39 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 D | svg_defs.h | 76 const SkPath childPath = child->AsPath(viewPort); in AsPath() local 77 Op(path, childPath, kUnion_SkPathOp, &path); in AsPath() 86 RSPath childPath = child->AsPath(viewPort); in AsPath() local 87 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
|
H A D | svg_g.cpp | 91 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()
|
H A D | svg_svg.cpp | 104 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()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | json_common.cpp | 301 JsonFieldPath childPath = path; in JsonObjectIterator() local 302 childPath.push_back(child.GetItemField()); in JsonObjectIterator() 303 if (AppendFoo != nullptr && AppendFoo(childPath, obj, child)) { in JsonObjectIterator() 304 JsonObjectIterator(child, childPath, AppendFoo); in JsonObjectIterator() 315 JsonFieldPath childPath = path; in JsonObjectIterator() local 316 childPath.push_back(child.GetItemField()); in JsonObjectIterator() 317 if (matchFoo != nullptr && matchFoo(childPath, child)) { in JsonObjectIterator() 318 JsonObjectIterator(child, childPath, matchFoo); in JsonObjectIterator()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | file_operations_local_mock.cpp | 144 string childPath = FileOperationsHelper::GetCloudDiskLocalPath(data->userId, in ReadDir() local 151 entry->d_name, childPath.c_str()); in ReadDir()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_local.cpp | 156 string childPath = FileOperationsHelper::GetCloudDiskLocalPath(data->userId, in ReadDir() local 163 entry->d_name, childPath.c_str()); in ReadDir()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | node_impl.cpp | 954 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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/ |
H A D | file_path.cpp | 344 FilePath childPath = child; in AppendRelativePath() local 348 childPath.GetComponents(childComponents); in AppendRelativePath()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 316 …std::string childPath = ServiceConstants::UNINSTALL_TMP_PREFIX + std::to_string(BundleUtil::GetCur… in GetSameLevelTmpPath() local 317 std::filesystem::path fullPath = canonicalParentPath / childPath; in GetSameLevelTmpPath()
|