Searched refs:dstR (Results 1 – 1 of 1) sorted by relevance
158 RectF dstR = new RectF(0f, 0f, bitmapSize.getWidth(), bitmapSize.getHeight()); in fromDrawable() local159 matrix.setRectToRect(srcR, dstR, Matrix.ScaleToFit.CENTER); in fromDrawable()