Home
last modified time | relevance | path

Searched refs:GetBoundaryPath (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dregion.cpp51 bool Region::GetBoundaryPath(Path* path) const in GetBoundaryPath() function in OHOS::Rosen::Drawing::Region
53 return impl_->GetBoundaryPath(path); in GetBoundaryPath()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_region_test.cpp57 * @tc.desc: Test GetBoundaryPath
65 ASSERT_FALSE(skiaRegion->GetBoundaryPath(&path)); in HWTEST_F()
66 ASSERT_FALSE(skiaRegion->GetBoundaryPath(nullptr)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dregion.h72 bool GetBoundaryPath(Path* path) const;
140 impl_->GetBoundaryPath(&path); in Dump()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dregion_impl.h36 virtual bool GetBoundaryPath(Path* path) const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_region.h40 bool GetBoundaryPath(Path* path) const override;
H A Dskia_region.cpp57 bool SkiaRegion::GetBoundaryPath(Path* path) const in GetBoundaryPath() function in OHOS::Rosen::Drawing::SkiaRegion
64 LOGD("SkiaRegion::GetBoundaryPath, skiaPath is nullptr"); in GetBoundaryPath()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/region_fuzzer/
H A Dregion_fuzzer.cpp66 region.GetBoundaryPath(&path); in RegionFuzzTest001()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.cpp221 filterRegion.GetBoundaryPath(&filetrPath); in TraverseSubTreeAndDrawFilterWithClip()
H A Drs_display_render_node_drawable.cpp338 region.GetBoundaryPath(&dirtyPath); in ClipRegion()
343 region.GetBoundaryPath(&dirtyPath); in ClipRegion()

Completed in 8 milliseconds