Searched refs:mappedRect (Results 1 – 1 of 1) sorted by relevance
325 RectF mappedRect = new RectF(); in createBitmap() local326 matrix.mapRect(mappedRect, new RectF(0, 0, width, height)); in createBitmap()327 width = Math.round(mappedRect.width()); in createBitmap()328 height = Math.round(mappedRect.height()); in createBitmap()