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

/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A DRegion.java43 private Bitmap mUndoBitmap; field in class:Region
166 mUndoBitmap = h.getmUndoBitmap();
173 c.drawBitmap(mUndoBitmap, roi.left, roi.top, null);
H A DHealing.java40 Bitmap mUndoBitmap; field in class:Healing
100 mUndoBitmap = Bitmap.createBitmap(mRoiBounds.width(), mRoiBounds.height(),
102 Canvas undoCanvas = new Canvas(mUndoBitmap);
177 mUndoBitmap = Bitmap.createBitmap(mRoiBounds.width(), mRoiBounds.height(),
179 Canvas undoCanvas = new Canvas(mUndoBitmap);
210 return mUndoBitmap;
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DHealing.java40 Bitmap mUndoBitmap; field in class:Healing
133 mUndoBitmap = Bitmap.createBitmap(mRoiBounds.width(), mRoiBounds.height(),
135 Canvas undoCanvas = new Canvas(mUndoBitmap);
166 return mUndoBitmap;
H A DRegion.java52 private Bitmap mUndoBitmap; field in class:Region
175 mUndoBitmap = h.getmUndoBitmap();
182 c.drawBitmap(mUndoBitmap, roi.left, roi.top, null);

Completed in 374 milliseconds