summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-07-21 16:41:48 -0700
committerTom Sepez <tsepez@chromium.org>2015-07-21 16:41:48 -0700
commitc5fa7f2a36ebd4c92c935e1332a2f7db4f3594d9 (patch)
tree34eebf57ec5f07e2856a2fd0b4777ebf6a6fbd97 /core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp
parent1ccb793f6bcf14c03cb817d0465584c81e1841f8 (diff)
downloadpdfium-c5fa7f2a36ebd4c92c935e1332a2f7db4f3594d9.tar.xz
Move extern fpdf_font_charset.cpp function prototypes to header.
Make others static while we're at it. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1241173004 .
Diffstat (limited to 'core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp')
-rw-r--r--core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp b/core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp
index 7dd019da85..7a01bba97a 100644
--- a/core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp
+++ b/core/src/fpdfapi/fpdf_font/fpdf_font_cid.cpp
@@ -6,14 +6,15 @@
#include "../../../include/fpdfapi/fpdf_module.h"
#include "../../../include/fpdfapi/fpdf_page.h"
-#include "font_int.h"
-#include "../fpdf_cmaps/cmap_int.h"
-#include "../../../include/fxge/fx_ge.h"
+#include "../../../include/fpdfapi/fpdf_resource.h"
#include "../../../include/fxge/fx_freetype.h"
-extern FX_DWORD FT_CharCodeFromUnicode(int encoding, FX_WCHAR unicode);
+#include "../../../include/fxge/fx_ge.h"
+#include "../fpdf_cmaps/cmap_int.h"
+#include "font_int.h"
+
extern short TT2PDF(int m, FXFT_Face face);
extern FX_BOOL FT_UseTTCharmap(FXFT_Face face, int platform_id, int encoding_id);
-extern const FX_CHAR* GetAdobeCharName(int iBaseEncoding, const CFX_ByteString* pCharNames, int charcode);
+
CPDF_CMapManager::CPDF_CMapManager()
{
m_bPrompted = FALSE;