Searched refs:bHex (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h215 static CPDF_String* Create(const CFX_ByteString& str, FX_BOOL bHex = FALSE)
217 return new CPDF_String(str, bHex);
227 CPDF_String(const CFX_ByteString& str, FX_BOOL bHex = FALSE)
228 : CPDF_Object(PDFOBJ_STRING), m_String(str), m_bHex(bHex) {
H A Dfpdf_parser.h762 CFX_ByteString PDF_EncodeString(const CFX_ByteString& src, FX_BOOL bHex = FALSE);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp370 FX_BOOL bHex = ((CPDF_String*)pObj)->IsHex(); local
371 buf << PDF_EncodeString(str, bHex);
H A Dfpdf_parser_decode.cpp476 CFX_ByteString PDF_EncodeString(const CFX_ByteString& src, FX_BOOL bHex) argument
480 if (bHex) {
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp44 FX_BOOL bHex = ((CPDF_String*)pObj)->IsHex(); local
45 if ((len = pFile->AppendString(PDF_EncodeString(str, bHex))) < 0) {
1097 FX_BOOL bHex = ((CPDF_String*)pObj)->IsHex(); local
1099 CFX_ByteString content = PDF_EncodeString(str, bHex);
1108 CFX_ByteString content = PDF_EncodeString(CFX_ByteString((FX_LPCSTR)encryptor.m_pData, encryptor.m_dwSize), bHex);

Completed in 4589 milliseconds