Home
last modified time | relevance | path

Searched refs:m_bHex (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_string.cpp15 CPDF_String::CPDF_String() : m_bHex(false) {} in CPDF_String()
20 : m_String(str), m_bHex(bHex) { in CPDF_String()
26 : m_String(PDF_EncodeText(str)), m_bHex(false) { in CPDF_String()
40 pRet->m_bHex = m_bHex; in Clone()
Dcpdf_string.h36 bool IsHex() const { return m_bHex; } in IsHex()
40 bool m_bHex; variable