Home
last modified time | relevance | path

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

/reactos/sdk/lib/cicero/
H A Dcicuif.cpp5065 CUIFMenuItem::DrawUnderline(HDC hDC, INT xText, INT yText, HBRUSH hbr) in DrawUnderline() function in CUIFMenuItem
5180 DrawUnderline(hDC, xText, yText, m_pScheme->GetBrush(5)); in STDMETHODIMP_()
5235 DrawUnderline(hDC, xText, yText, (HBRUSH)UlongToHandle(COLOR_BTNSHADOW + 1)); in STDMETHODIMP_()
5242 DrawUnderline(hDC, xText, yText, (HBRUSH)UlongToHandle(COLOR_MENUTEXT + 1)); in STDMETHODIMP_()
5250 DrawUnderline(hDC, xText, yText, (HBRUSH)UlongToHandle(COLOR_HIGHLIGHTTEXT + 1)); in STDMETHODIMP_()
H A Dcicuif.h758 void DrawUnderline(HDC hDC, INT xText, INT yText, HBRUSH hbr);