Home | History | Annotate | Download | only in camera

Lines Matching refs:temp

681             Bitmap temp = null;
685 temp = image.miniThumbBitmap();
688 if (temp != null) {
690 Bitmap newMap = temp.copy(temp.getConfig(), true);
700 temp.recycle();
701 temp = newMap;
704 temp = Util.transform(m, temp, imageWidth,
711 if (temp != null) {
712 tempCanvas.drawBitmap(temp, new Matrix(), new Paint());
722 if (temp != null) {
723 temp.recycle();