Searched defs:drawBitmap (Results 1 - 21 of 21) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCanvas.java73 public void drawBitmap(Bitmap bitmap, float left, float top, Paint paint) { method in class:ShadowCanvas
115 public void drawBitmap(Bitmap bitmap, Matrix matrix, Paint paint) { method in class:ShadowCanvas
/external/skia/src/core/
H A DSkBitmapDevice.cpp248 void SkBitmapDevice::drawBitmap(const SkDraw& draw, const SkBitmap& bitmap, function in class:SkBitmapDevice
250 draw.drawBitmap(bitmap, matrix, nullptr, paint);
314 // no fractional part in src, we can just call drawBitmap
319 // We can go faster by just calling drawBitmap, which will concat the
322 draw.drawBitmap(*bitmapPtr, matrix, dstPtr, paint);
H A DSkDraw.cpp1235 // We can't call drawBitmap, or we'll infinitely recurse. Instead
1267 void SkDraw::drawBitmap(const SkBitmap& bitmap, const SkMatrix& prematrix, function in class:SkDraw
H A DSkCanvas.cpp1168 c.drawBitmap(srcBM, x, y, &p);
1926 void SkCanvas::drawBitmap(const SkBitmap& bitmap, SkScalar dx, SkScalar dy, const SkPaint* paint) { function in class:SkCanvas
2284 TRACE_EVENT0("disabled-by-default-skia", "SkCanvas::drawBitmap()");
2330 iter.fDevice->drawBitmap(iter, bitmap, matrix, looper.paint());
/external/skia/src/gpu/
H A DSkGpuDevice.cpp884 void SkGpuDevice::drawBitmap(const SkDraw& origDraw, function in class:SkGpuDevice
1077 * This is called by drawBitmap(), which has to handle images that may be too
1485 this->drawBitmap(draw, bm, SkMatrix::MakeTrans(x, y), paint);
1492 this->drawBitmap(draw, bm, SkMatrix::MakeTrans(x, y), paint);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1063 void SkPDFDevice::drawBitmap(const SkDraw& d, function in class:SkPDFDevice
2355 // drawBitmap*()/drawImage*() calls amd ImageFilters (which
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1797 void SkXPSDevice::drawBitmap(const SkDraw& d, const SkBitmap& bitmap, function in class:SkXPSDevice
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 562 milliseconds