Searched refs:m_bRichText (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp805 m_bRichText(FALSE),
816 if (m_bRichText) {
852 if (m_bRichText) {
884 if (m_bRichText) {
976 if (m_bRichText) {
1341 return m_bRichText && WordInfo.pWordProps
1349 return m_bRichText && WordInfo.pWordProps ? WordInfo.pWordProps->nFontIndex
1374 return m_bRichText && SecInfo.pWordProps
1380 return m_bRichText && SecInfo.pWordProps
1412 return m_bRichText
[all...]
H A Dpdf_vt.h380 void SetRichText(FX_BOOL bRichText) override { m_bRichText = bRichText; }
386 FX_BOOL IsRichText() const override { return m_bRichText; }
528 FX_BOOL m_bRichText; member in class:CPDF_VariableText
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_textlayout.cpp677 m_bRichText(FALSE),
716 CXFA_Node* pNode = m_pTextProvider->GetTextNode(m_bRichText);
717 if (pNode && m_bRichText) {
724 if (m_bRichText) {
899 if (m_bRichText) {
1125 if (m_bRichText) {
1327 if (m_bRichText) {
1611 if (dwStatus == FX_RTFBREAK_ParagraphBreak && m_bRichText) {
H A Dxfa_textlayout.h395 FX_BOOL m_bRichText; member in class:CXFA_TextLayout

Completed in 801 milliseconds