Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DLayerFE.h180 return lhs.clip.hasSameRects(rhs.clip) &&
183 lhs.clearRegion.hasSameRects(rhs.clearRegion) && lhs.viewport == rhs.viewport &&
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DRegionMatcher.h31 return expected.hasSameRects(actual); in MatchAndExplain()
/frameworks/native/libs/renderengine/include/renderengine/
DDisplaySettings.h72 lhs.clearRegion.hasSameRects(rhs.clearRegion) && lhs.orientation == rhs.orientation;
/frameworks/av/media/libstagefright/renderfright/include/renderengine/
DDisplaySettings.h69 lhs.clearRegion.hasSameRects(rhs.clearRegion) && lhs.orientation == rhs.orientation;
/frameworks/native/services/surfaceflinger/
DLayerRejecter.cpp121 if (!mFront.activeTransparentRegion_legacy.hasSameRects( in reject()
/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/input/
DInputWindow.cpp62 info.touchableRegion.hasSameRects(touchableRegion) && info.visible == visible && in operator ==()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
DCachedSetTest.cpp136 EXPECT_TRUE(layer.getVisibleRegion().hasSameRects(cachedSet.getVisibleRegion())); in expectEqual()
188 EXPECT_TRUE(cachedSet.getVisibleRegion().hasSameRects(expectedRegion)); in TEST_F()
289 EXPECT_TRUE(cachedSet1.getVisibleRegion().hasSameRects(expectedRegion)); in TEST_F()
DFlattenerTest.cpp339 EXPECT_TRUE(overrideVisibleRegion.hasSameRects(expectedRegion)); in TEST_F()
DLayerStateTest.cpp593 EXPECT_TRUE(mLayerState->getVisibleRegion().hasSameRects(sRegionOne)); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/
DLayerState.h136 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