Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp33 : m_bGetCharCodeOnly(FALSE), m_bNormalizeObjs(TRUE), m_bOutputHyphen(FALSE) in CPDFText_ParseOptions()
150 if(!m_ParseOptions.m_bGetCharCodeOnly) { in ParseTextPage()
201 if(m_ParseOptions.m_bGetCharCodeOnly) { in CountChars()
235 if(m_ParseOptions.m_bGetCharCodeOnly) { in GetRectArray()
315 if(m_ParseOptions.m_bGetCharCodeOnly) { in GetIndexAtPos()
359 if(m_ParseOptions.m_bGetCharCodeOnly || !m_IsParsered) { in GetTextByRect()
396 if(m_ParseOptions.m_bGetCharCodeOnly) { in GetRectsArrayByRect()
450 if(m_ParseOptions.m_bGetCharCodeOnly) { in GetIndexAtPos()
458 if(m_ParseOptions.m_bGetCharCodeOnly) { in GetOrderByDirection()
593 if(m_ParseOptions.m_bGetCharCodeOnly) { in GetCharInfo()
[all …]
/external/pdfium/core/include/fpdftext/
Dfpdf_text.h67 FX_BOOL m_bGetCharCodeOnly; variable