Home
last modified time | relevance | path

Searched refs:GetFillType (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_fill.h23 XFA_Element GetFillType();
Dcxfa_fill.cpp39 XFA_Element CXFA_Fill::GetFillType() { in GetFillType() function in CXFA_Fill
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp1646 XFA_Element eType = fill.GetFillType(); in XFA_BOX_Fill()