Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp396 CPDF_Dictionary* pSrcDict = pSrcDoc->GetRoot(); in FPDF_CopyViewerPreferences() local
397 pSrcDict = pSrcDict->GetDict("ViewerPreferences"); in FPDF_CopyViewerPreferences()
398 if (!pSrcDict) in FPDF_CopyViewerPreferences()
405 pDstDict->SetAt("ViewerPreferences", pSrcDict->Clone(TRUE)); in FPDF_CopyViewerPreferences()