Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurfaceTexture.cpp665 Rect outCrop = mCurrentCrop; in getCurrentCrop() local
681 outCrop.left -=dw; in getCurrentCrop()
682 outCrop.right += dw; in getCurrentCrop()
686 outCrop.top -= dh; in getCurrentCrop()
687 outCrop.bottom += dh; in getCurrentCrop()
691 outCrop.left, outCrop.top, in getCurrentCrop()
692 outCrop.right,outCrop.bottom); in getCurrentCrop()
695 return outCrop; in getCurrentCrop()
/frameworks/native/include/gui/
DISurfaceTexture.h92 inline void deflate(int64_t* outTimestamp, Rect* outCrop, in deflate()
95 *outCrop = crop; in deflate()