HomeSort by relevance Sort by last modified time
    Searched defs:drawBitmapRect (Results 1 - 12 of 12) 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 248 void PlatformGraphicsContextSkia::drawBitmapRect(const SkBitmap& bitmap,
258 mCanvas->drawBitmapRect(bitmap, src, dst, &paint);
PlatformGraphicsContextRecording.cpp 779 void PlatformGraphicsContextRecording::drawBitmapRect(const SkBitmap& bitmap,
788 appendDrawingOperation(NEW_OP(DrawBitmapRect)(bitmap, src, dst, op), dst);
    [all...]
  /external/skia/legacy/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/skia/include/core/
SkCanvas.h 682 void drawBitmapRect(const SkBitmap& bitmap, const SkRect& dst,
687 void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* isrc,
    [all...]
  /external/skia/src/core/
SkDevice.cpp 390 void SkDevice::drawBitmapRect(const SkDraw& draw, const SkBitmap& bitmap,
  /external/skia/legacy/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 379 milliseconds