OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actualcolors
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java
410
int[]
actualColors
;
413
actualColors
= mActualColors;
416
actualColors
= new int [width * height];
420
actual.getPixels(
actualColors
, 0, width, 0, 0, width, height);
425
mse += distance(expectedColors[idx],
actualColors
[idx]);
YuvImageTest.java
358
int[]
actualColors
= new int [width * height];
359
actual.getPixels(
actualColors
, 0, width, 0, 0, width, height);
364
mse += distance(expColors[idx],
actualColors
[idx]);
BitmapFactoryTest.java
651
int[]
actualColors
= new int [width * height];
655
actual.getPixels(
actualColors
, 0, width, 0, 0, width, height);
660
mse += distance(expectedColors[idx],
actualColors
[idx], isPremultiplied);
Completed in 81 milliseconds