Home
last modified time | relevance | path

Searched defs:pAnnotDict (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp183 bool HasAPStream(CPDF_Dictionary* pAnnotDict) { in HasAPStream()
257 const CPDF_Dictionary* pAnnotDict, in SetExtGStateInResourceDict()
294 const CPDF_Dictionary* pAnnotDict = GetAnnotDictFromFPDFAnnotation(annot); in GetFormField() local
308 const CPDF_Dictionary* pAnnotDict = GetAnnotDictFromFPDFAnnotation(annot); in GetRadioButtonOrCheckBoxWidget() local
419 const CPDF_Dictionary* pAnnotDict = GetAnnotDictFromFPDFAnnotation(annot); in FPDFPage_GetAnnotIndex() local
459 const CPDF_Dictionary* pAnnotDict = GetAnnotDictFromFPDFAnnotation(annot); in FPDFAnnot_GetSubtype() local
486 RetainPtr<CPDF_Dictionary> pAnnotDict = pAnnot->GetMutableAnnotDict(); in FPDFAnnot_UpdateObject() local
550 RetainPtr<CPDF_Dictionary> pAnnotDict = pAnnot->GetMutableAnnotDict(); in FPDFAnnot_AppendObject() local
607 RetainPtr<CPDF_Dictionary> pAnnotDict = pAnnot->GetMutableAnnotDict(); in FPDFAnnot_GetObject() local
632 RetainPtr<CPDF_Dictionary> pAnnotDict = pAnnot->GetMutableAnnotDict(); in FPDFAnnot_RemoveObject() local
[all …]
Dfpdf_flatten.cpp102 RetainPtr<CPDF_Dictionary> pAnnotDict = in ParserAnnots() local
331 CPDF_Dictionary* pAnnotDict = ObjectArray[i]; in FPDFPage_Flatten() local
Dcpdfsdk_helpers.cpp404 const CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in CheckForUnsupportedAnnot() local
417 const CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in CheckForUnsupportedAnnot() local
Dfpdf_doc.cpp391 RetainPtr<CPDF_Dictionary> pAnnotDict(CPDFDictionaryFromFPDFLink(link_annot)); in FPDFLink_GetAnnot() local
407 CPDF_Dictionary* pAnnotDict = CPDFDictionaryFromFPDFLink(link_annot); in FPDFLink_GetAnnotRect() local
Dcpdfsdk_baannot.cpp121 RetainPtr<CPDF_Dictionary> pAnnotDict = GetMutableAnnotDict(); in SetBorderWidth() local
Dfpdf_editpage.cpp702 RetainPtr<CPDF_Dictionary> pAnnotDict = pAnnot->GetMutableAnnotDict(); in FPDFPage_TransformAnnots() local
/external/pdfium/core/fpdfdoc/
Dcpdf_generateap.cpp365 const CPDF_Dictionary& pAnnotDict, in GetPopupContentsString()
470 const CPDF_Dictionary& pAnnotDict, in GenerateExtGStateDict()
502 CPDF_Dictionary* pAnnotDict, in GenerateAndSetAPDict()
526 bool GenerateCircleAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateCircleAP()
599 bool GenerateHighlightAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateHighlightAP()
631 bool GenerateInkAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateInkAP()
682 bool GenerateTextAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateTextAP()
704 bool GenerateUnderlineAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateUnderlineAP()
735 bool GeneratePopupAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GeneratePopupAP()
776 bool GenerateSquareAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateSquareAP()
[all …]
Dcpdf_annot.cpp75 RetainPtr<CPDF_Stream> GetAnnotAPInternal(CPDF_Dictionary* pAnnotDict, in GetAnnotAPInternal()
193 RetainPtr<CPDF_Stream> GetAnnotAP(CPDF_Dictionary* pAnnotDict, in GetAnnotAP()
199 RetainPtr<CPDF_Stream> GetAnnotAPNoFallback(CPDF_Dictionary* pAnnotDict, in GetAnnotAPNoFallback()
258 const CPDF_Dictionary* pAnnotDict) { in BoundingRectFromQuadPoints()
274 CFX_FloatRect CPDF_Annot::RectFromQuadPoints(const CPDF_Dictionary* pAnnotDict, in RectFromQuadPoints()
Dcpdf_annotlist.cpp89 auto pAnnotDict = pDocument->New<CPDF_Dictionary>(); in CreatePopupAnnot() local
125 void GenerateAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in GenerateAP()
Dcpdf_bafontmap.cpp69 RetainPtr<CPDF_Dictionary> pAnnotDict, in CPDF_BAFontMap()
/external/pdfium/core/fpdfapi/page/
Dcpdf_annotcontext.cpp17 CPDF_AnnotContext::CPDF_AnnotContext(RetainPtr<CPDF_Dictionary> pAnnotDict, in CPDF_AnnotContext()