| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2010 Google Inc. | 2 * Copyright 2010 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 GrFontScaler_DEFINED | 8 #ifndef GrFontScaler_DEFINED |
| 9 #define GrFontScaler_DEFINED | 9 #define GrFontScaler_DEFINED |
| 10 | 10 |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 bool getGlyphPath(uint16_t glyphID, SkPath*); | 77 bool getGlyphPath(uint16_t glyphID, SkPath*); |
| 78 | 78 |
| 79 private: | 79 private: |
| 80 SkGlyphCache* fStrike; | 80 SkGlyphCache* fStrike; |
| 81 GrFontDescKey* fKey; | 81 GrFontDescKey* fKey; |
| 82 | 82 |
| 83 typedef SkRefCnt INHERITED; | 83 typedef SkRefCnt INHERITED; |
| 84 }; | 84 }; |
| 85 | 85 |
| 86 #endif | 86 #endif |
| OLD | NEW |