Searched refs:oldBits (Results 1 – 1 of 1) sorted by relevance
309 val oldBits = bitmap in setupBitmaps() constant310 var bits = oldBits in setupBitmaps()322 if (oldBits != null) { in setupBitmaps()323 if (oldBits.width < oldBits.height != bits.width < bits.height) { in setupBitmaps()335 if (bits.width != oldBits.height || bits.height != oldBits.width) { in setupBitmaps()337 bits.width.toFloat() / oldBits.height, in setupBitmaps()338 bits.height.toFloat() / oldBits.width) in setupBitmaps()343 c.drawBitmap(oldBits, 0f, 0f, _drawPaint) in setupBitmaps()