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

  /frameworks/base/libs/gui/
SurfaceTexture.cpp 148 mNextCrop.makeInvalid();
593 mSlots[buf].mCrop = mNextCrop;
646 mNextCrop = crop;
714 mNextCrop.makeInvalid();
    [all...]
  /frameworks/base/include/gui/
SurfaceTexture.h 339 // set to mNextCrop each time queueBuffer gets called for this buffer.
432 // mNextCrop is the crop rectangle that will be used for the next buffer
434 Rect mNextCrop;

Completed in 157 milliseconds