Home | History | Annotate | Download | only in camera

Lines Matching full:bitmap

25 import android.graphics.Bitmap;
68 Bitmap b, int xPos, int yPos, int w, int h);
253 // We cache the three outlines from NinePatch to Bitmap to speed up
259 public Bitmap mOutline[] = new Bitmap[3];
266 mOutline[i] = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_8888);
734 private final Bitmap mOutline; // The outline bitmap put on top of each
748 int columns, int blockWidth, Bitmap outline) {
954 private Bitmap mEmptyBitmap;
960 mEmptyBitmap = Bitmap.createBitmap(mSpec.mCellWidth, mSpec.mCellHeight,
961 Bitmap.Config.RGB_565);
967 // ImageBlock stores bitmap for one row. The loaded thumbnail images are
970 private Bitmap mBitmap;
983 mBitmap = Bitmap.createBitmap(mBlockWidth, mBlockHeight,
984 Bitmap.Config.RGB_565);
996 // invalidate data which has been drawn to the bitmap).
1044 public void run(final Bitmap b) {
1069 private void loadImageDone(IImage image, Bitmap b,
1100 // Draw the loaded bitmap to the block bitmap.
1102 IImage image, Bitmap b, int xPos, int yPos) {
1108 // Draw the block bitmap to the specified canvas.