Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp182 if (font.GetUnderline() > 1) { in CreateRootStyle()
184 } else if (font.GetUnderline() > 0) { in CreateRootStyle()
437 void CXFA_TextParser::GetUnderline(IXFA_TextProvider* pTextProvider, in GetUnderline() function in CXFA_TextParser
461 iUnderline = font.GetUnderline(); in GetUnderline()
1752 m_textParser.GetUnderline(m_pTextProvider, pStyle, pTP->iUnderline, in AppendTextLine()
Dxfa_textlayout.h97 void GetUnderline(IXFA_TextProvider* pTextProvider,
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h139 int32_t GetUnderline();
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp292 int32_t CXFA_Font::GetUnderline() { in GetUnderline() function in CXFA_Font