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

Side by Side Diff: core/fpdfapi/fpdf_page/pageint.h

Issue 2377393002: Move core/fxge/include to core/fxge (Closed)
Patch Set: Rebase to master Created 4 years, 2 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
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 #ifndef CORE_FPDFAPI_FPDF_PAGE_PAGEINT_H_ 7 #ifndef CORE_FPDFAPI_FPDF_PAGE_PAGEINT_H_
8 #define CORE_FPDFAPI_FPDF_PAGE_PAGEINT_H_ 8 #define CORE_FPDFAPI_FPDF_PAGE_PAGEINT_H_
9 9
10 #include <map> 10 #include <map>
11 #include <memory> 11 #include <memory>
12 #include <set> 12 #include <set>
13 #include <unordered_map> 13 #include <unordered_map>
14 #include <vector> 14 #include <vector>
15 15
16 #include "core/fpdfapi/fpdf_page/cpdf_contentmark.h" 16 #include "core/fpdfapi/fpdf_page/cpdf_contentmark.h"
17 #include "core/fpdfapi/fpdf_page/cpdf_countedobject.h" 17 #include "core/fpdfapi/fpdf_page/cpdf_countedobject.h"
18 #include "core/fpdfapi/fpdf_page/cpdf_pageobjectholder.h" 18 #include "core/fpdfapi/fpdf_page/cpdf_pageobjectholder.h"
19 #include "core/fxcrt/cfx_string_pool_template.h" 19 #include "core/fxcrt/cfx_string_pool_template.h"
20 #include "core/fxcrt/cfx_weak_ptr.h" 20 #include "core/fxcrt/cfx_weak_ptr.h"
21 #include "core/fxge/include/cfx_pathdata.h" 21 #include "core/fxge/cfx_pathdata.h"
22 #include "core/fxge/include/cfx_renderdevice.h" 22 #include "core/fxge/cfx_renderdevice.h"
23 23
24 class CPDF_AllStates; 24 class CPDF_AllStates;
25 class CPDF_ColorSpace; 25 class CPDF_ColorSpace;
26 class CPDF_ExpIntFunc; 26 class CPDF_ExpIntFunc;
27 class CPDF_Font; 27 class CPDF_Font;
28 class CPDF_FontEncoding; 28 class CPDF_FontEncoding;
29 class CPDF_Form; 29 class CPDF_Form;
30 class CPDF_IccProfile; 30 class CPDF_IccProfile;
31 class CPDF_Image; 31 class CPDF_Image;
32 class CPDF_ImageObject; 32 class CPDF_ImageObject;
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 }; 557 };
558 558
559 CFX_ByteStringC PDF_FindKeyAbbreviationForTesting(const CFX_ByteStringC& abbr); 559 CFX_ByteStringC PDF_FindKeyAbbreviationForTesting(const CFX_ByteStringC& abbr);
560 CFX_ByteStringC PDF_FindValueAbbreviationForTesting( 560 CFX_ByteStringC PDF_FindValueAbbreviationForTesting(
561 const CFX_ByteStringC& abbr); 561 const CFX_ByteStringC& abbr);
562 562
563 void PDF_ReplaceAbbr(CPDF_Object* pObj); 563 void PDF_ReplaceAbbr(CPDF_Object* pObj);
564 bool IsPathOperator(const uint8_t* buf, size_t len); 564 bool IsPathOperator(const uint8_t* buf, size_t len);
565 565
566 #endif // CORE_FPDFAPI_FPDF_PAGE_PAGEINT_H_ 566 #endif // CORE_FPDFAPI_FPDF_PAGE_PAGEINT_H_
OLDNEW
« no previous file with comments | « core/fpdfapi/fpdf_page/fpdf_page_parser_old.cpp ('k') | core/fpdfapi/fpdf_parser/cpdf_document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698