Searched defs:getBitmap (Results 1 - 24 of 24) sorted by relevance

/external/jmonkeyengine/engine/src/android/com/jme3/asset/
H A DAndroidImageInfo.java29 public Bitmap getBitmap(){ method in class:AndroidImageInfo
/external/sonivox/jet_tools/JetCreator/
H A Dimg_Copy.py40 def getBitmap(): function
49 icon.CopyFromBitmap(getBitmap())
H A Dimg_Cut.py93 def getBitmap(): function
102 icon.CopyFromBitmap(getBitmap())
H A Dimg_Find.py74 def getBitmap(): function
83 icon.CopyFromBitmap(getBitmap())
H A Dimg_New.py50 def getBitmap(): function
59 icon.CopyFromBitmap(getBitmap())
H A Dimg_Open.py68 def getBitmap(): function
77 icon.CopyFromBitmap(getBitmap())
H A Dimg_Paste.py30 def getBitmap(): function
39 icon.CopyFromBitmap(getBitmap())
H A Dimg_Print.py51 def getBitmap(): function
60 icon.CopyFromBitmap(getBitmap())
H A Dimg_Redo.py68 def getBitmap(): function
77 icon.CopyFromBitmap(getBitmap())
H A Dimg_Save.py88 def getBitmap(): function
97 icon.CopyFromBitmap(getBitmap())
H A Dimg_Undo.py70 def getBitmap(): function
79 icon.CopyFromBitmap(getBitmap())
H A Dimg_favicon.py50 def getBitmap(): function
59 icon.CopyFromBitmap(getBitmap())
H A Dimg_splash.py1146 def getBitmap(): function
1155 icon.CopyFromBitmap(getBitmap())
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaStore.java20 public static Bitmap getBitmap(ContentResolver cr, Uri url) { method in class:ShadowMediaStore.ShadowImages.ShadowMedia
H A DShadowBitmapDrawable.java46 canvas.drawBitmap(realBitmapDrawable.getBitmap(), 0, 0, paint);
55 public android.graphics.Bitmap getBitmap() { method in class:ShadowBitmapDrawable
/external/skia/src/core/
H A DSkDeviceLooper.h37 const SkBitmap& getBitmap() const { function in class:SkDeviceLooper
H A DSkBitmapHeap.h28 SkBitmap* getBitmap() { return &fBitmap; } function in class:SkBitmapHeapEntry
58 virtual SkBitmap* getBitmap(int32_t slot) const = 0;
120 SkBitmap* getBitmap(int32_t slot) const override {
H A DSkPictureData.h88 const SkBitmap& getBitmap(SkReader32* reader) const { function in class:SkPictureData
145 // Only used by getBitmap() if the passed in index is SkBitmapHeap::INVALID_SLOT. This empty
/external/skia/gm/
H A Dgiantbitmap.cpp27 const SkBitmap& getBitmap() { function in class:GiantBitmapGM
109 SkShader* s = SkShader::CreateBitmapShader(getBitmap(), fMode, fMode, &m);
/external/skia/include/views/
H A DSkWindow.h49 const SkBitmap& getBitmap() const { return fBitmap; } function in class:SkWindow
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DGlideBitmapDrawable.java135 public Bitmap getBitmap() { method in class:GlideBitmapDrawable
/external/skia/src/views/
H A DSkWidgets.cpp508 bool SkBitmapView::getBitmap(SkBitmap* bitmap) const function in class:SkBitmapView
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
H A DPlot.java204 public Bitmap getBitmap() { method in class:Plot.BufferedCanvas
617 Bitmap bmp = pingPong.getBitmap();
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 379 milliseconds