Searched refs:mCurrentCrop (Results 1 – 4 of 4) sorted by relevance
154 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 …]
398 Rect mCurrentCrop; variable
112 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;
730 Rect mCurrentCrop; variable