Home
last modified time | relevance | path

Searched refs:kXFAFull (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp72 case FormType::kXFAFull: in LoadPage()
98 case FormType::kXFAFull: in GetPageWidth()
116 case FormType::kXFAFull: in GetPageHeight()
181 case FormType::kXFAFull: in GetDisplayMatrix()
Dcpdfxfa_context.cpp109 if (m_pXFADoc->GetFormType() == FormType::kXFAFull) in LoadXFADoc()
110 m_FormType = FormType::kXFAFull; in LoadXFADoc()
138 case FormType::kXFAFull: in GetPageCount()
175 if (m_FormType != FormType::kXFAFull) in GetXFAPage()
Dcpdfxfa_docenvironment.cpp59 if (m_pContext->GetFormType() != FormType::kXFAFull) in InvalidateRect()
80 if (m_pContext->GetFormType() != FormType::kXFAFull) in DisplayCaret()
293 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPostAdd()
311 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPreRemove()
338 if (m_pContext->GetFormType() != FormType::kXFAFull) in GetCurrentPage()
351 m_pContext->GetFormType() != FormType::kXFAFull || iCurPage < 0 || in SetCurrentPage()
513 if (m_pContext->GetFormType() != FormType::kXFAFull) in GotoURL()
Dcpdfxfa_context.h45 return m_FormType == FormType::kXFAFull || in ContainsXFAForm()
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp91 if (pPage->GetContext()->GetFormType() == FormType::kXFAFull) {
429 if (m_pFormFillEnv->GetXFAContext()->GetFormType() == FormType::kXFAFull) {
487 case FormType::kXFAFull: {
Dfpdfformfill.cpp40 static_assert(static_cast<int>(FormType::kXFAFull) == FORMTYPE_XFA_FULL,
Dcpdfsdk_widget.cpp513 if (formType == FormType::kXFAFull) in IsAppearanceValid()
/external/pdfium/xfa/fxfa/
Dfxfa.h39 kXFAFull = 2, enumerator
Dcxfa_ffdoc.cpp269 m_FormType = FormType::kXFAFull; in StopLoad()