Home
last modified time | relevance | path

Searched refs:pSDKAnnot (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp101 CPDFSDK_Annot* pSDKAnnot = (CPDFSDK_Annot*)hWnd; in InvalidateRect() local
102 CPDFSDK_PageView* pPageView = pSDKAnnot->GetPageView(); in InvalidateRect()
103 UnderlyingPageType* pPage = pSDKAnnot->GetUnderlyingPage(); in InvalidateRect()
708 while (CPDFSDK_Annot* pSDKAnnot = annotIterator.Next()) { local
710 pAnnotHandlerMgr->Annot_OnDraw(this, pSDKAnnot, pDevice, pUser2Device, 0);
743 while (CPDFSDK_Annot* pSDKAnnot = annotIterator.Next()) { local
744 CPDF_Rect rc = pAnnotMgr->Annot_OnGetViewBBox(this, pSDKAnnot);
746 return pSDKAnnot;
757 while (CPDFSDK_Annot* pSDKAnnot = annotIterator.Next()) { local
758 bool bHitTest = pSDKAnnot->GetType() == "Widget";
[all …]
Dfsdk_annothandler.cpp359 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::GetNextAnnot(CPDFSDK_Annot* pSDKAnnot, in GetNextAnnot() argument
362 CPDFSDK_PageView* pPageView = pSDKAnnot->GetPageView(); in GetNextAnnot()
367 CBA_AnnotIterator ai(pSDKAnnot->GetPageView(), pSDKAnnot->GetType(), ""); in GetNextAnnot()
369 bNext ? ai.GetNextAnnot(pSDKAnnot) : ai.GetPrevAnnot(pSDKAnnot); in GetNextAnnot()
380 if (pWidgetIterator->GetCurrentWidget() != pSDKAnnot->GetXFAWidget()) in GetNextAnnot()
381 pWidgetIterator->SetCurrentWidget(pSDKAnnot->GetXFAWidget()); in GetNextAnnot()
385 if (hNextFocus == NULL && pSDKAnnot != NULL) in GetNextAnnot()
391 CBA_AnnotIterator ai(pSDKAnnot->GetPageView(), "Widget", ""); in GetNextAnnot()
392 return bNext ? ai.GetNextAnnot(pSDKAnnot) : ai.GetPrevAnnot(pSDKAnnot); in GetNextAnnot()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h584 void SetFocusAnnot(CPDFSDK_Annot* pSDKAnnot, FX_UINT nFlag = 0) {
585 m_pSDKDoc->SetFocusAnnot(pSDKAnnot, nFlag);
Dfsdk_annothandler.h445 CPDFSDK_Annot* GetNextAnnot(CPDFSDK_Annot* pSDKAnnot, FX_BOOL bNext);