Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h483 CPDFSDK_Annot* GetAnnotByDict(CPDF_Dictionary * pDict);
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp807 CPDFSDK_Annot* CPDFSDK_PageView::GetAnnotByDict(CPDF_Dictionary * pDict) in GetAnnotByDict() function in CPDFSDK_PageView
Dfsdk_baseform.cpp1785 return (CPDFSDK_Widget*)pPage->GetAnnotByDict(pControlDict); in GetWidget()