Home
last modified time | relevance | path

Searched refs:IsIntersects (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dregion.cpp56 bool Region::IsIntersects(const Region& other) const in IsIntersects() function in OHOS::Rosen::Drawing::Region
58 return impl_->IsIntersects(other); in IsIntersects()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dregion_impl.h37 virtual bool IsIntersects(const Region& other) const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_region.h41 bool IsIntersects(const Region& other) const override;
H A Dskia_region.cpp73 bool SkiaRegion::IsIntersects(const Region& other) const in IsIntersects() function in OHOS::Rosen::Drawing::SkiaRegion
77 LOGD("SkiaRegion::IsIntersects, skRegion is nullptr"); in IsIntersects()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dregion_test.cpp112 * @tc.desc: test for IsIntersects function
121 EXPECT_FALSE(region->IsIntersects(other)); in HWTEST_F()
126 * @tc.desc: test for IsIntersects function
138 EXPECT_TRUE(region->IsIntersects(other)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_region_test.cpp71 * @tc.desc: Test IsIntersects
79 auto ret = skiaRegion->IsIntersects(region); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dregion.h79 bool IsIntersects(const Region& other) const;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/region_fuzzer/
H A Dregion_fuzzer.cpp67 region.IsIntersects(regionOne); in RegionFuzzTest001()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_cpu_overdraw_canvas_listener.cpp203 if (regions_[i].IsIntersects(target)) { in AppendRegion()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_render_node_drawable_adapter.cpp392 return !(deviceClipRegion.IsIntersects(dstRegion)); in QuickReject()

Completed in 5 milliseconds