Home
last modified time | relevance | path

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

/frameworks/native/include/ui/
DRect.h34 static const Rect INVALID_RECT; variable
/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);
524 if (*cur != Rect::INVALID_RECT) { in validate()
701 if (!rhs.isValid() && rhs != Rect::INVALID_RECT) { in boolean_operation()
/frameworks/native/libs/gui/
DSurface.cpp344 if (mConnectedToCpu || mDirtyRegion.bounds() == Rect::INVALID_RECT) { in queueBuffer()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp1034 if (reg.isRect() && reg.getBounds() == Rect::INVALID_RECT) { in setSurfaceDamage()