Home | History | Annotate | Download | only in graphics

Lines Matching refs:mBitmap

164         private Bitmap mBitmap;
203 int curW = mBitmap != null ? mBitmap.getWidth() : 0;
204 int curH = mBitmap != null ? mBitmap.getHeight() : 0;
216 if (mBitmap != null) {
217 newCanvas.drawBitmap(mBitmap, 0, 0, null);
219 mBitmap = newBitmap;
225 if (mBitmap != null) {
226 canvas.drawBitmap(mBitmap, 0, 0, null);
277 if (mBitmap != null) {