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

/frameworks/native/include/gui/
H A DISurfaceTexture.h96 inline void deflate(int64_t* outTimestamp, Rect* outCrop, argument
100 *outCrop = crop;
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp704 Rect outCrop = mCurrentCrop; local
720 outCrop.left -=dw;
721 outCrop.right += dw;
725 outCrop.top -= dh;
726 outCrop.bottom += dh;
730 outCrop.left, outCrop.top,
731 outCrop.right,outCrop.bottom);
734 return outCrop;
[all...]

Completed in 541 milliseconds