Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 8 of 8) sorted by relevance

/gdk/samples/PhotoEditor/src/com/android/photoeditor/
DPhoto.java27 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
DBitmapUtils.java60 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()
DLoadScreennailTask.java35 void onComplete(Bitmap bitmap); in onComplete()
62 protected void onPostExecute(Bitmap bitmap) { in onPostExecute()
DToolbar.java167 public void onComplete(Bitmap bitmap) { in openPhoto()
/gdk/samples/bitmap-plasma-llvm/src/com/example/plasma/llvm/
DPlasma.java80 …private static native int nativeRenderPlasma(Bitmap bitmap, long time_ms, byte[] script, int scri… in nativeRenderPlasma()
/gdk/samples/quake/src/com/android/quake/llvm/
DQuakeView.java344 Bitmap bitmap = Bitmap.createBitmap(256, 256, Bitmap.Config.ARGB_4444); in onDrawFrame() local
/gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
DColorWheel.java144 Bitmap bitmap = Bitmap.createBitmap(diameter, diameter, Bitmap.Config.ARGB_8888); in prepareBackground() local
/gdk/samples/bitmap-plasma-llvm/jni/
DplasmaLLVM.cpp370 jobject bitmap, jlong time_ms, jbyteArray scriptRef, jint length, jboolean use_llvm) in Java_com_example_plasma_llvm_PlasmaView_nativeRenderPlasma()