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

Side by Side Diff: src/fonts/SkGScalerContext.h

Issue 66783003: Remove SK_FONTHOST_USES_FONTMGR. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/core/SkTypeface.cpp ('k') | src/fonts/SkGScalerContext.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2013 Google Inc. 2 * Copyright 2013 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #ifndef SkGScalerContext_DEFINED 8 #ifndef SkGScalerContext_DEFINED
9 #define SkGScalerContext_DEFINED 9 #define SkGScalerContext_DEFINED
10 10
(...skipping 21 matching lines...) Expand all
32 virtual int onCharsToGlyphs(const void* chars, Encoding encoding, 32 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
33 uint16_t glyphs[], int glyphCount) const SK_OVER RIDE; 33 uint16_t glyphs[], int glyphCount) const SK_OVER RIDE;
34 virtual int onCountGlyphs() const SK_OVERRIDE; 34 virtual int onCountGlyphs() const SK_OVERRIDE;
35 virtual int onGetUPEM() const SK_OVERRIDE; 35 virtual int onGetUPEM() const SK_OVERRIDE;
36 36
37 virtual SkTypeface::LocalizedStrings* onCreateFamilyNameIterator() const SK_ OVERRIDE; 37 virtual SkTypeface::LocalizedStrings* onCreateFamilyNameIterator() const SK_ OVERRIDE;
38 38
39 virtual int onGetTableTags(SkFontTableTag tags[]) const SK_OVERRIDE; 39 virtual int onGetTableTags(SkFontTableTag tags[]) const SK_OVERRIDE;
40 virtual size_t onGetTableData(SkFontTableTag, size_t offset, 40 virtual size_t onGetTableData(SkFontTableTag, size_t offset,
41 size_t length, void* data) const SK_OVERRIDE; 41 size_t length, void* data) const SK_OVERRIDE;
42 virtual SkTypeface* onRefMatchingStyle(Style) const SK_OVERRIDE;
43 42
44 private: 43 private:
45 SkTypeface* fProxy; 44 SkTypeface* fProxy;
46 SkPaint fPaint; 45 SkPaint fPaint;
47 }; 46 };
48 47
49 #endif 48 #endif
OLDNEW
« no previous file with comments | « src/core/SkTypeface.cpp ('k') | src/fonts/SkGScalerContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698