Home | History | Annotate | Download | only in graphics

Lines Matching refs:deviceR

733             RectF deviceR = new RectF();
734 m.mapRect(deviceR, dstR);
736 neww = Math.round(deviceR.width());
737 newh = Math.round(deviceR.height());
742 canvas.translate(-deviceR.left, -deviceR.top);