Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp1222 CPDF_Stream* pDownIcon = nullptr; in SetAsPushButton() local
1230 pDownIcon = pControl->GetDownIcon(); in SetAsPushButton()
1234 SetDefaultIconName(pDownIcon, "ImgC"); in SetAsPushButton()
1274 if (csDownCaption.IsEmpty() && !pDownIcon) { in SetAsPushButton()
1276 pDownIcon = pNormalIcon; in SetAsPushButton()
1302 &font_map, pDownIcon, iconFit, csDownCaption, in SetAsPushButton()
1306 if (pDownIcon) in SetAsPushButton()
1307 AddImage("D", pDownIcon); in SetAsPushButton()