Searched refs:mOutPixels (Results 1 – 1 of 1) sorted by relevance
57 int mOutPixels[]; field in LevelsDalvikActivity158 mOutPixels = new int[mBitmapOut.getHeight() * mBitmapOut.getWidth()]; in onCreate()223 mOutPixels[i] = ((int)r) + (((int)g) << 8) + (((int)b) << 16) in filter()227 mBitmapOut.setPixels(mOutPixels, 0, mBitmapOut.getWidth(), 0, 0, in filter()