Home
last modified time | relevance | path

Searched refs:IntersectArea (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region.h135 int IntersectArea(const Rect& r) const in IntersectArea() function
376 int IntersectArea(const Rect& r) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp385 int Region::IntersectArea(const Rect& r) const in IntersectArea() function in OHOS::Rosen::Occlusion::Region
392 areaSum += rect.IntersectArea(r); in IntersectArea()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_occlusion_region_test.cpp324 HWTEST_F(RSOcclusionRegionTest, IntersectArea, Function | MediumTest | Level2)
342 ASSERT_TRUE(region5.IntersectArea(testRect) == region6.Area());