Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DGLConsumer.cpp154 mCurrentCrop(Rect::EMPTY_RECT), in GLConsumer()
183 mCurrentCrop(Rect::EMPTY_RECT), in GLConsumer()
322 mCurrentCrop.makeInvalid(); in releaseTexImage()
489 mCurrentCrop = item.mCrop; in updateAndReleaseLocked()
522 mCurrentCrop); in bindTextureImageLocked()
537 mCurrentCrop, in bindTextureImageLocked()
814 isEglImageCroppable(mCurrentCrop) ? Rect::EMPTY_RECT : mCurrentCrop, in computeCurrentTransformMatrixLocked()
947 Rect outCrop = mCurrentCrop; in getCurrentCrop()
949 uint32_t newWidth = static_cast<uint32_t>(mCurrentCrop.width()); in getCurrentCrop()
950 uint32_t newHeight = static_cast<uint32_t>(mCurrentCrop.height()); in getCurrentCrop()
[all …]
/frameworks/native/include/gui/
DGLConsumer.h398 Rect mCurrentCrop; variable
/frameworks/native/services/surfaceflinger/
DLayer.cpp112 mCurrentCrop.makeInvalid(); in Layer()
368 if (!mCurrentCrop.isEmpty()) { in getContentCrop()
370 crop = mCurrentCrop; in getContentCrop()
1449 return !mCurrentCrop.isEmpty();
2273 if ((crop != mCurrentCrop) ||
2277 mCurrentCrop = crop;
DLayer.h730 Rect mCurrentCrop; variable