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

  /external/pdfium/xfa/fxfa/parser/
cxfa_font.h 23 int32_t GetUnderline();
cxfa_font.cpp 99 int32_t CXFA_Font::GetUnderline() {
  /external/pdfium/xfa/fxfa/
cxfa_textparser.h 66 void GetUnderline(CXFA_TextProvider* pTextProvider,
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();
cxfa_textlayout.cpp     [all...]

Completed in 93 milliseconds