Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp600 CPDF_Stream* pDownIcon = NULL; in ResetAppearance_PushButton() local
612 pDownIcon = pControl->GetDownIcon(); in ResetAppearance_PushButton()
633 if (pDownIcon) in ResetAppearance_PushButton()
635 if (CPDF_Dictionary* pImageDict = pDownIcon->GetDict()) in ResetAppearance_PushButton()
682 if (csDownCaption.IsEmpty() && !pDownIcon) in ResetAppearance_PushButton()
685 pDownIcon = pNormalIcon; in ResetAppearance_PushButton()
707 …onAppStream(iconFit.GetFittingBounds() ? rcWindow : rcClient, &FontMap, pDownIcon, iconFit, csDown… in ResetAppearance_PushButton()
710 if (pDownIcon) in ResetAppearance_PushButton()
711 AddImageToAppearance("D", pDownIcon); in ResetAppearance_PushButton()