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

12

/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/chromium_org/third_party/skia/include/views/
H A DSkWindow.h32 const SkBitmap& getBitmap() const { return fBitmap; } function in class:SkWindow
/external/chromium_org/third_party/skia/src/core/
H A DSkDeviceLooper.h37 const SkBitmap& getBitmap() const { function in class:SkDeviceLooper
H A DSkBitmapHeap.h29 SkBitmap* getBitmap() { return &fBitmap; } function in class:SkBitmapHeapEntry
59 virtual SkBitmap* getBitmap(int32_t slot) const = 0;
129 virtual SkBitmap* getBitmap(int32_t slot) const SK_OVERRIDE {
H A DSkPictureData.h106 const SkBitmap& getBitmap(SkReader32* reader) const { function in class:SkPictureData
178 // Only used by getBitmap() if the passed in index is SkBitmapHeap::INVALID_SLOT. This empty
/external/skia/include/views/
H A DSkWindow.h33 const SkBitmap& getBitmap() const { return fBitmap; } function in class:SkWindow
/external/skia/src/core/
H A DSkDeviceLooper.h37 const SkBitmap& getBitmap() const { function in class:SkDeviceLooper
H A DSkBitmapHeap.h29 SkBitmap* getBitmap() { return &fBitmap; } function in class:SkBitmapHeapEntry
59 virtual SkBitmap* getBitmap(int32_t slot) const = 0;
129 virtual SkBitmap* getBitmap(int32_t slot) const SK_OVERRIDE {
/external/smack/src/org/xbill/DNS/
H A DNXTRecord.java94 getBitmap() { method in class:NXTRecord
/external/chromium_org/third_party/skia/gm/
H A Dgiantbitmap.cpp27 const SkBitmap& getBitmap() { function in class:GiantBitmapGM
119 SkShader* s = SkShader::CreateBitmapShader(getBitmap(), fMode, fMode, &m);
/external/skia/gm/
H A Dgiantbitmap.cpp27 const SkBitmap& getBitmap() { function in class:GiantBitmapGM
115 SkShader* s = SkShader::CreateBitmapShader(getBitmap(), fMode, fMode, &m);
/external/chromium_org/third_party/skia/src/views/
H A DSkWidgets.cpp508 bool SkBitmapView::getBitmap(SkBitmap* bitmap) const function in class:SkBitmapView

Completed in 2749 milliseconds

12