Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DGLConsumer.cpp288 mCurrentCrop.makeInvalid(); in releaseTexImage()
434 mCurrentCrop = item.mCrop; in updateAndReleaseLocked()
465 mCurrentCrop); in bindTextureImageLocked()
480 mCurrentCrop, in bindTextureImageLocked()
785 if (!isEglImageCroppable(mCurrentCrop)) { in computeCurrentTransformMatrixLocked()
786 Rect cropRect = mCurrentCrop; in computeCurrentTransformMatrixLocked()
873 Rect outCrop = mCurrentCrop; in getCurrentCrop()
875 int32_t newWidth = mCurrentCrop.width(); in getCurrentCrop()
876 int32_t newHeight = mCurrentCrop.height(); in getCurrentCrop()
887 if (newWidth < mCurrentCrop.width()) { in getCurrentCrop()
[all …]
/frameworks/native/services/surfaceflinger/
DLayer.cpp86 mCurrentCrop.makeInvalid(); in Layer()
272 if (!mCurrentCrop.isEmpty()) { in getContentCrop()
274 crop = mCurrentCrop; in getContentCrop()
829 return !mCurrentCrop.isEmpty(); in isCropped()
1277 if ((crop != mCurrentCrop) || in latchBuffer()
1281 mCurrentCrop = crop; in latchBuffer()
DLayer.h383 Rect mCurrentCrop; variable
/frameworks/native/include/gui/
DGLConsumer.h370 Rect mCurrentCrop; variable