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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.cpp 688 m_textParser.Reset();
718 m_textParser.Reset();
755 pBreak->SetFont(m_textParser.GetFont(m_pTextProvider, NULL));
756 pBreak->SetFontSize(m_textParser.GetFontSize(m_pTextProvider, NULL));
805 FX_FLOAT fFontSize = m_textParser.GetFontSize(m_pTextProvider, NULL);
807 m_pBreak->SetFont(m_textParser.GetFont(m_pTextProvider, NULL));
877 m_pBreak->SetTabWidth(m_textParser.GetTabInterval(pStyle));
881 m_textParser.GetTabstops(pStyle, m_pTabstopContext);
887 FX_FLOAT fFontSize = m_textParser.GetFontSize(m_pTextProvider, pStyle);
890 m_pBreak->SetFont(m_textParser.GetFont(m_pTextProvider, pStyle));
    [all...]
xfa_textlayout.h 401 CXFA_TextParser m_textParser;

Completed in 778 milliseconds