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

/frameworks/native/libs/gui/
H A DGLConsumer.cpp155 mCurrentCrop(Rect::EMPTY_RECT),
183 mCurrentCrop(Rect::EMPTY_RECT),
321 mCurrentCrop.makeInvalid();
485 mCurrentCrop = item.mCrop;
516 mCurrentCrop);
531 mCurrentCrop,
808 isEglImageCroppable(mCurrentCrop) ? Rect::EMPTY_RECT : mCurrentCrop,
928 Rect outCrop = mCurrentCrop;
930 uint32_t newWidth = static_cast<uint32_t>(mCurrentCrop
[all...]
/frameworks/native/include/gui/
H A DGLConsumer.h386 // mCurrentCrop is the crop rectangle that applies to the current texture.
388 Rect mCurrentCrop; member in class:android::GLConsumer
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp105 mCurrentCrop.makeInvalid();
353 if (!mCurrentCrop.isEmpty()) {
355 crop = mCurrentCrop;
1239 return !mCurrentCrop.isEmpty();
2003 if ((crop != mCurrentCrop) ||
2007 mCurrentCrop = crop;
H A DLayer.h542 Rect mCurrentCrop; member in class:android::Layer

Completed in 1082 milliseconds