Searched refs:mCurrentCrop (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
H A DGLConsumer.cpp288 mCurrentCrop.makeInvalid();
434 mCurrentCrop = item.mCrop;
465 mCurrentCrop);
480 mCurrentCrop,
785 if (!isEglImageCroppable(mCurrentCrop)) {
786 Rect cropRect = mCurrentCrop;
873 Rect outCrop = mCurrentCrop;
875 int32_t newWidth = mCurrentCrop.width();
876 int32_t newHeight = mCurrentCrop.height();
887 if (newWidth < mCurrentCrop
[all...]
/frameworks/native/include/gui/
H A DGLConsumer.h368 // mCurrentCrop is the crop rectangle that applies to the current texture.
370 Rect mCurrentCrop; member in class:android::GLConsumer
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp86 mCurrentCrop.makeInvalid();
272 if (!mCurrentCrop.isEmpty()) {
274 crop = mCurrentCrop;
829 return !mCurrentCrop.isEmpty();
1277 if ((crop != mCurrentCrop) ||
1281 mCurrentCrop = crop;
H A DLayer.h383 Rect mCurrentCrop; member in class:android::Layer

Completed in 328 milliseconds