Lines Matching refs:pImageDict
995 if (CPDF_Dictionary* pImageDict = pNormalIcon->GetDict()) { local
996 if (pImageDict->GetString("Name").IsEmpty())
997 pImageDict->SetAtString("Name", "ImgA");
1002 if (CPDF_Dictionary* pImageDict = pRolloverIcon->GetDict()) { local
1003 if (pImageDict->GetString("Name").IsEmpty())
1004 pImageDict->SetAtString("Name", "ImgB");
1009 if (CPDF_Dictionary* pImageDict = pDownIcon->GetDict()) { local
1010 if (pImageDict->GetString("Name").IsEmpty())
1011 pImageDict->SetAtString("Name", "ImgC");
1854 if (CPDF_Dictionary* pImageDict = pImage->GetDict()) { local
1855 sImageAlias = pImageDict->GetString("Name");