aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkNWayCanvas.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-07-07 12:47:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-07 12:47:17 -0700
commit45561a0b15fe045ba272c328684c3f7ae290785a (patch)
tree185647ba5e92daf0899b1d8985dbf4a46a76f7b9 /include/utils/SkNWayCanvas.h
parenta76a10b730ae3fb2abb7c06839ca9c5d14df5ca7 (diff)
drawTextRSXform
Diffstat (limited to 'include/utils/SkNWayCanvas.h')
-rw-r--r--include/utils/SkNWayCanvas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utils/SkNWayCanvas.h b/include/utils/SkNWayCanvas.h
index f2a99db802..a4b9c59412 100644
--- a/include/utils/SkNWayCanvas.h
+++ b/include/utils/SkNWayCanvas.h
@@ -49,6 +49,8 @@ protected:
const SkMatrix* matrix, const SkPaint&) override;
virtual void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
const SkPaint& paint) override;
+ void onDrawTextRSXform(const void* text, size_t byteLength, const SkRSXform xform[],
+ const SkRect* cull, const SkPaint& paint) override;
virtual void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4],
const SkPoint texCoords[4], SkXfermode* xmode,
const SkPaint& paint) override;