HomeSort by relevance Sort by last modified time
    Searched refs:pAnnot (Results 26 - 30 of 30) sorted by null

12

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp 119 FX_BOOL CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot, FX_UINT nChar, FX_UINT nFlags)
121 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 381 void UpdateAllViews(CPDFSDK_PageView* pSender, CPDFSDK_Annot* pAnnot);
387 FX_BOOL SetFocusAnnot(CPDFSDK_Annot* pAnnot, FX_UINT nFlag = 0);
430 FX_BOOL Annot_HasAppearance(CPDF_Annot* pAnnot);
435 FX_BOOL DeleteAnnot(CPDFSDK_Annot* pAnnot);
453 void UpdateView(CPDFSDK_Annot* pAnnot);
fsdk_baseannot.h 75 CPDFSDK_Annot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView);
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 837 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
838 if (pAnnot == NULL) {
842 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
857 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
858 if (pAnnot == NULL) {
862 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
879 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i - 1);
880 if (pAnnot == NULL) {
884 if (!m_ControlMap.Lookup(pAnnot, (FX_LPVOID&)pControl)) {
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 670 int GetIndex(CPDF_Annot* pAnnot);
    [all...]

Completed in 200 milliseconds

12