/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | rosen_render_svg_line.cpp | 54 GetPath(path); in Paint() 87 GetPath(path); in PaintDirectly() 107 GetPath(path); in GetPaintBounds() 112 GetPath(path); in GetPaintBounds() 119 void RosenRenderSvgLine::GetPath(SkPath& path) in GetPath() function in OHOS::Ace::RosenRenderSvgLine 125 void RosenRenderSvgLine::GetPath(RSPath& path) in GetPath() function in OHOS::Ace::RosenRenderSvgLine
|
H A D | rosen_render_svg_ellipse.cpp | 55 GetPath(path); in Paint() 88 GetPath(path); in PaintDirectly() 108 GetPath(path); in GetPaintBounds() 113 GetPath(path); in GetPaintBounds() 120 void RosenRenderSvgEllipse::GetPath(SkPath& path) in GetPath() function in OHOS::Ace::RosenRenderSvgEllipse 122 void RosenRenderSvgEllipse::GetPath(RSPath& path) in GetPath()
|
H A D | rosen_render_svg_rect.cpp | 54 GetPath(path); in Paint() 88 GetPath(path); in PaintDirectly() 108 GetPath(path); in GetPaintBounds() 113 GetPath(path); in GetPaintBounds() 120 void RosenRenderSvgRect::GetPath(SkPath& path) in GetPath() function in OHOS::Ace::RosenRenderSvgRect 122 void RosenRenderSvgRect::GetPath(RSPath& path) in GetPath()
|
H A D | rosen_render_svg_path.cpp | 56 GetPath(out); in Paint() 92 GetPath(out); in PaintDirectly() 112 GetPath(path); in GetPaintBounds() 117 GetPath(recordingPath); in GetPaintBounds() 124 void RosenRenderSvgPath::GetPath(SkPath& out) in GetPath() function in OHOS::Ace::RosenRenderSvgPath 155 void RosenRenderSvgPath::GetPath(RSRecordingPath& out) in GetPath() function in OHOS::Ace::RosenRenderSvgPath
|
H A D | rosen_render_svg_ellipse.h | 48 void GetPath(SkPath& path); 50 void GetPath(RSPath& path);
|
H A D | rosen_render_svg_path.h | 49 void GetPath(SkPath& out); 51 void GetPath(RSRecordingPath& out);
|
H A D | rosen_render_svg_line.h | 47 void GetPath(SkPath& path); 49 void GetPath(RSPath& path);
|
H A D | rosen_render_svg_rect.h | 48 void GetPath(SkPath& path); 50 void GetPath(RSPath& path);
|
H A D | rosen_render_svg_polygon.cpp | 44 if (!GetPath(&out)) { in Paint() 80 if (!GetPath(&out)) { in PaintDirectly() 89 if (!GetPath(&out)) { in PaintDirectly() 202 if (!GetPath(&path)) { in GetPaintBounds() 209 if (!GetPath(&path)) { in GetPaintBounds() 218 bool RosenRenderSvgPolygon::GetPath(SkPath* out) in GetPath() function in OHOS::Ace::RosenRenderSvgPolygon 220 bool RosenRenderSvgPolygon::GetPath(RSPath* out) in GetPath()
|
H A D | svg_text_path_component.cpp | 61 const std::string& SvgTextPathComponent::GetPath() const in GetPath() function in OHOS::Ace::SvgTextPathComponent 63 return declaration_->GetPath(); in GetPath()
|
H A D | rosen_render_svg_polygon.h | 47 bool GetPath(SkPath* out); 52 bool GetPath(RSPath* out);
|
/foundation/filemanagement/app_file_service/interfaces/kits/cj/src/ |
H A D | file_uri.cpp | 36 string sandboxPath = AppFileService::SandboxHelper::Decode(uri_.GetPath()); in GetName() 49 string FileUriImpl::GetPath() in GetPath() function in OHOS::CJSystemapi::FileUri::FileUriImpl 51 string sandboxPath = AppFileService::SandboxHelper::Decode(uri_.GetPath()); in GetPath()
|
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_uri/src/ |
H A D | file_uri.cpp | 56 string sandboxPath = SandboxHelper::Decode(uri_.GetPath()); in GetName() 69 string FileUri::GetPath() in GetPath() function in OHOS::AppFileService::ModuleFileUri::FileUri 71 string sandboxPath = SandboxHelper::Decode(uri_.GetPath()); in GetPath() 86 string sandboxPath = SandboxHelper::Decode(uri_.GetPath()); in GetRealPath() 107 string sandboxPath = SandboxHelper::Decode(uri_.GetPath()); in GetRealPathBySA()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | data_uri_utils.cpp | 55 string path = const_cast<Uri &>(dataUri).GetPath(); in AttachId() 96 string path = const_cast<Uri &>(dataUri).GetPath(); in GetId() 150 string path = const_cast<Uri &>(dataUri).GetPath(); in IsAttachedId() 190 string path = const_cast<Uri &>(dataUri).GetPath(); in UriUpateLastPath()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | security_policy.cpp | 50 auto errCode = FileManagement::ModuleSecurityLabel::SecurityLabel::SetSecurityLabel(config.GetPath(), in SetSecurityLabel() 53 auto currentLevel = GetFileSecurityLevel(config.GetPath()); in SetSecurityLabel()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_hm_symbol.cpp | 34 const SkPath& skPath = skiaPath->GetPath(); in PathOutlineDecompose() 56 skPaths.push_back(skiaPath->GetPath()); in MultilayerPath()
|
H A D | skia_path.cpp | 236 path_.addPath(skPathImpl->GetPath(), dx, dy, static_cast<SkPath::AddPathMode>(mode)); in AddPath() 245 path_.addPath(skPathImpl->GetPath(), static_cast<SkPath::AddPathMode>(mode)); in AddPath() 257 path_.reverseAddPath(src.GetImpl<SkiaPath>()->GetPath()); in ReverseAddPath() 266 path_.addPath(skPathImpl->GetPath(), skMatrixImpl->ExportSkiaMatrix(), static_cast<SkPath::AddPathMode>(mode)); in AddPath() 291 isSuccess = path_.interpolate(skPathImpl1->GetPath(), weight, &interp); in Interpolate() 300 const SkPath& srcSkPath = srcPath.GetImpl<SkiaPath>()->GetPath(); in InitWithInterpolate() 302 return srcSkPath.interpolate(endingPath.GetImpl<SkiaPath>()->GetPath(), weight, &path_); in InitWithInterpolate() 365 isOpSuccess = Op(skPathImpl1->GetPath(), skPathImpl2->GetPath(), pathOp, &path_); in OpWith() 398 const SkPath& SkiaPath::GetPath() cons function in OHOS::Rosen::Drawing::SkiaPath [all...] |
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_image_animator_unit_test.cpp | 302 EXPECT_STREQ(imageAnimator_->GetPath(), g_imageAnimatorInfo[2].imagePath); // 2: the last image in HWTEST_F() 323 EXPECT_STREQ(imageAnimator_->GetPath(), g_imageAnimatorInfo[0].imagePath); in HWTEST_F() 344 EXPECT_STREQ(imageAnimator_->GetPath(), g_imageAnimatorInfo[0].imagePath); in HWTEST_F() 365 EXPECT_STREQ(imageAnimator_->GetPath(), g_imageAnimatorInfo[2].imagePath); // 2: the last image in HWTEST_F()
|
H A D | ui_image_unit_test.cpp | 116 EXPECT_EQ(imageView_->GetPath(), nullptr); in HWTEST_F() 133 EXPECT_EQ(imageView_->GetPath(), nullptr); in HWTEST_F() 150 EXPECT_STREQ(imageView_->GetPath(), strPath); in HWTEST_F() 181 EXPECT_EQ(imageView_->GetPath(), srcPath); in HWTEST_F() 184 EXPECT_STREQ(imageView_->GetPath(), strPath2); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_motion_path_option_test.cpp | 42 * @tc.desc: Verify the GetPath of MotionPathOptionTest
49 * @tc.steps: step1. init GetPath
in HWTEST_F() 53 * @tc.steps: step2. start GetPath test
in HWTEST_F() 55 EXPECT_EQ(ANIMATION_PATH, motionPathOption->GetPath());
in HWTEST_F() 78 EXPECT_EQ(ANIMATION_PATH, motionPathOption->GetPath());
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_path_1d_path_effect.cpp | 24 auto effect = RSPathEffect::CreatePathDashEffect(*path.GetPath().get(), advance, phase, in Make()
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | media_sink.h | 31 std::string GetPath() const;
|
/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | media_sink.cpp | 25 std::string MediaSink::GetPath() const in GetPath() function in OHOS::Media::Plugin::MediaSink
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_datamanager_test/src/ |
H A D | medialibrary_datamanager_test.cpp | 463 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(file1->GetPath()), false); in HWTEST_F() 465 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(file1->GetPath()), true); in HWTEST_F() 487 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(file1->GetPath()), false); in HWTEST_F() 491 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(file1->GetPath()), true); in HWTEST_F() 513 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(file1->GetPath()), false); in HWTEST_F() 516 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(file1->GetPath()), true); in HWTEST_F() 541 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(file1->GetPath()), false); in HWTEST_F() 548 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(file1->GetPath()), true); in HWTEST_F() 571 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(file1->GetPath()), false); in HWTEST_F() 578 EXPECT_EQ(MediaLibraryUnitTestUtils::IsFileExists(file1->GetPath()), tru in HWTEST_F() [all...] |
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_data_manager.cpp | 138 auto ret = RingtoneFileUtils::CreateFile(asset->GetPath()); in Insert() 179 RingtoneFileUtils::DeleteFile(asset->GetPath()); in DeleteFileFromResultSet() 319 if (!PathToRealPath(asset->GetPath(), absFilePath)) { in OpenRingtoneFile() 320 RINGTONE_ERR_LOG("Failed to get real path: %{private}s", asset->GetPath().c_str()); in OpenRingtoneFile() 341 if (!PathToRealPath(asset->GetPath(), absFilePath)) { in OpenVibrateFile() 342 RINGTONE_ERR_LOG("Failed to get real path: %{private}s", asset->GetPath().c_str()); in OpenVibrateFile()
|