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

Unified Diff: trunk/include/core/SkFontHost.h

Issue 12623011: add (temp) SkFontLCDConfig class to hold LCD getters/setters. This will allow (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: Created 7 years, 9 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 | « trunk/include/core/SkDeviceProperties.h ('k') | trunk/include/core/SkFontLCDConfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/include/core/SkFontHost.h
===================================================================
--- trunk/include/core/SkFontHost.h (revision 8103)
+++ trunk/include/core/SkFontHost.h (working copy)
@@ -230,6 +230,7 @@
///////////////////////////////////////////////////////////////////////////
+private:
/** LCDs either have their color elements arranged horizontally or
vertically. When rendering subpixel glyphs we need to know which way
round they are.
@@ -271,6 +272,7 @@
static void SetSubpixelOrder(LCDOrder order);
/** @deprecated get from Device. */
static LCDOrder GetSubpixelOrder();
+public:
#ifdef SK_BUILD_FOR_ANDROID
///////////////////////////////////////////////////////////////////////////
« no previous file with comments | « trunk/include/core/SkDeviceProperties.h ('k') | trunk/include/core/SkFontLCDConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698