Searched refs:bPressed (Results 1 – 4 of 4) sorted by relevance
72 FX_BOOL bPressed = ((pParams->m_dwStates & FWL_PARTSTATE_DTP_Pressed) == in DrawDropDownButton() local74 FX_FLOAT fWidth = bPressed ? 1.0f : 2.0f; in DrawDropDownButton()75 FWLTHEME_EDGE eType = bPressed ? FWLTHEME_EDGE_Flat : FWLTHEME_EDGE_Raised; in DrawDropDownButton()106 argbFill, bPressed, pMatrix); in DrawDropDownButton()
115 FX_BOOL bPressed = ((pParams->m_dwStates & FWL_CMBPARTSTATE_Pressed) == in DrawDropDownButton() local117 FX_FLOAT fWidth = bPressed ? 1.0f : 2.0f; in DrawDropDownButton()118 FWLTHEME_EDGE eType = bPressed ? FWLTHEME_EDGE_Flat : FWLTHEME_EDGE_Raised; in DrawDropDownButton()149 argbFill, bPressed, &pParams->m_matrix); in DrawDropDownButton()
527 FX_BOOL bPressed, in DrawArrow() argument538 if (bPressed) { in DrawArrow()
114 FX_BOOL bPressed,