Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_doc.cpp385 const CPDF_Dictionary* pLinkDict = CPDFDictionaryFromFPDFLink(link_annot); in FPDFLink_GetQuadPoints() local
386 if (!pLinkDict) in FPDFLink_GetQuadPoints()
389 const CPDF_Array* pArray = GetQuadPointsArrayFromDictionary(pLinkDict); in FPDFLink_GetQuadPoints()