Searched refs:DrawTextProc (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/lib/cicero/ |
H A D | cicuif.h | 833 void DrawTextProc(HDC hDC, LPCRECT prc, BOOL bPressed); 1000 void DrawTextProc(HDC hDC, LPCRECT prc, BOOL bPressed);
|
H A D | cicuif.cpp | 2819 CUIFButton::DrawTextProc(HDC hDC, LPCRECT prc, BOOL bPressed) in DrawTextProc() function in CUIFButton 3042 DrawTextProc(hDC, &m_rc, bPressed); in STDMETHODIMP_() 3855 DrawTextProc(hMemDC, &rc, bPressed); in STDMETHODIMP_() 3887 CUIFBalloonButton::DrawTextProc(HDC hDC, LPCRECT prc, BOOL bPressed) in DrawTextProc() function in CUIFBalloonButton
|