Searched refs:mPixels (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | BitmapMutateActivity.java | 62 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/ |
D | Throughput.java | 28 private final int mPixels; field in Throughput 34 mPixels = pixels; in Throughput() 55 return (float)(frameTimeInNanos / mPixels); in getNanosPerPixel()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 207 expectBufferColor(mOutBuffer, mPixels, rect, color, tolerance); in expectColor() 269 const uint8_t* pixel = mPixels + (4 * (y * mOutBuffer->getStride() + x)); in checkPixel() 285 mOutBuffer->lock(GRALLOC_USAGE_SW_READ_OFTEN, reinterpret_cast<void**>(&mPixels)); in ScreenCapture() 292 uint8_t* mPixels = nullptr; member in android::ScreenCapture
|