Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DGLConsumer.cpp886 Rect outCrop = mCurrentCrop; in getCurrentCrop() local
906 outCrop.left += halfdw; in getCurrentCrop()
908 outCrop.right -= (dw - halfdw); in getCurrentCrop()
913 outCrop.top += halfdh; in getCurrentCrop()
915 outCrop.bottom -= (dh - halfdh); in getCurrentCrop()
919 outCrop.left, outCrop.top, in getCurrentCrop()
920 outCrop.right,outCrop.bottom); in getCurrentCrop()
923 return outCrop; in getCurrentCrop()
/frameworks/native/include/gui/
DIGraphicBufferProducer.h289 Rect* outCrop, int* outScalingMode,
295 *outCrop = crop;