Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp970 if (CPDF_Dictionary* pImageDict = pNormalIcon->GetDict()) { local
971 if (pImageDict->GetStringFor("Name").IsEmpty())
972 pImageDict->SetNewFor<CPDF_String>("Name", "ImgA", false);
977 if (CPDF_Dictionary* pImageDict = pRolloverIcon->GetDict()) { local
978 if (pImageDict->GetStringFor("Name").IsEmpty())
979 pImageDict->SetNewFor<CPDF_String>("Name", "ImgB", false);
984 if (CPDF_Dictionary* pImageDict = pDownIcon->GetDict()) { local
985 if (pImageDict->GetStringFor("Name").IsEmpty())
986 pImageDict->SetNewFor<CPDF_String>("Name", "ImgC", false);
1795 if (CPDF_Dictionary* pImageDict = pImage->GetDict()) { local
[all …]