Home | History | Annotate | Download | only in camera

Lines Matching full:rectf

26 import android.graphics.RectF;
98 path.addRect(new RectF(mDrawRect), Path.Direction.CW);
301 RectF r = new RectF(mCropRect);
356 RectF r = new RectF(mCropRect.left, mCropRect.top,
367 public void setup(Matrix m, Rect imageRect, RectF cropRect, boolean circle,
375 mImageRect = new RectF(imageRect);
397 private RectF mImageRect; // in image space
398 RectF mCropRect; // in image space