Home
last modified time | relevance | path

Searched defs:svgPath (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_cutout_controller_test.cpp75 std::string svgPath = "m10"; variable
91 std::string svgPath = "m10"; variable
168 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"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_path.cpp67 auto svgPath = weak.Upgrade(); in PrepareSelfAnimation() local
H A Drender_svg_polygon.cpp70 auto svgPath = weak.Upgrade(); in PrepareSelfAnimation() local
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp32 void DisplayCutoutController::SetBuiltInDisplayCutoutSvgPath(const std::string& svgPath) in SetBuiltInDisplayCutoutSvgPath()
57 void DisplayCutoutController::SetCutoutSvgPath(DisplayId displayId, const std::string& svgPath) in SetCutoutSvgPath()
118 DMRect DisplayCutoutController::CalcCutoutBoundingRect(std::string svgPath) in CalcCutoutBoundingRect()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_scene_config.cpp400 void ScreenSceneConfig::SetCutoutSvgPath(uint64_t displayId, const std::string& svgPath) in SetCutoutSvgPath()
406 void ScreenSceneConfig::SetSubCutoutSvgPath(const std::string& svgPath) in SetSubCutoutSvgPath()
412 DMRect ScreenSceneConfig::CalcCutoutBoundaryRect(std::string svgPath) in CalcCutoutBoundaryRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_image.cpp68 std::string svgPath = GetImagePath(); in LoadLocalImage() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp403 auto svgPath = AceType::DynamicCast<SvgPath>(svg->children_.at(0)); in ParsePath() local
584 auto svgPath = svgDom->svgContext_->GetSvgNodeById(HREF); variable
H A Dparse_testtwo_ng.cpp373 auto svgPath = AceType::DynamicCast<SvgPath>(svg->children_.at(0)); in ParsePath() local