Searched refs:mDrawRect (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DHighlightView.java85 canvas.drawRect(mDrawRect, mOutlinePaint);
90 float width = mDrawRect.width();
91 float height = mDrawRect.height();
92 path.addCircle(mDrawRect.left + (width / 2),
93 mDrawRect.top + (height / 2),
98 path.addRect(new RectF(mDrawRect), Path.Direction.CW);
114 * (mDrawRect.width() / 2D));
115 int x = mDrawRect.left
116 + (mDrawRect.width() / 2) + d - width / 2;
117 int y = mDrawRect
396 Rect mDrawRect; // in screen space field in class:HighlightView
[all...]
H A DCropImage.java738 Rect r = hv.mDrawRect;
757 Rect drawRect = hv.mDrawRect;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageStraighten.java53 private RectF mDrawRect = new RectF(); field in class:ImageStraighten
268 updateCurrentCrop(m, mDrawHolder, mDrawRect, imageWidth,
275 CropDrawingUtils.drawShade(canvas, mDrawRect);
279 canvas.clipRect(mDrawRect);
302 mDrawPath.addRect(mDrawRect, Path.Direction.CW);

Completed in 88 milliseconds