Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_annot.cpp903 CPDF_Dictionary* pLinkedDict = pAnnot->GetAnnotDict()->GetDictFor(key); in FPDFAnnot_GetLinkedAnnot() local
904 if (!pLinkedDict || pLinkedDict->GetStringFor("Type") != "Annot") in FPDFAnnot_GetLinkedAnnot()
908 pdfium::MakeUnique<CPDF_AnnotContext>(pLinkedDict, pAnnot->GetPage()); in FPDFAnnot_GetLinkedAnnot()