Home
last modified time | relevance | path

Searched refs:skCutoutSvgPath (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Ddisplay_cutout_controller.cpp121 SkPath skCutoutSvgPath; in CalcCutoutBoundingRect() local
122 if (!SkParsePath::FromSVGString(svgPath.c_str(), &skCutoutSvgPath)) { in CalcCutoutBoundingRect()
126 SkRect skRect = skCutoutSvgPath.computeTightBounds(); in CalcCutoutBoundingRect()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_scene_config.cpp462 SkPath skCutoutSvgPath; in CalcCutoutBoundaryRect() local
463 if (!SkParsePath::FromSVGString(svgPath.c_str(), &skCutoutSvgPath)) { in CalcCutoutBoundaryRect()
467 SkRect skRect = skCutoutSvgPath.computeTightBounds(); in CalcCutoutBoundaryRect()

Completed in 2 milliseconds