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

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

Completed in 69 milliseconds