Home
last modified time | relevance | path

Searched refs:hasSameRects (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DRegionMatcher.h31 return expected.hasSameRects(actual); in MatchAndExplain()
/frameworks/av/media/libstagefright/renderfright/include/renderengine/
DDisplaySettings.h69 lhs.clearRegion.hasSameRects(rhs.clearRegion) && lhs.orientation == rhs.orientation;
/frameworks/native/services/surfaceflinger/tests/
DWindowInfosListener_test.cpp119 return touchableRegion.hasSameRects(windowInfo.touchableRegion); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFE.h190 return lhs.clip.hasSameRects(rhs.clip) && lhs.needsFiltering == rhs.needsFiltering &&
/frameworks/native/libs/ui/include_vndk/ui/
DRegion.h125 bool hasSameRects(const Region& region) const;
/frameworks/native/include/ui/
DRegion.h125 bool hasSameRects(const Region& region) const;
/frameworks/native/libs/ui/include/ui/
DRegion.h125 bool hasSameRects(const Region& region) const;
/frameworks/native/libs/gui/
DWindowInfo.cpp98 info.touchableRegion.hasSameRects(touchableRegion) && in operator ==()
DLayerState.cpp732 (!transparentRegion.hasSameRects(other.transparentRegion))) { in diff()
763 (!surfaceDamageRegion.hasSameRects(other.surfaceDamageRegion))) { in diff()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DCachedSetTest.cpp145 EXPECT_TRUE(layer.getVisibleRegion().hasSameRects(cachedSet.getVisibleRegion())); in expectEqual()
197 EXPECT_TRUE(cachedSet.getVisibleRegion().hasSameRects(expectedRegion)); in TEST_F()
298 EXPECT_TRUE(cachedSet1.getVisibleRegion().hasSameRects(expectedRegion)); in TEST_F()
DLayerStateTest.cpp656 EXPECT_TRUE(mLayerState->getVisibleRegion().hasSameRects(sRegionOne)); in TEST_F()
DFlattenerTest.cpp386 EXPECT_TRUE(overrideVisibleRegion.hasSameRects(expectedRegion)); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DLayerState.h142 return [](const Region& lhs, const Region& rhs) { return lhs.hasSameRects(rhs); };
/frameworks/native/libs/ui/
DRegion.cpp291 bool Region::hasSameRects(const Region& other) const { in hasSameRects() function in android::Region
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerSnapshotTest.cpp485 EXPECT_TRUE(getSnapshot({.id = 111})->inputInfo.touchableRegion.hasSameRects(touch)); in TEST_F()
488 ->inputInfo.touchableRegion.hasSameRects(touchCroppedByMirrorRoot)); in TEST_F()
/frameworks/native/services/surfaceflinger/
DLayer.cpp3362 if (mDrawingState.surfaceDamageRegion.hasSameRects(surfaceDamage)) return false; in setSurfaceDamageRegion()