Searched refs:mCurrentCrop (Results 1 – 4 of 4) sorted by relevance
288 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 …]
86 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()
383 Rect mCurrentCrop; variable
370 Rect mCurrentCrop; variable