HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_RECT (Results 1 - 13 of 13) sorted by null

  /frameworks/native/libs/gui/include/gui/
LayerDebugInfo.h 54 Rect mCrop = Rect::INVALID_RECT;
55 Rect mFinalCrop = Rect::INVALID_RECT;
LayerState.h 73 reserved(0), crop(Rect::INVALID_RECT),
74 finalCrop(Rect::INVALID_RECT), frameNumber(0),
  /frameworks/native/libs/ui/include/ui/
Rect.h 37 static const Rect INVALID_RECT;
43 inline Rect() : Rect(INVALID_RECT) {}
  /frameworks/native/libs/gui/tests/
BufferItemConsumer_test.cpp 94 0ULL, true, HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT,
BufferQueue_test.cpp 751 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT,
771 HAL_DATASPACE_UNKNOWN, Rect::INVALID_RECT,
    [all...]
  /frameworks/native/libs/ui/
Rect.cpp 22 const Rect Rect::INVALID_RECT{0, 0, -1, -1};
Region.cpp 56 const Region Region::INVALID_REGION(Rect::INVALID_RECT);
531 if (*cur != Rect::INVALID_RECT) {
708 if (!rhs.isValid() && rhs != Rect::INVALID_RECT) {
  /frameworks/native/libs/gui/
BufferItem.cpp 44 mCrop(Rect::INVALID_RECT),
BufferQueueCore.cpp 95 mSharedBufferCache(Rect::INVALID_RECT, 0, NATIVE_WINDOW_SCALING_MODE_FREEZE,
Surface.cpp 677 if (mConnectedToCpu || mDirtyRegion.bounds() == Rect::INVALID_RECT) {
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 246 mViewport(Rect::INVALID_RECT),
247 mFrame(Rect::INVALID_RECT),
  /frameworks/native/services/surfaceflinger/tests/unittests/
DisplayTransactionTest.cpp     [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp 801 // We encode default full-screen damage as INVALID_RECT upstream, but as 0
804 if (damage.isRect() && damage.getBounds() == Rect::INVALID_RECT) {

Completed in 1628 milliseconds