Searched refs:getBitmap (Results 1 - 25 of 53) sorted by relevance

123

/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DBitmapDrawableResource.java28 return Util.getBitmapByteSize(drawable.getBitmap());
33 bitmapPool.put(drawable.getBitmap());
H A DGlideBitmapDrawableResource.java20 return Util.getBitmapByteSize(drawable.getBitmap());
25 bitmapPool.put(drawable.getBitmap());
H A DGlideBitmapDrawable.java135 public Bitmap getBitmap() { method in class:GlideBitmapDrawable
/external/skia/src/core/
H A DSkBitmapHeap.h29 SkBitmap* getBitmap() { return &fBitmap; } function in class:SkBitmapHeapEntry
59 virtual SkBitmap* getBitmap(int32_t slot) const = 0;
121 SkBitmap* getBitmap(int32_t slot) const override {
H A DSkSpecialImage.cpp27 virtual bool getBitmap(SkBitmap* result) const = 0;
78 return ib->getBitmap(result);
133 bool getBitmap(SkBitmap* result) const override {
216 bool getBitmap(SkBitmap* result) const override {
275 bool getBitmap(SkBitmap* result) const override {
H A DSkPictureData.h90 const SkBitmap& getBitmap(SkReader32* reader) const { function in class:SkPictureData
153 // Only used by getBitmap() if the passed in index is SkBitmapHeap::INVALID_SLOT. This empty
H A DSkPicturePlayback.cpp199 const SkBitmap bitmap = shallow_copy(fPictureData->getBitmap(reader));
205 const SkBitmap bitmap = shallow_copy(fPictureData->getBitmap(reader));
213 const SkBitmap bitmap = shallow_copy(fPictureData->getBitmap(reader));
223 const SkBitmap bitmap = shallow_copy(fPictureData->getBitmap(reader));
390 /* const SkBitmap bitmap = */ shallow_copy(fPictureData->getBitmap(reader));
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmapDrawable.java46 canvas.drawBitmap(realBitmapDrawable.getBitmap(), 0, 0, paint);
55 public android.graphics.Bitmap getBitmap() { method in class:ShadowBitmapDrawable
H A DShadowMediaStore.java20 public static Bitmap getBitmap(ContentResolver cr, Uri url) { method in class:ShadowMediaStore.ShadowImages.ShadowMedia
/external/skia/gm/
H A Dgiantbitmap.cpp27 const SkBitmap& getBitmap() { function in class:GiantBitmapGM
107 SkShader* s = SkShader::CreateBitmapShader(getBitmap(), fMode, fMode, &m);
/external/skia/experimental/iOSSampleApp/Shared/
H A DSkUIView.mm53 SkCanvas canvas(fWind->getBitmap());
55 CGImageRef cgimage = SkCreateCGImageRef(fWind->getBitmap());
/external/sonivox/jet_tools/JetCreator/
H A Dimg_Paste.py30 def getBitmap(): function
39 icon.CopyFromBitmap(getBitmap())
H A Dimg_Copy.py40 def getBitmap(): function
49 icon.CopyFromBitmap(getBitmap())
H A Dimg_New.py50 def getBitmap(): function
59 icon.CopyFromBitmap(getBitmap())
H A Dimg_Print.py51 def getBitmap(): function
60 icon.CopyFromBitmap(getBitmap())
H A Dimg_favicon.py50 def getBitmap(): function
59 icon.CopyFromBitmap(getBitmap())
H A Dimg_Open.py68 def getBitmap(): function
77 icon.CopyFromBitmap(getBitmap())
H A Dimg_Redo.py68 def getBitmap(): function
77 icon.CopyFromBitmap(getBitmap())
H A Dimg_Undo.py70 def getBitmap(): function
79 icon.CopyFromBitmap(getBitmap())
/external/skia/include/views/
H A DSkWindow.h45 const SkBitmap& getBitmap() const { return fBitmap; } function in class:SkWindow
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
H A DTerminalView.java141 if (bridge.getBitmap() != null) {
146 canvas.drawBitmap(bridge.getBitmap(), 0, 0, paint);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBitmapDrawableTest.java36 assertEquals("Bitmap for resource:drawable/an_image", shadowOf(drawable.getBitmap()).getDescription());
H A DBitmapFactoryTest.java111 Bitmap bitmap = MediaStore.Images.Media.getBitmap(Robolectric.application.getContentResolver(), Uri.parse("content:/path"));
/external/skia/src/views/
H A DSkWindow.cpp34 const SkBitmap& bm = this->getBitmap();
/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();

Completed in 1598 milliseconds

123