Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DBitmapScreenNail.java26 private final BitmapTexture mBitmapTexture; field in BitmapScreenNail
29 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()