Searched refs:pAnnot (Results 26 - 30 of 30) sorted by relevance

12

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp121 FX_BOOL CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags) argument
123 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h418 void UpdateAllViews(CPDFSDK_PageView* pSender, CPDFSDK_Annot* pAnnot);
424 FX_BOOL SetFocusAnnot(CPDFSDK_Annot* pAnnot, FX_UINT nFlag = 0);//{return FALSE;}
474 FX_BOOL Annot_HasAppearance(CPDF_Annot* pAnnot);
479 FX_BOOL DeleteAnnot(CPDFSDK_Annot* pAnnot);
500 void UpdateView(CPDFSDK_Annot* pAnnot);
H A Dfsdk_baseannot.h64 CPDFSDK_Annot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp858 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i); local
859 if (pAnnot == NULL) {
863 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
878 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i); local
879 if (pAnnot == NULL) {
883 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
900 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i - 1); local
901 if (pAnnot == NULL) {
905 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
1296 CPDF_Dictionary* pAnnot local
[all...]
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h715 int GetIndex(CPDF_Annot* pAnnot);

Completed in 410 milliseconds

12