Home
last modified time | relevance | path

Searched refs:bitmapTemp (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterRS.java168 Allocation bitmapTemp = convertBitmap(RS, bitmap); in convertRGBAtoA() local
169 if (bitmapTemp.getType().getElement().isCompatible(Element.A_8(RS))) { in convertRGBAtoA()
170 return bitmapTemp; in convertRGBAtoA()
173 tb_a8.setX(bitmapTemp.getType().getX()); in convertRGBAtoA()
174 tb_a8.setY(bitmapTemp.getType().getY()); in convertRGBAtoA()
178 mGreyConvert.forEach_RGBAtoA(bitmapTemp, bitmapAlloc); in convertRGBAtoA()
179 bitmapTemp.destroy(); in convertRGBAtoA()