Home
last modified time | relevance | path

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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DBitmapMutateActivity.java62 private final int[] mPixels; field in BitmapMutateActivity.BitmapsView
74 mPixels = new int[mBitmap1.getWidth() * mBitmap1.getHeight()]; in BitmapsView()
98 mPixels[y * width + x] = color; in onDraw()
102 mBitmap1.setPixels(mPixels, 0, width, 0, 0, width, height); in onDraw()
107 canvas.drawBitmap(mPixels, 0, width, 0.0f, 0.0f, width, height, false, mBitmapPaint); in onDraw()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
DThroughput.java28 private final int mPixels; field in Throughput
34 mPixels = pixels; in Throughput()
55 return (float)(frameTimeInNanos / mPixels); in getNanosPerPixel()