Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfannot.cpp825 CPDF_Dictionary* pLinkedDict = pAnnot->GetAnnotDict()->GetDictFor(key); in FPDFAnnot_GetLinkedAnnot() local
826 if (!pLinkedDict || pLinkedDict->GetStringFor("Type") != "Annot") in FPDFAnnot_GetLinkedAnnot()
830 pLinkedDict, pAnnot->GetPage(), nullptr); in FPDFAnnot_GetLinkedAnnot()