Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DGLConsumer.cpp873 Rect outCrop = mCurrentCrop; in getCurrentCrop() local
889 outCrop.left -=dw; in getCurrentCrop()
890 outCrop.right += dw; in getCurrentCrop()
894 outCrop.top -= dh; in getCurrentCrop()
895 outCrop.bottom += dh; in getCurrentCrop()
899 outCrop.left, outCrop.top, in getCurrentCrop()
900 outCrop.right,outCrop.bottom); in getCurrentCrop()
903 return outCrop; in getCurrentCrop()
/frameworks/native/include/gui/
DIGraphicBufferProducer.h285 Rect* outCrop, int* outScalingMode, uint32_t* outTransform,
290 *outCrop = crop;