Home
last modified time | relevance | path

Searched refs:mappedRect (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmap.java325 RectF mappedRect = new RectF(); in createBitmap() local
326 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()