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

/frameworks/native/include/private/gui/
H A DLayerState.h65 reserved(0), crop(Rect::INVALID_RECT),
66 finalCrop(Rect::INVALID_RECT), frameNumber(0),
/frameworks/native/include/ui/
H A DRect.h34 static const Rect INVALID_RECT; member in class:android::Rect
40 inline Rect() : Rect(INVALID_RECT) {}
/frameworks/native/libs/ui/
H A DRect.cpp22 const Rect Rect::INVALID_RECT{0, 0, -1, -1};
H A DRegion.cpp56 const Region Region::INVALID_REGION(Rect::INVALID_RECT);
524 if (*cur != Rect::INVALID_RECT) {
701 if (!rhs.isValid() && rhs != Rect::INVALID_RECT) {
/frameworks/native/libs/gui/
H A DBufferItem.cpp29 mCrop(Rect::INVALID_RECT),
H A DBufferQueueCore.cpp90 mSharedBufferCache(Rect::INVALID_RECT, 0, NATIVE_WINDOW_SCALING_MODE_FREEZE,
H A DSurface.cpp403 if (mConnectedToCpu || mDirtyRegion.bounds() == Rect::INVALID_RECT) {
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp739 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT,
759 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT,
816 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT,
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp969 // We encode default full-screen damage as INVALID_RECT upstream, but as 0
972 if (damage.isRect() && damage.getBounds() == Rect::INVALID_RECT) {
H A DHWComposer_hwc1.cpp1057 // We encode default full-screen damage as INVALID_RECT upstream, but as
1059 if (reg.isRect() && reg.getBounds() == Rect::INVALID_RECT) {

Completed in 296 milliseconds