Home
last modified time | relevance | path

Searched defs:svgPath (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp75 std::string svgPath = "m10"; in HWTEST_F() local
91 std::string svgPath = "m10"; in HWTEST_F() local
220 std::string svgPath = "M 100,100 m -75,0 a 75,75 0 1,0 150,0 a 75,75 0 1,0 -150,0 z"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_image.cpp67 std::string svgPath = GetImagePath(); in LoadLocalImage() local
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp32 void DisplayCutoutController::SetBuiltInDisplayCutoutSvgPath(const std::string& svgPath) in SetBuiltInDisplayCutoutSvgPath() argument
57 void DisplayCutoutController::SetCutoutSvgPath(DisplayId displayId, const std::string& svgPath) in SetCutoutSvgPath() argument
118 DMRect DisplayCutoutController::CalcCutoutBoundingRect(std::string svgPath) in CalcCutoutBoundingRect() argument
/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_testtwo_ng.cpp373 auto svgPath = AceType::DynamicCast<SvgPath>(svg->children_.at(0)); in ParsePath() local
H A Dparse_test_ng.cpp403 auto svgPath = AceType::DynamicCast<SvgPath>(svg->children_.at(0)); in ParsePath() local
585 auto svgPath = svgDom->svgContext_->GetSvgNodeById(HREF); in HWTEST_F() local
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_scene_config.cpp447 void ScreenSceneConfig::SetCutoutSvgPath(uint64_t displayId, const std::string& svgPath) in SetCutoutSvgPath() argument
453 void ScreenSceneConfig::SetSubCutoutSvgPath(const std::string& svgPath) in SetSubCutoutSvgPath() argument
459 DMRect ScreenSceneConfig::CalcCutoutBoundaryRect(std::string svgPath) in CalcCutoutBoundaryRect() argument

Completed in 9 milliseconds