Home
last modified time | relevance | path

Searched refs:hBrush (Results 126 – 150 of 367) sorted by relevance

12345678910>>...15

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dtbar95.cpp1554 AutoHBRUSH hBrush(wxColourToRGB(GetBackgroundColour())); in OnEraseBackground() local
1557 ::FillRect(hdc, &rect, hBrush); in OnEraseBackground()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dtbar95.cpp1554 AutoHBRUSH hBrush(wxColourToRGB(GetBackgroundColour())); in OnEraseBackground() local
1557 ::FillRect(hdc, &rect, hBrush); in OnEraseBackground()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dtbar95.cpp1554 AutoHBRUSH hBrush(wxColourToRGB(GetBackgroundColour())); in OnEraseBackground() local
1557 ::FillRect(hdc, &rect, hBrush); in OnEraseBackground()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dtbar95.cpp1554 AutoHBRUSH hBrush(wxColourToRGB(GetBackgroundColour())); in OnEraseBackground() local
1557 ::FillRect(hdc, &rect, hBrush); in OnEraseBackground()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/NT/
H A DwinX11.c75 HBRUSH hBrush = WinXGetBrush(xid[gc].hgc.xgcv.foreground); in XFillRectangles() local
83 FillRect(hDC, &r, hBrush); in XFillRectangles()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dwindow.h331 bool HandleCtlColor(WXHBRUSH *hBrush, WXHDC hdc, WXHWND hWnd);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dwindow.h331 bool HandleCtlColor(WXHBRUSH *hBrush, WXHDC hdc, WXHWND hWnd);
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcwin32.c1885 HBRUSH hBrush = CreateSolidBrush(color); in create_color_icon() local
1893 FillRect(hdc, &r, hBrush); in create_color_icon()
1894 DeleteObject(hBrush); in create_color_icon()
1904 HBRUSH hBrush = CreatePatternBrush(STIPPLE[stipdata]); in create_stipple_icon() local
1912 FillRect(hdc, &r, hBrush); in create_stipple_icon()
1913 DeleteObject(hBrush); in create_stipple_icon()
/dports/mail/alpine/alpine-465e23b/pico/osdep/
H A Dmswin.c1936 HBRUSH hBrush; in EraseTTY() local
1941 if (hBrush != NULL) { in EraseTTY()
1942 FillRect (hDC, &erect, hBrush); in EraseTTY()
1943 DeleteObject (hBrush); in EraseTTY()
1978 HBRUSH hBrush; in PaintTTY() local
2030 hBrush = CreateSolidBrush (pTTYInfo->rgbBGColor); in PaintTTY()
2031 if (hBrush != NULL) { in PaintTTY()
2032 FillRect (hDC, &erect, hBrush); in PaintTTY()
2033 DeleteObject (hBrush); in PaintTTY()
4352 HBRUSH hBrush; in ToolBarProc() local
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pico/osdep/
H A Dmswin.c1936 HBRUSH hBrush; in EraseTTY() local
1941 if (hBrush != NULL) { in EraseTTY()
1942 FillRect (hDC, &erect, hBrush); in EraseTTY()
1943 DeleteObject (hBrush); in EraseTTY()
1978 HBRUSH hBrush; in PaintTTY() local
2030 hBrush = CreateSolidBrush (pTTYInfo->rgbBGColor); in PaintTTY()
2031 if (hBrush != NULL) { in PaintTTY()
2032 FillRect (hDC, &erect, hBrush); in PaintTTY()
2033 DeleteObject (hBrush); in PaintTTY()
4352 HBRUSH hBrush; in ToolBarProc() local
[all …]
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dw32g_utl.c1075 HBRUSH hBrush = tm_colors[color].brush;
1079 hgdiobj_hbrush = SelectObject(hdc, hBrush);
H A Dw32g_subwin3.c570 HBRUSH hBrush; in TracerWndClear() local
576 hBrush = CreateSolidBrush(C_BACK); in TracerWndClear()
578 hgdiobj_hbrush = SelectObject(w32g_tracer_wnd.hmdc, hBrush); in TracerWndClear()
585 DeleteObject(hBrush); in TracerWndClear()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dw32g_utl.c1075 HBRUSH hBrush = tm_colors[color].brush;
1079 hgdiobj_hbrush = SelectObject(hdc, hBrush);
H A Dw32g_subwin3.c570 HBRUSH hBrush; in TracerWndClear() local
576 hBrush = CreateSolidBrush(C_BACK); in TracerWndClear()
578 hgdiobj_hbrush = SelectObject(w32g_tracer_wnd.hmdc, hBrush); in TracerWndClear()
585 DeleteObject(hBrush); in TracerWndClear()
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dw32g_utl.c1075 HBRUSH hBrush = tm_colors[color].brush;
1079 hgdiobj_hbrush = SelectObject(hdc, hBrush);
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dw32g_utl.c1075 HBRUSH hBrush = tm_colors[color].brush;
1079 hgdiobj_hbrush = SelectObject(hdc, hBrush);
H A Dw32g_subwin3.c570 HBRUSH hBrush; in TracerWndClear() local
576 hBrush = CreateSolidBrush(C_BACK); in TracerWndClear()
578 hgdiobj_hbrush = SelectObject(w32g_tracer_wnd.hmdc, hBrush); in TracerWndClear()
585 DeleteObject(hBrush); in TracerWndClear()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dw32g_utl.c1075 HBRUSH hBrush = tm_colors[color].brush;
1079 hgdiobj_hbrush = SelectObject(hdc, hBrush);
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dw32g_utl.c1075 HBRUSH hBrush = tm_colors[color].brush;
1079 hgdiobj_hbrush = SelectObject(hdc, hBrush);
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dw32g_utl.c1075 HBRUSH hBrush = tm_colors[color].brush;
1079 hgdiobj_hbrush = SelectObject(hdc, hBrush);
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dw32g_utl.c1075 HBRUSH hBrush = tm_colors[color].brush;
1079 hgdiobj_hbrush = SelectObject(hdc, hBrush);
H A Dw32g_subwin3.c570 HBRUSH hBrush; in TracerWndClear() local
576 hBrush = CreateSolidBrush(C_BACK); in TracerWndClear()
578 hgdiobj_hbrush = SelectObject(w32g_tracer_wnd.hmdc, hBrush); in TracerWndClear()
585 DeleteObject(hBrush); in TracerWndClear()
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dw32g_utl.c1075 HBRUSH hBrush = tm_colors[color].brush;
1079 hgdiobj_hbrush = SelectObject(hdc, hBrush);
H A Dw32g_subwin3.c570 HBRUSH hBrush; in TracerWndClear() local
576 hBrush = CreateSolidBrush(C_BACK); in TracerWndClear()
578 hgdiobj_hbrush = SelectObject(w32g_tracer_wnd.hmdc, hBrush); in TracerWndClear()
585 DeleteObject(hBrush); in TracerWndClear()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/msw/
H A Dwindow.h352 bool HandleCtlColor(WXHBRUSH *hBrush, WXHDC hdc, WXHWND hWnd);

12345678910>>...15