Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfannot.cpp771 CPDF_Dictionary* pApDict = pAnnotDict->GetDictFor("AP"); in FPDFAnnot_SetAP() local
776 if (!pApDict) in FPDFAnnot_SetAP()
777 pApDict = pAnnotDict->SetNewFor<CPDF_Dictionary>("AP"); in FPDFAnnot_SetAP()
782 pApDict->SetFor(modeKey, std::move(pNewApStream)); in FPDFAnnot_SetAP()
784 if (pApDict) { in FPDFAnnot_SetAP()
788 pApDict->RemoveFor(modeKey); in FPDFAnnot_SetAP()