Searched refs:AnnotHider (Results 1 – 3 of 3) sorted by relevance
24 AnnotHider::AnnotHider(FPDF_PAGE page, const std::unordered_set<int>& types) { in AnnotHider() function in pdfClient_utils::AnnotHider29 AnnotHider::~AnnotHider() { in ~AnnotHider()
29 class AnnotHider {31 AnnotHider(FPDF_PAGE page, const std::unordered_set<int>& types);32 ~AnnotHider();
92 pdfClient_utils::AnnotHider annot_hider(page_.get(), types); in Render()