HomeSort by relevance Sort by last modified time
    Searched full:bitmappixels (Results 1 - 4 of 4) 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];
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapPixels.java 27 public class BitmapPixels extends GraphicsActivity {
  /external/skia/src/effects/
SkTableColorFilter.cpp 290 uint8_t* bitmapPixels = bmp->getAddr8(0, 0);
296 memcpy(bitmapPixels, gIdentityTable, sizeof(gIdentityTable));
298 memcpy(bitmapPixels, fStorage + offset, 256);
301 bitmapPixels += 256;
  /development/samples/ApiDemos/
AndroidManifest.xml     [all...]

Completed in 186 milliseconds