Searched refs:GetBoundaryPath (Results 1 – 9 of 9) sorted by relevance
51 bool Region::GetBoundaryPath(Path* path) const in GetBoundaryPath() function in OHOS::Rosen::Drawing::Region53 return impl_->GetBoundaryPath(path); in GetBoundaryPath()
65 ASSERT_FALSE(skiaRegion->GetBoundaryPath(&path));66 ASSERT_FALSE(skiaRegion->GetBoundaryPath(nullptr));
36 virtual bool GetBoundaryPath(Path* path) const = 0;
40 bool GetBoundaryPath(Path* path) const override;
57 bool SkiaRegion::GetBoundaryPath(Path* path) const in GetBoundaryPath() function in OHOS::Rosen::Drawing::SkiaRegion
72 bool GetBoundaryPath(Path* path) const;
66 region.GetBoundaryPath(&path); in RegionFuzzTest001()
330 region.GetBoundaryPath(&dirtyPath); in ClipRegion()335 region.GetBoundaryPath(&dirtyPath); in ClipRegion()
222 filterRegion.GetBoundaryPath(&filetrPath); in TraverseSubTreeAndDrawFilterWithClip()