Searched refs:mBitmapTexture (Results 1 – 1 of 1) sorted by relevance
26 private final BitmapTexture mBitmapTexture; field in BitmapScreenNail29 mBitmapTexture = new BitmapTexture(bitmap); in BitmapScreenNail()34 return mBitmapTexture.getWidth(); in getWidth()39 return mBitmapTexture.getHeight(); in getHeight()44 mBitmapTexture.draw(canvas, x, y, width, height); in draw()54 mBitmapTexture.recycle(); in recycle()59 canvas.drawTexture(mBitmapTexture, source, dest); in draw()