Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DGLConsumer.cpp929 Rect outCrop = mCurrentCrop; in getCurrentCrop() local
949 outCrop.left += halfdw; in getCurrentCrop()
951 outCrop.right -= (dw - halfdw); in getCurrentCrop()
956 outCrop.top += halfdh; in getCurrentCrop()
958 outCrop.bottom -= (dh - halfdh); in getCurrentCrop()
962 outCrop.left, outCrop.top, in getCurrentCrop()
963 outCrop.right,outCrop.bottom); in getCurrentCrop()
966 return outCrop; in getCurrentCrop()
/frameworks/native/include/gui/
DIGraphicBufferProducer.h317 Rect* outCrop, int* outScalingMode,
323 *outCrop = crop;