From d80e0a7f9fb36503e872e022af65899d55080790 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Mon, 4 Apr 2016 09:38:55 -0700 Subject: Remove _FXBSTR* and calls to FX_BSTRC. This CL removes _FXBSTR and changes FPDF_AbbrPair to hold two FX_CHAR pointers. The two remaining uses of FX_BSTRC() were in unused FDE_CSS defines which have been removed. BUG=pdfium:151 Review URL: https://codereview.chromium.org/1847333004 --- core/fpdfapi/fpdf_page/pageint.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/fpdfapi/fpdf_page/pageint.h') diff --git a/core/fpdfapi/fpdf_page/pageint.h b/core/fpdfapi/fpdf_page/pageint.h index 4fa62c03cb..0909125ab0 100644 --- a/core/fpdfapi/fpdf_page/pageint.h +++ b/core/fpdfapi/fpdf_page/pageint.h @@ -505,6 +505,10 @@ struct PatternValue { FX_FLOAT m_Comps[MAX_PATTERN_COLORCOMPS]; }; +CFX_ByteStringC PDF_FindKeyAbbreviationForTesting(const CFX_ByteStringC& abbr); +CFX_ByteStringC PDF_FindValueAbbreviationForTesting( + const CFX_ByteStringC& abbr); + void PDF_ReplaceAbbr(CPDF_Object* pObj); bool IsPathOperator(const uint8_t* buf, size_t len); -- cgit v1.2.3