OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pPopupAnnot
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fpdfdoc/
cpdf_annotlist.cpp
72
auto
pPopupAnnot
=
74
pAnnot->SetPopupAnnot(
pPopupAnnot
.get());
75
return
pPopupAnnot
;
153
std::unique_ptr<CPDF_Annot>
pPopupAnnot
(
155
if (
pPopupAnnot
)
156
m_AnnotList.push_back(std::move(
pPopupAnnot
));
/external/pdfium/fpdfsdk/
cpdfsdk_baannothandler.cpp
29
if (CPDF_Annot*
pPopupAnnot
= pBAAnnot->GetPDFPopupAnnot())
30
rects.push_back(
pPopupAnnot
->GetRect());
Completed in 428 milliseconds