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

  /external/skia/src/utils/
SkProxyCanvas.cpp 100 void SkProxyCanvas::drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m,
102 fProxy->drawBitmapMatrix(bitmap, m, paint);
SkDumpCanvas.cpp 314 void SkDumpCanvas::drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m,
319 this->dump(kDrawBitmap_Verb, paint, "drawBitmapMatrix(%s %s)",
SkNWayCanvas.cpp 205 void SkNWayCanvas::drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m,
209 iter->drawBitmapMatrix(bitmap, m, paint);
SkDeferredCanvas.cpp 346 void SkDeferredCanvas::drawBitmapMatrix(const SkBitmap& bitmap,
351 drawingCanvas()->drawBitmapMatrix(bitmap, m, paint);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RecordingContextCanvasProxy.h 74 virtual void drawBitmapMatrix(const SkBitmap&, const SkMatrix&,
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InstrumentedPlatformCanvas.h 206 virtual void drawBitmapMatrix(const SkBitmap& bitmap,
211 SkCanvas::drawBitmapMatrix(bitmap, matrix, paint);
  /external/skia/src/core/
SkPictureRecord.cpp 276 void SkPictureRecord::drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& matrix,
SkCanvas.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 556 static void drawBitmapMatrix(JNIEnv* env, jobject, SkCanvas* canvas,
559 canvas->drawBitmapMatrix(*bitmap, *matrix, paint);
    [all...]

Completed in 360 milliseconds