Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp995 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
[all …]