OLD | NEW |
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_INCLUDE_FPDFAPI_FPDF_RESOURCE_H_ | 7 #ifndef CORE_INCLUDE_FPDFAPI_FPDF_RESOURCE_H_ |
8 #define CORE_INCLUDE_FPDFAPI_FPDF_RESOURCE_H_ | 8 #define CORE_INCLUDE_FPDFAPI_FPDF_RESOURCE_H_ |
9 | 9 |
10 #include <map> | 10 #include <map> |
11 | 11 |
12 #include "core/include/fpdfapi/cpdf_stream.h" | 12 #include "core/fpdfapi/fpdf_parser/include/cpdf_stream.h" |
13 #include "core/include/fpdfapi/cpdf_stream_acc.h" | 13 #include "core/fpdfapi/fpdf_parser/include/cpdf_stream_acc.h" |
14 #include "core/include/fxcrt/fx_system.h" | 14 #include "core/include/fxcrt/fx_system.h" |
15 #include "core/include/fxge/fx_font.h" | 15 #include "core/include/fxge/fx_font.h" |
16 | 16 |
17 class CFX_CTTGSUBTable; | 17 class CFX_CTTGSUBTable; |
18 class CFX_DIBitmap; | 18 class CFX_DIBitmap; |
19 class CFX_Font; | 19 class CFX_Font; |
20 class CFX_SubstFont; | 20 class CFX_SubstFont; |
21 class CPDF_CID2UnicodeMap; | 21 class CPDF_CID2UnicodeMap; |
22 class CPDF_CIDFont; | 22 class CPDF_CIDFont; |
23 class CPDF_CMap; | 23 class CPDF_CMap; |
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
765 | 765 |
766 FX_BOOL m_bInterpolate; | 766 FX_BOOL m_bInterpolate; |
767 | 767 |
768 CPDF_Document* m_pDocument; | 768 CPDF_Document* m_pDocument; |
769 | 769 |
770 CPDF_Dictionary* m_pOC; | 770 CPDF_Dictionary* m_pOC; |
771 CPDF_Dictionary* InitJPEG(uint8_t* pData, FX_DWORD size); | 771 CPDF_Dictionary* InitJPEG(uint8_t* pData, FX_DWORD size); |
772 }; | 772 }; |
773 | 773 |
774 #endif // CORE_INCLUDE_FPDFAPI_FPDF_RESOURCE_H_ | 774 #endif // CORE_INCLUDE_FPDFAPI_FPDF_RESOURCE_H_ |
OLD | NEW |