Home
last modified time | relevance | path

Searched refs:kXFAForeground (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp68 case FormType::kXFAForeground: in LoadPage()
94 case FormType::kXFAForeground: in GetPageWidth()
116 case FormType::kXFAForeground: in GetPageHeight()
164 case FormType::kXFAForeground: in GetDisplayMatrix()
Dcpdfxfa_context.cpp160 m_FormType = FormType::kXFAForeground; in LoadXFADoc()
179 case FormType::kXFAForeground: in GetPageCount()
249 m_FormType == FormType::kXFAForeground; in ContainsExtensionForm()
257 return m_FormType == FormType::kXFAForeground; in ContainsExtensionForegroundForm()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.h89 FormType m_FormType = FormType::kXFAForeground;
Dfxfa.h57 kXFAForeground = 3, enumerator
Dcxfa_ffdoc.cpp143 m_FormType = FormType::kXFAForeground; in OpenDoc()
/external/pdfium/fpdfsdk/
Dfpdf_formfill.cpp88 static_assert(static_cast<int>(FormType::kXFAForeground) ==