Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DLayerDebugInfo.h54 Rect mCrop = Rect::INVALID_RECT;
55 Rect mFinalCrop = Rect::INVALID_RECT;
DLayerState.h73 reserved(0), crop(Rect::INVALID_RECT), in layer_state_t()
74 finalCrop(Rect::INVALID_RECT), frameNumber(0), in layer_state_t()
/frameworks/native/libs/ui/include/ui/
DRect.h37 static const Rect INVALID_RECT; variable
43 inline Rect() : Rect(INVALID_RECT) {} in Rect()
/frameworks/native/libs/ui/include_vndk/ui/
DRect.h37 static const Rect INVALID_RECT; variable
43 inline Rect() : Rect(INVALID_RECT) {} in Rect()
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp751 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT, in TEST_F()
771 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT, in TEST_F()
828 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT, in TEST_F()
877 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT, in TEST_F()
1013 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT, in TEST_F()
1091 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT, in TEST_F()
1132 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT, in TEST_F()
DBufferItemConsumer_test.cpp94 0ULL, true, HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT, in QueueBuffer()
/frameworks/native/libs/ui/
DRect.cpp22 const Rect Rect::INVALID_RECT{0, 0, -1, -1};
DRegion.cpp56 const Region Region::INVALID_REGION(Rect::INVALID_RECT);
531 if (*cur != Rect::INVALID_RECT) { in validate()
708 if (!rhs.isValid() && rhs != Rect::INVALID_RECT) { in boolean_operation()
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp246 mViewport(Rect::INVALID_RECT),
247 mFrame(Rect::INVALID_RECT),
/frameworks/native/libs/gui/
DBufferItem.cpp44 mCrop(Rect::INVALID_RECT), in BufferItem()
DBufferQueueCore.cpp95 mSharedBufferCache(Rect::INVALID_RECT, 0, NATIVE_WINDOW_SCALING_MODE_FREEZE, in BufferQueueCore()
DSurface.cpp677 if (mConnectedToCpu || mDirtyRegion.bounds() == Rect::INVALID_RECT) { in queueBuffer()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp804 if (damage.isRect() && damage.getBounds() == Rect::INVALID_RECT) { in setSurfaceDamage()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp2327 EXPECT_EQ(Rect::INVALID_RECT, primaryDisplayState.frame); in TEST_F()
2330 EXPECT_EQ(Rect::INVALID_RECT, primaryDisplayState.viewport); in TEST_F()