Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 - 25 of 205) sorted by relevance

123456789

/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_line.cpp54 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 Drosen_render_svg_ellipse.cpp55 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 Drosen_render_svg_rect.cpp54 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 Drosen_render_svg_path.cpp56 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 Drosen_render_svg_ellipse.h48 void GetPath(SkPath& path);
50 void GetPath(RSPath& path);
H A Drosen_render_svg_path.h49 void GetPath(SkPath& out);
51 void GetPath(RSRecordingPath& out);
H A Drosen_render_svg_line.h47 void GetPath(SkPath& path);
49 void GetPath(RSPath& path);
H A Drosen_render_svg_rect.h48 void GetPath(SkPath& path);
50 void GetPath(RSPath& path);
H A Drosen_render_svg_polygon.cpp44 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 Dsvg_text_path_component.cpp61 const std::string& SvgTextPathComponent::GetPath() const in GetPath() function in OHOS::Ace::SvgTextPathComponent
63 return declaration_->GetPath(); in GetPath()
H A Drosen_render_svg_polygon.h47 bool GetPath(SkPath* out);
52 bool GetPath(RSPath* out);
/foundation/filemanagement/app_file_service/interfaces/kits/cj/src/
H A Dfile_uri.cpp36 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 Dfile_uri.cpp56 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 Ddata_uri_utils.cpp55 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 Dsecurity_policy.cpp50 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 Dskia_hm_symbol.cpp34 const SkPath& skPath = skiaPath->GetPath(); in PathOutlineDecompose()
56 skPaths.push_back(skiaPath->GetPath()); in MultilayerPath()
H A Dskia_path.cpp236 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 Dui_image_animator_unit_test.cpp302 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 Dui_image_unit_test.cpp116 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 Drs_motion_path_option_test.cpp42 * @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 Dtexgine_path_1d_path_effect.cpp24 auto effect = RSPathEffect::CreatePathDashEffect(*path.GetPath().get(), advance, phase, in Make()
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dmedia_sink.h31 std::string GetPath() const;
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dmedia_sink.cpp25 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 Dmedialibrary_datamanager_test.cpp463 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 Dringtone_data_manager.cpp138 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()

Completed in 12 milliseconds

123456789