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

Side by Side Diff: xfa/fxfa/app/xfa_fwltheme.cpp

Issue 2524493002: Clean up CFGAS_GEFont (Closed)
Patch Set: Rebase? Created 4 years 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 | « xfa/fxfa/app/xfa_fontmgr.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 // Copyright 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 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 "xfa/fxfa/app/xfa_fwltheme.h" 7 #include "xfa/fxfa/app/xfa_fwltheme.h"
8 8
9 #include "xfa/fde/tto/fde_textout.h" 9 #include "xfa/fde/tto/fde_textout.h"
10 #include "xfa/fgas/crt/fgas_codepage.h" 10 #include "xfa/fgas/crt/fgas_codepage.h"
11 #include "xfa/fgas/font/fgas_gefont.h" 11 #include "xfa/fgas/font/cfgas_gefont.h"
12 #include "xfa/fwl/core/cfwl_themebackground.h" 12 #include "xfa/fwl/core/cfwl_themebackground.h"
13 #include "xfa/fwl/core/cfwl_themetext.h" 13 #include "xfa/fwl/core/cfwl_themetext.h"
14 #include "xfa/fwl/core/ifwl_barcode.h" 14 #include "xfa/fwl/core/ifwl_barcode.h"
15 #include "xfa/fwl/core/ifwl_caret.h" 15 #include "xfa/fwl/core/ifwl_caret.h"
16 #include "xfa/fwl/core/ifwl_checkbox.h" 16 #include "xfa/fwl/core/ifwl_checkbox.h"
17 #include "xfa/fwl/core/ifwl_combobox.h" 17 #include "xfa/fwl/core/ifwl_combobox.h"
18 #include "xfa/fwl/core/ifwl_datetimepicker.h" 18 #include "xfa/fwl/core/ifwl_datetimepicker.h"
19 #include "xfa/fwl/core/ifwl_edit.h" 19 #include "xfa/fwl/core/ifwl_edit.h"
20 #include "xfa/fwl/core/ifwl_listbox.h" 20 #include "xfa/fwl/core/ifwl_listbox.h"
21 #include "xfa/fwl/core/ifwl_monthcalendar.h" 21 #include "xfa/fwl/core/ifwl_monthcalendar.h"
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 case FWL_Type::PushButton: 363 case FWL_Type::PushButton:
364 return m_pPushButtonTP.get(); 364 return m_pPushButtonTP.get();
365 case FWL_Type::Caret: 365 case FWL_Type::Caret:
366 return m_pCaretTP.get(); 366 return m_pCaretTP.get();
367 case FWL_Type::Barcode: 367 case FWL_Type::Barcode:
368 return m_pBarcodeTP.get(); 368 return m_pBarcodeTP.get();
369 default: 369 default:
370 return nullptr; 370 return nullptr;
371 } 371 }
372 } 372 }
OLDNEW
« no previous file with comments | « xfa/fxfa/app/xfa_fontmgr.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698