Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfpdfppo.cpp449 CPDF_Dictionary* pSrcDict = pSrcDoc->GetRoot(); in FPDF_CopyViewerPreferences() local
450 pSrcDict = pSrcDict->GetDict(FX_BSTRC("ViewerPreferences"));; in FPDF_CopyViewerPreferences()
451 if(!pSrcDict) in FPDF_CopyViewerPreferences()
457 pDstDict->SetAt(FX_BSTRC("ViewerPreferences"), pSrcDict->Clone(TRUE)); in FPDF_CopyViewerPreferences()