Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp86 CXFA_Node* pNode = m_pTextProvider->GetTextNode(&m_bRichText); in GetTextDataNode()
87 if (pNode && m_bRichText) in GetTextDataNode()
94 if (!m_bRichText) in GetXMLContainerNode()
482 if (m_bRichText) { in LayoutInternal()
641 if (!m_bRichText) { in Loader()
898 if (dwStatus == CFX_BreakType::Paragraph && m_bRichText) in AppendChar()
Dcxfa_textlayout.h123 bool m_bRichText = false; variable