HomeSort by relevance Sort by last modified time
    Searched defs:pAnnot (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_link.cpp 41 CPDF_Dictionary* pAnnot = (*pPageLinkList)[annot_index];
42 if (!pAnnot)
45 CPDF_Link link(pAnnot);
64 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
65 bool add_link = (pAnnot && pAnnot->GetString("Subtype") == "Link");
67 pList->push_back(add_link ? pAnnot : nullptr);
doc_form.cpp 697 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(annot_index);
698 if (!pAnnot)
701 const auto it = m_ControlMap.find(pAnnot);
919 CPDF_Dictionary* pAnnot = pAnnots->GetDict(i);
920 if (pAnnot && pAnnot->GetString("Subtype") == "Widget") {
921 LoadField(pAnnot);
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 278 CPDF_Annot* pAnnot = AnnotList.GetAt(i);
281 pAnnot->GetRect(rect);
286 pRectArray = pAnnot->GetAnnotDict()->GetArray("Rect");
293 pAnnot->GetAnnotDict()->SetAt("Rect", pRectArray);
fsdk_mgr.cpp 127 CPDFSDK_Annot* pAnnot = pFFL->GetSDKAnnot();
128 UnderlyingPageType* pPage = pAnnot->GetUnderlyingPage();
518 CPDFSDK_Annot* pAnnot) {
522 pPageView->UpdateView(pAnnot);
531 FX_BOOL CPDFSDK_Document::SetFocusAnnot(CPDFSDK_Annot* pAnnot, FX_UINT nFlag) {
535 if (m_pFocusAnnot == pAnnot)
543 if (!pAnnot)
549 CPDFSDK_PageView* pPageView = pAnnot->GetPageView();
554 if (!pAnnotHandler->Annot_OnChangeFocus(pAnnot, pLastFocusAnnot))
557 if (!pAnnotHandler->Annot_OnSetFocus(pAnnot, nFlag)
    [all...]
fsdk_baseform.cpp 29 CPDFSDK_Widget::CPDFSDK_Widget(CPDF_Annot* pAnnot,
32 : CPDFSDK_BAAnnot(pAnnot, pPageView),
    [all...]
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 507 CPDFSDK_Annot* pAnnot = pSdkPageView->GetAnnotByXFAWidget(hWidget);
508 if (pAnnot) {
509 pSdkPageView->DeleteAnnot(pAnnot);
739 CPDFSDK_Annot* pAnnot = pPageView->GetAnnotByXFAWidget(hWidget);
740 if (pAnnot) {
741 m_pSDKDoc->SetFocusAnnot(pAnnot);
    [all...]

Completed in 228 milliseconds