Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: include/core/SkTextBlob.h

Issue 496773002: [SkTextBlob] Merge run font data at draw time. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/textblob.cpp ('k') | src/core/SkCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkTextBlob.h
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h
index c78fb24de2d942ba73cf2e31aa97a0c1acae2eeb..7794acd285bb2bf538cf8d8fab561ff4f1ff57b9 100644
--- a/include/core/SkTextBlob.h
+++ b/include/core/SkTextBlob.h
@@ -47,7 +47,7 @@ private:
const uint16_t* glyphs() const;
const SkScalar* pos() const;
const SkPoint& offset() const;
- const SkPaint& font() const;
+ void applyFont(SkPaint&) const;
reed1 2014/08/21 21:42:15 Nit: - mutable arguments (expect ReadBuffer for so
f(malita) 2014/08/21 21:54:05 Done.
GlyphPositioning positioning() const;
private:
« no previous file with comments | « gm/textblob.cpp ('k') | src/core/SkCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698