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

Side by Side Diff: core/fxge/ge/cfx_renderdevice.cpp

Issue 2263623002: Refactor fx_font part 3 (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Comments Created 4 years, 4 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 | « core/fxge/ge/cfx_fontcache.cpp ('k') | core/fxge/ge/fx_ge_text.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 // Copyright 2016 PDFium Authors. All rights reserved. 1 // Copyright 2016 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #include "core/fxge/include/cfx_renderdevice.h" 7 #include "core/fxge/include/cfx_renderdevice.h"
8 8
9 #include "core/fxcrt/include/fx_safe_types.h" 9 #include "core/fxcrt/include/fx_safe_types.h"
10 #include "core/fxge/include/cfx_autofontcache.h" 10 #include "core/fxge/include/cfx_autofontcache.h"
11 #include "core/fxge/include/cfx_facecache.h"
11 #include "core/fxge/include/cfx_fontcache.h" 12 #include "core/fxge/include/cfx_fontcache.h"
12 #include "core/fxge/include/cfx_fxgedevice.h" 13 #include "core/fxge/include/cfx_fxgedevice.h"
13 #include "core/fxge/include/cfx_graphstatedata.h" 14 #include "core/fxge/include/cfx_graphstatedata.h"
14 #include "core/fxge/include/cfx_pathdata.h" 15 #include "core/fxge/include/cfx_pathdata.h"
15 #include "core/fxge/include/ifx_renderdevicedriver.h" 16 #include "core/fxge/include/ifx_renderdevicedriver.h"
16 17
17 #if defined _SKIA_SUPPORT_ 18 #if defined _SKIA_SUPPORT_
18 #include "third_party/skia/include/core/SkTypes.h" 19 #include "third_party/skia/include/core/SkTypes.h"
19 #endif 20 #endif
20 21
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 fill_color, stroke_color, fill_mode, 1096 fill_color, stroke_color, fill_mode,
1096 FXDIB_BLEND_NORMAL)) { 1097 FXDIB_BLEND_NORMAL)) {
1097 return FALSE; 1098 return FALSE;
1098 } 1099 }
1099 } 1100 }
1100 if (pClippingPath) 1101 if (pClippingPath)
1101 pClippingPath->Append(&TransformedPath, pUser2Device); 1102 pClippingPath->Append(&TransformedPath, pUser2Device);
1102 } 1103 }
1103 return TRUE; 1104 return TRUE;
1104 } 1105 }
OLDNEW
« no previous file with comments | « core/fxge/ge/cfx_fontcache.cpp ('k') | core/fxge/ge/fx_ge_text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698