Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterRS.java166 Type.Builder tb_a8 = new Type.Builder(RS, Element.A_8(RS)); in convertRGBAtoA() local
173 tb_a8.setX(bitmapTemp.getType().getX()); in convertRGBAtoA()
174 tb_a8.setY(bitmapTemp.getType().getY()); in convertRGBAtoA()
175 Allocation bitmapAlloc = Allocation.createTyped(RS, tb_a8.create(), in convertRGBAtoA()