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

  /external/pdfium/xfa/fxfa/parser/
cxfa_font.cpp 99 int32_t CXFA_Font::GetUnderline() {
  /external/pdfium/xfa/fxfa/
cxfa_textparser.cpp 149 if (font->GetUnderline() > 1)
151 else if (font->GetUnderline() > 0)
405 void CXFA_TextParser::GetUnderline(CXFA_TextProvider* pTextProvider,
414 iUnderline = font->GetUnderline();

Completed in 52 milliseconds