Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/
Dannot.cc28 std::vector<ScopedFPDFAnnotation>* annots) { in GetVisibleAnnots() argument
38 annots->push_back(std::move(annot)); in GetVisibleAnnots()
45 std::vector<ScopedFPDFAnnotation>* annots) { in GetVisibleAnnotsOfType() argument
54 annots->push_back(std::move(annot)); in GetVisibleAnnotsOfType()
60 void HideAnnots(std::span<const ScopedFPDFAnnotation> annots) { in HideAnnots() argument
61 for (const auto& annot : annots) { in HideAnnots()
67 void UnhideAnnots(std::span<const ScopedFPDFAnnotation> annots) { in UnhideAnnots() argument
68 for (const auto& annot : annots) { in UnhideAnnots()
Dannot.h32 std::vector<ScopedFPDFAnnotation>* annots);
37 std::vector<ScopedFPDFAnnotation>* annots);
40 void HideAnnots(std::span<const ScopedFPDFAnnotation> annots);
43 void UnhideAnnots(std::span<const ScopedFPDFAnnotation> annots);