Lines Matching refs:GetAnnotDict
218 return context ? context->GetAnnotDict() : nullptr; in GetAnnotDictFromFPDFAnnotation()
410 GetAnnotAP(pAnnot->GetAnnotDict(), CPDF_Annot::AppearanceMode::Normal); in FPDFAnnot_UpdateObject()
441 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in FPDFAnnot_AppendObject()
485 GetAnnotAP(pAnnot->GetAnnotDict(), CPDF_Annot::AppearanceMode::Normal); in FPDFAnnot_GetObjectCount()
502 GetAnnotAP(pAnnot->GetAnnotDict(), CPDF_Annot::AppearanceMode::Normal); in FPDFAnnot_GetObject()
526 GetAnnotAP(pAnnot->GetAnnotDict(), CPDF_Annot::AppearanceMode::Normal); in FPDFAnnot_RemoveObject()
652 CPDFAnnotContextFromFPDFAnnotation(annot)->GetAnnotDict(); in FPDFAnnot_SetAttachmentPoints()
669 CPDFAnnotContextFromFPDFAnnotation(annot)->GetAnnotDict(); in FPDFAnnot_AppendAttachmentPoints()
684 CPDFAnnotContextFromFPDFAnnotation(annot)->GetAnnotDict(); in FPDFAnnot_CountAttachmentPoints()
697 CPDFAnnotContextFromFPDFAnnotation(annot)->GetAnnotDict(); in FPDFAnnot_GetAttachmentPoints()
754 CPDF_Object* pObj = pAnnot->GetAnnotDict()->GetObjectFor(key); in FPDFAnnot_GetValueType()
903 CPDF_Dictionary* pLinkedDict = pAnnot->GetAnnotDict()->GetDictFor(key); in FPDFAnnot_GetLinkedAnnot()