diff options
author | Yuqian Li <liyuqian@google.com> | 2016-07-18 13:07:42 -0400 |
---|---|---|
committer | Yuqian Li <liyuqian@google.com> | 2016-07-25 13:44:14 -0400 |
commit | afc221499d943386256feb9db46c119ff834bf79 (patch) | |
tree | 97a5eaaf0c86dc9da6d3cc10c868a68eb01cf11c /libs/hwui/RecordingCanvas.h | |
parent | 0979352b1a739e4ea9e37c09a571676ab38197fc (diff) |
More efficient text rendering on path
Change-Id: I004c15473b527df0f296c54a6a3e9b29505fd9b9
Diffstat (limited to 'libs/hwui/RecordingCanvas.h')
-rw-r--r-- | libs/hwui/RecordingCanvas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/RecordingCanvas.h b/libs/hwui/RecordingCanvas.h index 372be241042a..11773d4c1032 100644 --- a/libs/hwui/RecordingCanvas.h +++ b/libs/hwui/RecordingCanvas.h @@ -196,8 +196,8 @@ protected: const SkPaint& paint, float x, float y, float boundsLeft, float boundsTop, float boundsRight, float boundsBottom, float totalAdvance) override; - virtual void drawGlyphsOnPath(const uint16_t* glyphs, int count, const SkPath& path, - float hOffset, float vOffset, const SkPaint& paint) override; + virtual void drawLayoutOnPath(const minikin::Layout& layout, float hOffset, float vOffset, + const SkPaint& paint, const SkPath& path, size_t start, size_t end) override; private: const ClipBase* getRecordedClip() { |