Searched refs:mCrop (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/gui/
H A DBufferQueue.h183 mCrop.makeInvalid();
189 // mCrop is the current crop rectangle for this buffer slot.
190 Rect mCrop; member in struct:android::BufferQueue::BufferItem
347 mCrop.makeInvalid();
401 // mCrop is the current crop rectangle for this buffer slot.
402 Rect mCrop; member in struct:android::BufferQueue::BufferSlot
H A DSurfaceTextureClient.h169 // mCrop is the crop rectangle that will be used for the next buffer
171 Rect mCrop; member in class:android::SurfaceTextureClient
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp91 b.mCrop,
106 nativeBuffer->crop = b.mCrop;
H A DBufferQueue.cpp557 mSlots[buf].mCrop = crop;
757 slot.mCrop.left, slot.mCrop.top, slot.mCrop.right,
758 slot.mCrop.bottom, slot.mTransform, slot.mTimestamp,
837 buffer->mCrop = mSlots[buf].mCrop;
H A DSurfaceTextureClient.cpp84 mCrop.clear();
296 mCrop.intersect(Rect(buffer->width, buffer->height), &crop);
533 mCrop.clear();
566 mCrop = realRect;
H A DSurfaceTexture.cpp296 mCurrentCrop = item.mCrop;

Completed in 58 milliseconds