Searched refs:hBrush (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddcmemory.cpp155 HBRUSH hBrush = (HBRUSH) brush.GetResourceHandle() ; local
156 if (hBrush)
162 ::FillRect((HDC) dc.GetHDC(), &rect, hBrush);
H A Dtbar95.cpp1554 AutoHBRUSH hBrush(wxColourToRGB(GetBackgroundColour()));
1557 ::FillRect(hdc, &rect, hBrush);
H A Dwindow.cpp2635 WXHBRUSH hBrush; member in union:__anon746
3134 processed = HandleCtlColor(&rc.hBrush, (WXHDC)hdc, (WXHWND)hwnd);
4740 WXHBRUSH hBrush = win->MSWGetBgBrushForChild(hDC, hWndToPaint); local
4741 if ( hBrush )
4742 return hBrush;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dwindow.h324 bool HandleCtlColor(WXHBRUSH *hBrush, WXHDC hdc, WXHWND hWnd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dwindow.h355 bool HandleCtlColor(WXHBRUSH* hBrush);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtextctrl.cpp1017 HBRUSH hBrush = NULLHANDLE; local
1019 return hBrush;
H A Dwindow.cpp2797 bProcessed = HandleCtlColor(&hBrush);

Completed in 134 milliseconds