Home
last modified time | relevance | path

Searched refs:GetAPForm (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h96 CPDF_Form* GetAPForm(const CPDF_Page* pPage, AppearanceMode mode);
Dcpdf_annot.cpp51 CPDF_Form* pForm = pAnnot->GetAPForm(pPage, mode); in AnnotGetMatrix()
189 CPDF_Form* CPDF_Annot::GetAPForm(const CPDF_Page* pPage, AppearanceMode mode) { in GetAPForm() function in CPDF_Annot