Searched refs:localBitmapRef (Results 1 – 1 of 1) sorted by relevance
134 Bitmap localBitmapRef = bitmap; in onGetBitmap() local137 if (localBitmapRef != null) { in onGetBitmap()140 int r = localBitmapRef.getWidth() + x; in onGetBitmap()141 int b = localBitmapRef.getHeight() + y; in onGetBitmap()142 sCanvas.drawBitmap(localBitmapRef, x, y, sBitmapPaint); in onGetBitmap()143 localBitmapRef = null; in onGetBitmap()