Home
last modified time | relevance | path

Searched refs:IsAnnotationHidden (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp43 return !CPDF_Annot::IsAnnotationHidden(pAnnotDict); in ShouldGenerateAPForAnnotation()
137 if (IsAnnotationHidden(m_pAnnotDict.Get())) in ShouldDrawAnnotation()
228 bool CPDF_Annot::IsAnnotationHidden(CPDF_Dictionary* pAnnotDict) { in IsAnnotationHidden() function in CPDF_Annot
Dcpdf_annot.h66 static bool IsAnnotationHidden(CPDF_Dictionary* pAnnotDict);
/external/pdfium/fxjs/
Dcjs_annot.cpp52 CPDF_Annot::IsAnnotationHidden(pPDFAnnot->GetAnnotDict()))); in get_hidden()