Searched refs:outCrop (Results 1 – 2 of 2) sorted by relevance
929 Rect outCrop = mCurrentCrop; in getCurrentCrop() local949 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()
317 Rect* outCrop, int* outScalingMode,323 *outCrop = crop;