HomeSort by relevance Sort by last modified time
    Searched refs:m_bRichText (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 805 m_bRichText(FALSE),
816 if (m_bRichText) {
852 if (m_bRichText) {
884 if (m_bRichText) {
    [all...]
pdf_vt.h 380 void SetRichText(FX_BOOL bRichText) override { m_bRichText = bRichText; }
386 FX_BOOL IsRichText() const override { return m_bRichText; }
528 FX_BOOL m_bRichText;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp 677 m_bRichText(FALSE),
716 CXFA_Node* pNode = m_pTextProvider->GetTextNode(m_bRichText);
717 if (pNode && m_bRichText) {
724 if (m_bRichText) {
    [all...]
xfa_textlayout.h 395 FX_BOOL m_bRichText;

Completed in 1032 milliseconds