HomeSort by relevance Sort by last modified time
    Searched defs:drawBitmapRect (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/context/
RecordingContextCanvasProxy.cpp 53 void RecordingContextCanvasProxy::drawBitmapRect(const SkBitmap& bitmap,
58 m_pgc->drawBitmapRect(bitmap, src, dst);
PlatformGraphicsContextSkia.cpp 247 void PlatformGraphicsContextSkia::drawBitmapRect(const SkBitmap& bitmap,
257 mCanvas->drawBitmapRect(bitmap, src, dst, &paint);
PlatformGraphicsContextRecording.cpp 778 void PlatformGraphicsContextRecording::drawBitmapRect(const SkBitmap& bitmap,
787 appendDrawingOperation(NEW_OP(DrawBitmapRect)(bitmap, src, dst, op), dst);
    [all...]
  /external/skia/src/utils/
SkProxyCanvas.cpp 95 void SkProxyCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
97 fProxy->drawBitmapRect(bitmap, src, dst, paint);
SkDumpCanvas.cpp 296 void SkDumpCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
310 this->dump(kDrawBitmap_Verb, paint, "drawBitmapRect(%s %s)",
SkNWayCanvas.cpp 197 void SkNWayCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
201 iter->drawBitmapRect(bitmap, src, dst, paint);
SkDeferredCanvas.cpp 330 void SkDeferredCanvas::drawBitmapRect(const SkBitmap& bitmap,
340 drawingCanvas()->drawBitmapRect(bitmap, src,
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InstrumentedPlatformCanvas.h 198 virtual void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
203 SkCanvas::drawBitmapRect(bitmap, src, dst, paint);
  /external/skia/src/core/
SkPictureRecord.cpp 266 void SkPictureRecord::drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
SkCanvas.cpp     [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 654 void (*drawBitmapRect)(ANPCanvas*, const ANPBitmap*,
    [all...]

Completed in 122 milliseconds