Home | History | Annotate | Download | only in camera

Lines Matching defs:mBitmap

968     // drawn to mBitmap. mBitmap is later used in onDraw() of GridViewSpecial.
970 private Bitmap mBitmap;
983 mBitmap = Bitmap.createBitmap(mBlockWidth, mBlockHeight,
985 mCanvas = new Canvas(mBitmap);
1003 mBitmap.recycle();
1004 mBitmap = null;
1071 if (mBitmap == null) return; // This block has been recycled.
1113 canvas.drawBitmap(mBitmap, xPos, yPos, null);
1126 canvas.drawBitmap(mBitmap, srcRect, dstRect, null);
1156 // already in progress). We deal with that situation by setting mBitmap