OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPixels
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
Throughput.java
28
private final int
mPixels
;
34
mPixels
= pixels;
55
return (float)(frameTimeInNanos /
mPixels
);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapMutateActivity.java
62
private final int[]
mPixels
;
74
mPixels
= new int[mBitmap1.getWidth() * mBitmap1.getHeight()];
98
mPixels
[y * width + x] = color;
102
mBitmap1.setPixels(
mPixels
, 0, width, 0, 0, width, height);
107
canvas.drawBitmap(
mPixels
, 0, width, 0.0f, 0.0f, width, height, false, mBitmapPaint);
Completed in 6203 milliseconds