Searched refs:getPixel (Results 1 - 4 of 4) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
H A DLogoUtilsTest.java44 assertEquals(SAMPLE_COLOR, newBitmap.getPixel(5, 5));
58 assertEquals(SAMPLE_COLOR, newBitmap.getPixel(1, 1));
70 assertEquals(SAMPLE_COLOR, newBitmap.getPixel(2, 2));
80 assertEquals(SAMPLE_COLOR, newBitmap.getPixel(2, 2));
88 assertEquals(SAMPLE_COLOR, newBitmap.getPixel(2, 2));
132 assertEquals(b1.getPixel(x, y), b2.getPixel(x, y));
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DPhotoProcessorTest.java51 assertEquals(Color.argb(255, 255, 255, 255), normalized.getPixel(0, 0));
/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp72 T* getPixel(T* buffer, int width, int x, int y) { function in namespace:__anon13
386 GifByteType colorIndex = *getPixel(rasterBits, gifIn->Image.Width, x, y);
403 ColorARGB* renderPixel = getPixel(renderBuffer, gifIn->SWidth, renderX, renderY);
423 ColorARGB* renderPixel = getPixel(renderBuffer, imageWidth, x + left, y + top);
437 ColorARGB c1 = *getPixel(renderBuffer, gifIn->SWidth, x * 2, y * 2);
438 ColorARGB c2 = *getPixel(renderBuffer, gifIn->SWidth, x * 2 + 1, y * 2);
439 ColorARGB c3 = *getPixel(renderBuffer, gifIn->SWidth, x * 2, y * 2 + 1);
440 ColorARGB c4 = *getPixel(renderBuffer, gifIn->SWidth, x * 2 + 1, y * 2 + 1);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java314 int argb = bitmap.getPixel(x, y);
346 int rgb = bitmap.getPixel(x, y) | 0xff000000;

Completed in 179 milliseconds