Home
last modified time | relevance | path

Searched refs:canUseImageCrop (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DBufferLayerConsumer.cpp283 bool BufferLayerConsumer::canUseImageCrop(const Rect& crop) const { in canUseImageCrop() function in android::BufferLayerConsumer
368 const Rect& imageCrop = canUseImageCrop(mCurrentCrop) ? mCurrentCrop : Rect::EMPTY_RECT; in bindTextureImageLocked()
438 const Rect& cropRect = canUseImageCrop(mCurrentCrop) ? Rect::EMPTY_RECT : mCurrentCrop; in computeCurrentTransformMatrixLocked()
DBufferLayerConsumer.h194 bool canUseImageCrop(const Rect& crop) const;