Searched refs:myWidth (Results 1 – 1 of 1) sorted by relevance
92 float myWidth = getWidth(); in updateDstRectF() local96 final float scale = bitmapWidth > myWidth ? myWidth / bitmapWidth : 1; in updateDstRectF()100 mDstRectF.left = (myWidth - scaledWidth) / 2; in updateDstRectF()101 mDstRectF.right = (myWidth + scaledWidth) / 2; in updateDstRectF()