Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DGLConsumer.cpp915 Rect outCrop = mCurrentCrop; in getCurrentCrop() local
931 outCrop.left -=dw; in getCurrentCrop()
932 outCrop.right += dw; in getCurrentCrop()
936 outCrop.top -= dh; in getCurrentCrop()
937 outCrop.bottom += dh; in getCurrentCrop()
941 outCrop.left, outCrop.top, in getCurrentCrop()
942 outCrop.right,outCrop.bottom); in getCurrentCrop()
945 return outCrop; in getCurrentCrop()
/frameworks/native/include/gui/
DIGraphicBufferProducer.h118 Rect* outCrop, int* outScalingMode, uint32_t* outTransform, in deflate()
122 *outCrop = crop; in deflate()