Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterRS.java36 private static ScriptC_grey mGreyConvert = null; field in ImageFilterRS
161 if (RS != mRScache || mGreyConvert == null) { in convertRGBAtoA()
162 mGreyConvert = new ScriptC_grey(RS); in convertRGBAtoA()
178 mGreyConvert.forEach_RGBAtoA(bitmapTemp, bitmapAlloc); in convertRGBAtoA()