Home
last modified time | relevance | path

Searched refs:GetForm (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp33 m_pForm(m_pField->GetForm()) {} in CPDF_FormControl()
181 CPDF_Form form(m_pField->GetForm()->GetDocument(), in DrawControl()
182 m_pField->GetForm()->GetFormDict()->GetDictFor("DR"), pStream); in DrawControl()
274 return m_pField->GetForm()->GetDefaultAppearance(); in GetDefaultAppearance()
291 m_pField->GetForm()->GetDocument()->LoadFont(pElement); in GetDefaultControlFont()
297 if (CPDF_Font* pFormFont = m_pField->GetForm()->GetFormFont(csFontNameTag)) in GetDefaultControlFont()
308 m_pField->GetForm()->GetDocument()->LoadFont(pElement); in GetDefaultControlFont()
326 return m_pField->GetForm()->GetFormAlignment(); in GetControlAlignment()
Dcpdf_formfield.h179 const CPDF_InterForm* GetForm() const { return m_pForm.Get(); } in GetForm() function
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp169 CPDF_Form* GetForm() const { return m_pAnnotForm.get(); } in GetForm() function in __anon2709a1470111::CPDF_AnnotContext
337 CPDF_Form* pForm = pAnnot->GetForm(); in FPDFAnnot_UpdateObject()
388 CPDF_Form* pForm = pAnnot->GetForm(); in FPDFAnnot_AppendObject()
420 return pdfium::CollectionSize<int>(*pAnnot->GetForm()->GetPageObjectList()); in FPDFAnnot_GetObjectCount()
438 return pAnnot->GetForm()->GetPageObjectList()->GetPageObjectByIndex(index); in FPDFAnnot_GetObject()
458 CPDF_PageObjectList* pObjList = pAnnot->GetForm()->GetPageObjectList(); in FPDFAnnot_RemoveObject()
463 UpdateContentStream(pAnnot->GetForm(), pStream); in FPDFAnnot_RemoveObject()
/external/pdfium/xfa/fwl/
Dcfwl_noteloop.h17 CFWL_Widget* GetForm() const { return m_pForm; } in GetForm() function
Dcfwl_notedriver.cpp409 CFWL_Widget* pForm = pNoteLoop->GetForm(); in IsValidMessage()
427 pMessageForm = m_NoteLoopQueue.back()->GetForm(); in GetMessageForm()