HomeSort by relevance Sort by last modified time
    Searched refs:bitmapPixels (Results 1 - 2 of 2) sorted by null

  /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
ImagePixelization.java 171 int[] bitmapPixels = new int[width * height];
172 bitmap.getPixels(bitmapPixels, 0, width, 0, 0, width, height);
188 pixel = bitmapPixels[j * width + i];
  /external/skia/src/effects/
SkTableColorFilter.cpp 262 uint8_t* bitmapPixels = bmp->getAddr8(0, 0);
268 memcpy(bitmapPixels, gIdentityTable, sizeof(gIdentityTable));
270 memcpy(bitmapPixels, fStorage + offset, 256);
273 bitmapPixels += 256;

Completed in 320 milliseconds