Searched refs:mCropRect (Results 1 - 6 of 6) sorted by relevance

/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java108 private Rect mCropRect = new Rect(); field in class:PhotoView
496 final int cropWidth = mCropRect.right - mCropRect.left;
502 matrix.postTranslate(-mCropRect.left, -mCropRect.top);
574 canvas.clipRect(mCropRect);
582 canvas.drawRect(mCropRect, sCropPaint);
603 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
698 mTempDst.set(mCropRect);
794 final float maxLeft = mAllowCrop ? mCropRect
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java108 private Rect mCropRect = new Rect(); field in class:PhotoView
498 final int cropWidth = mCropRect.right - mCropRect.left;
504 matrix.postTranslate(-mCropRect.left, -mCropRect.top);
576 canvas.clipRect(mCropRect);
584 canvas.drawRect(mCropRect, sCropPaint);
605 mCropRect.set(cropLeft, cropTop, cropRight, cropBottom);
700 mTempDst.set(mCropRect);
800 final float maxLeft = mAllowCrop ? mCropRect
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h115 ARect mCropRect; // These are obtained from kKeyCropRect. member in struct:android::__anon318
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h189 ARect mCropRect; member in struct:android::PreviewPlayer
H A DPreviewPlayer.cpp1693 mCropRect.left = cropLeft;
1694 mCropRect.right = cropRight;
1695 mCropRect.top = cropTop;
1696 mCropRect.bottom = cropBottom;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp828 pDecShellContext->mCropRect.left = cropLeft;
829 pDecShellContext->mCropRect.right = cropRight;
830 pDecShellContext->mCropRect.top = cropTop;
831 pDecShellContext->mCropRect.bottom = cropBottom;
1500 pDecShellContext->mCropRect, // decoderRect

Completed in 2028 milliseconds