Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.cpp63 mCurrentCrop(Rect::EMPTY_RECT), in BufferLayerConsumer()
340 mCurrentCrop = item.mCrop; in updateAndReleaseLocked()
368 const Rect& imageCrop = canUseImageCrop(mCurrentCrop) ? mCurrentCrop : Rect::EMPTY_RECT; in bindTextureImageLocked()
438 const Rect& cropRect = canUseImageCrop(mCurrentCrop) ? Rect::EMPTY_RECT : mCurrentCrop; in computeCurrentTransformMatrixLocked()
494 ? GLConsumer::scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCrop()
495 : mCurrentCrop; in getCurrentCrop()
602 prefix, mTexName, mCurrentTexture, prefix, mCurrentCrop.left, in dumpLocked()
603 mCurrentCrop.top, mCurrentCrop.right, mCurrentCrop.bottom, in dumpLocked()
DBufferLayerConsumer.h301 Rect mCurrentCrop; variable
DBufferLayer.cpp561 if ((crop != mCurrentCrop) || in latchBuffer()
564 mCurrentCrop = crop; in latchBuffer()
DLayer.h748 Rect mCurrentCrop; variable
DLayer.cpp104 mCurrentCrop.makeInvalid(); in Layer()
266 if (!mCurrentCrop.isEmpty()) { in getContentCrop()
268 crop = mCurrentCrop; in getContentCrop()
/frameworks/native/libs/gui/
DGLConsumer.cpp132 mCurrentCrop(Rect::EMPTY_RECT), in GLConsumer()
161 mCurrentCrop(Rect::EMPTY_RECT), in GLConsumer()
300 mCurrentCrop.makeInvalid(); in releaseTexImage()
467 mCurrentCrop = item.mCrop; in updateAndReleaseLocked()
500 mCurrentCrop); in bindTextureImageLocked()
515 mCurrentCrop, in bindTextureImageLocked()
773 isEglImageCroppable(mCurrentCrop) ? Rect::EMPTY_RECT : mCurrentCrop, in computeCurrentTransformMatrixLocked()
947 ? scaleDownCrop(mCurrentCrop, mDefaultWidth, mDefaultHeight) in getCurrentCrop()
948 : mCurrentCrop; in getCurrentCrop()
1056 prefix, mTexName, mCurrentTexture, prefix, mCurrentCrop.left, in dumpLocked()
[all …]
/frameworks/native/libs/gui/include/gui/
DGLConsumer.h387 Rect mCurrentCrop; variable