Home
last modified time | relevance | path

Searched refs:bRichText (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_textprovider.cpp39 CXFA_Node* CXFA_TextProvider::GetTextNode(bool* bRichText) { in GetTextNode() argument
40 *bRichText = false; in GetTextNode()
53 *bRichText = true; in GetTextNode()
66 *bRichText = true; in GetTextNode()
90 *bRichText = true; in GetTextNode()
Dcxfa_textprovider.h34 CXFA_Node* GetTextNode(bool* bRichText);
/external/pdfium/xfa/fgas/layout/
Dcfx_break.cpp126 bool bRichText) const { in GetLastChar()
134 if (((bRichText && pTC->m_iCharWidth < 0) || bOmitChar) && in GetLastChar()
Dcfx_break.h59 CFX_Char* GetLastChar(int32_t index, bool bOmitChar, bool bRichText) const;