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

Side by Side Diff: src/ports/SkFontHost_win.cpp

Issue 943333004: Remove SkFontHost includes and friends. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix comments. Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « src/ports/SkFontHost_mac.cpp ('k') | no next file » | 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 /* 2 /*
3 * Copyright 2006 The Android Open Source Project 3 * Copyright 2006 The Android Open Source Project
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 #include "SkAdvancedTypefaceMetrics.h" 9 #include "SkAdvancedTypefaceMetrics.h"
10 #include "SkBase64.h" 10 #include "SkBase64.h"
11 #include "SkColorPriv.h" 11 #include "SkColorPriv.h"
12 #include "SkData.h" 12 #include "SkData.h"
13 #include "SkDescriptor.h" 13 #include "SkDescriptor.h"
14 #include "SkFontDescriptor.h" 14 #include "SkFontDescriptor.h"
15 #include "SkFontHost.h"
16 #include "SkGlyph.h" 15 #include "SkGlyph.h"
17 #include "SkHRESULT.h" 16 #include "SkHRESULT.h"
18 #include "SkMaskGamma.h" 17 #include "SkMaskGamma.h"
19 #include "SkMatrix22.h" 18 #include "SkMatrix22.h"
20 #include "SkOTTable_maxp.h" 19 #include "SkOTTable_maxp.h"
21 #include "SkOTTable_name.h" 20 #include "SkOTTable_name.h"
22 #include "SkOTUtils.h" 21 #include "SkOTUtils.h"
23 #include "SkPath.h" 22 #include "SkPath.h"
24 #include "SkSFNTHeader.h" 23 #include "SkSFNTHeader.h"
25 #include "SkStream.h" 24 #include "SkStream.h"
(...skipping 2487 matching lines...) Expand 10 before | Expand all | Expand 10 after
2513 2512
2514 private: 2513 private:
2515 SkTDArray<ENUMLOGFONTEX> fLogFontArray; 2514 SkTDArray<ENUMLOGFONTEX> fLogFontArray;
2516 }; 2515 };
2517 2516
2518 /////////////////////////////////////////////////////////////////////////////// 2517 ///////////////////////////////////////////////////////////////////////////////
2519 2518
2520 SkFontMgr* SkFontMgr_New_GDI() { 2519 SkFontMgr* SkFontMgr_New_GDI() {
2521 return SkNEW(SkFontMgrGDI); 2520 return SkNEW(SkFontMgrGDI);
2522 } 2521 }
OLDNEW
« no previous file with comments | « src/ports/SkFontHost_mac.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698