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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_textlayout.h 99 int32_t& iUnderline,
234 int32_t iUnderline;
xfa_textlayout.cpp 439 int32_t& iUnderline,
441 iUnderline = 0;
446 iUnderline = 2;
448 iUnderline = 1;
461 iUnderline = font.GetUnderline();
    [all...]
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 164 FX_BOOL SetUnderline(int32_t iUnderline);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp 366 FX_BOOL CXFA_Font::SetUnderline(int32_t iUnderline) {
367 return m_pNode->SetInteger(XFA_ATTRIBUTE_Underline, iUnderline);
    [all...]

Completed in 506 milliseconds