Searched refs:pImageDict (Results 1 – 1 of 1) sorted by relevance
970 if (CPDF_Dictionary* pImageDict = pNormalIcon->GetDict()) { local971 if (pImageDict->GetStringFor("Name").IsEmpty())972 pImageDict->SetNewFor<CPDF_String>("Name", "ImgA", false);977 if (CPDF_Dictionary* pImageDict = pRolloverIcon->GetDict()) { local978 if (pImageDict->GetStringFor("Name").IsEmpty())979 pImageDict->SetNewFor<CPDF_String>("Name", "ImgB", false);984 if (CPDF_Dictionary* pImageDict = pDownIcon->GetDict()) { local985 if (pImageDict->GetStringFor("Name").IsEmpty())986 pImageDict->SetNewFor<CPDF_String>("Name", "ImgC", false);1795 if (CPDF_Dictionary* pImageDict = pImage->GetDict()) { local[all …]