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

Unified Diff: include/core/SkTypeface.h

Issue 563283004: Use per-typeface sets of glyphs for nvpr text (Closed) Base URL: https://skia.googlesource.com/skia.git@upload_glyphmemorypath
Patch Set: Created 6 years, 3 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
Index: include/core/SkTypeface.h
diff --git a/include/core/SkTypeface.h b/include/core/SkTypeface.h
index 0b1c1f24ac73c3db806b30497641b270b6788df0..7b47c214a779f02774bac734aa9264f06290fb89 100644
--- a/include/core/SkTypeface.h
+++ b/include/core/SkTypeface.h
@@ -322,6 +322,8 @@ private:
friend class SkGTypeface;
friend class SkPDFFont;
friend class SkPDFCIDFont;
+ friend class GrPathRendering;
+ friend class GrGLPathRendering;
/** Retrieve detailed typeface metrics. Used by the PDF backend.
@param perGlyphInfo Indicate what glyph specific information (advances,
« no previous file with comments | « include/core/SkPaint.h ('k') | include/gpu/GrContext.h » ('j') | include/gpu/GrContext.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698