Searched refs:pImageDict (Results 1 – 1 of 1) sorted by relevance
995 if (CPDF_Dictionary* pImageDict = pNormalIcon->GetDict()) { local996 if (pImageDict->GetString("Name").IsEmpty())997 pImageDict->SetAtString("Name", "ImgA");1002 if (CPDF_Dictionary* pImageDict = pRolloverIcon->GetDict()) { local1003 if (pImageDict->GetString("Name").IsEmpty())1004 pImageDict->SetAtString("Name", "ImgB");1009 if (CPDF_Dictionary* pImageDict = pDownIcon->GetDict()) { local1010 if (pImageDict->GetString("Name").IsEmpty())1011 pImageDict->SetAtString("Name", "ImgC");1854 if (CPDF_Dictionary* pImageDict = pImage->GetDict()) { local[all …]