Home
last modified time | relevance | path

Searched refs:pPopupAnnot (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annotlist.cpp72 auto pPopupAnnot = in CreatePopupAnnot() local
74 pAnnot->SetPopupAnnot(pPopupAnnot.get()); in CreatePopupAnnot()
75 return pPopupAnnot; in CreatePopupAnnot()
153 std::unique_ptr<CPDF_Annot> pPopupAnnot( in CPDF_AnnotList() local
155 if (pPopupAnnot) in CPDF_AnnotList()
156 m_AnnotList.push_back(std::move(pPopupAnnot)); in CPDF_AnnotList()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannothandler.cpp29 if (CPDF_Annot* pPopupAnnot = pBAAnnot->GetPDFPopupAnnot()) in UpdateAnnotRects() local
30 rects.push_back(pPopupAnnot->GetRect()); in UpdateAnnotRects()