/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageFormatTest.java | 34 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseNative_requiredOnly() 47 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseNative_withSize() 60 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_requiredOnly() 73 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_withMaxSize() 118 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_allFields() 127 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_allFields() 136 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testParseVariant_allFields() 153 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testCreateNative_requiredOnly() 170 Assert.assertEquals(BipPixel.createFixed(1280, 1024), format.getPixel()); in testCreateNative_withSize() 188 Assert.assertEquals(BipPixel.createFixed(32, 32), format.getPixel()); in testCreateVariant_requiredOnly() [all …]
|
/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 72 T* getPixel(T* buffer, int width, int x, int y) { in getPixel() function 386 GifByteType colorIndex = *getPixel(rasterBits, gifIn->Image.Width, x, y); in renderImage() 403 ColorARGB* renderPixel = getPixel(renderBuffer, gifIn->SWidth, renderX, renderY); in renderImage() 423 ColorARGB* renderPixel = getPixel(renderBuffer, imageWidth, x + left, y + top); in fillRect() 437 ColorARGB c1 = *getPixel(renderBuffer, gifIn->SWidth, x * 2, y * 2); in computeNewColorIndex() 438 ColorARGB c2 = *getPixel(renderBuffer, gifIn->SWidth, x * 2 + 1, y * 2); in computeNewColorIndex() 439 ColorARGB c3 = *getPixel(renderBuffer, gifIn->SWidth, x * 2, y * 2 + 1); in computeNewColorIndex() 440 ColorARGB c4 = *getPixel(renderBuffer, gifIn->SWidth, x * 2 + 1, y * 2 + 1); in computeNewColorIndex()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipImageFormat.java | 151 public BipPixel getPixel() { in getPixel() method in BipImageFormat 175 && f.getPixel() == getPixel() in equals()
|
D | BipImageDescriptor.java | 225 public BipPixel getPixel() { in getPixel() method in BipImageDescriptor 262 && d.getPixel() == getPixel() in equals()
|
D | BipImageProperties.java | 281 BipPixel pixel = format.getPixel(); in isThumbnailFormat() 316 BipPixel pixel = format.getPixel(); in toString() 333 BipPixel pixel = format.getPixel(); in toString()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | PhotoProcessorTest.java | 50 assertEquals(Color.argb(255, 255, 255, 255), normalized.getPixel(0, 0)); in testTransparency()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/ |
D | CoverArtTest.java | 101 BipPixel pixel = format.getPixel(); in containsThumbnailFormat() 110 BipPixel pixel = format.getPixel(); in containsThumbnailFormat()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | BitmapUtils.java | 86 result = 31 * result + bitmap.getPixel(x, y); in generateHashCode()
|
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/ |
D | ColorExtractor.java | 71 int argb = bitmap.getPixel(x, y); in findDominantColorByHue()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/helpers/ |
D | CoverArt.java | 134 BipPixel pixel = descriptor.getPixel(); in isDescriptorValid()
|