Searched defs:svgPath (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_cutout_controller_test.cpp | 75 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 D | render_svg_path.cpp | 67 auto svgPath = weak.Upgrade(); in PrepareSelfAnimation() local
|
H A D | render_svg_polygon.cpp | 70 auto svgPath = weak.Upgrade(); in PrepareSelfAnimation() local
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_cutout_controller.cpp | 32 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 D | screen_scene_config.cpp | 400 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 D | svg_image.cpp | 68 std::string svgPath = GetImagePath(); in LoadLocalImage() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | parse_test_ng.cpp | 403 auto svgPath = AceType::DynamicCast<SvgPath>(svg->children_.at(0)); in ParsePath() local 584 auto svgPath = svgDom->svgContext_->GetSvgNodeById(HREF); variable
|
H A D | parse_testtwo_ng.cpp | 373 auto svgPath = AceType::DynamicCast<SvgPath>(svg->children_.at(0)); in ParsePath() local
|