Searched defs:bitmap (Results 1 – 8 of 8) sorted by relevance
| /gdk/samples/PhotoEditor/src/com/android/photoeditor/ |
| D | Photo.java | 27 private Bitmap bitmap; field in Photo 32 public static Photo create(Bitmap bitmap) { in create() 36 private Photo(Bitmap bitmap) { in Photo() 40 public Bitmap bitmap() { in bitmap() method in Photo
|
| D | BitmapUtils.java | 60 public static Bitmap createBitmap(Bitmap bitmap, Matrix m) { in createBitmap() 111 Bitmap bitmap = null; in decodeBitmap() local 153 Bitmap bitmap = decodeBitmap(uri, width, height); in getBitmap() local 174 Bitmap bitmap, String directory, String filename, CompressFormat format) { in saveBitmap()
|
| D | LoadScreennailTask.java | 35 void onComplete(Bitmap bitmap); in onComplete() 62 protected void onPostExecute(Bitmap bitmap) { in onPostExecute()
|
| D | Toolbar.java | 167 public void onComplete(Bitmap bitmap) { in openPhoto()
|
| /gdk/samples/bitmap-plasma-llvm/src/com/example/plasma/llvm/ |
| D | Plasma.java | 80 …private static native int nativeRenderPlasma(Bitmap bitmap, long time_ms, byte[] script, int scri… in nativeRenderPlasma()
|
| /gdk/samples/quake/src/com/android/quake/llvm/ |
| D | QuakeView.java | 344 Bitmap bitmap = Bitmap.createBitmap(256, 256, Bitmap.Config.ARGB_4444); in onDrawFrame() local
|
| /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/ |
| D | ColorWheel.java | 144 Bitmap bitmap = Bitmap.createBitmap(diameter, diameter, Bitmap.Config.ARGB_8888); in prepareBackground() local
|
| /gdk/samples/bitmap-plasma-llvm/jni/ |
| D | plasmaLLVM.cpp | 370 jobject bitmap, jlong time_ms, jbyteArray scriptRef, jint length, jboolean use_llvm) in Java_com_example_plasma_llvm_PlasmaView_nativeRenderPlasma()
|