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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DBitmapScreenNail.java26 private final BitmapTexture mBitmapTexture; field in class:BitmapScreenNail
29 mBitmapTexture = new BitmapTexture(bitmap);
34 return mBitmapTexture.getWidth();
39 return mBitmapTexture.getHeight();
44 mBitmapTexture.draw(canvas, x, y, width, height);
54 mBitmapTexture.recycle();
59 canvas.drawTexture(mBitmapTexture, source, dest);

Completed in 83 milliseconds