Home
last modified time | relevance | path

Searched refs:DRAWSTATEPROC (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dmslu.cpp91 return DrawStateA((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
98 return DrawStateW((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dmslu.cpp91 return DrawStateA((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
98 return DrawStateW((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dmslu.cpp90 return DrawStateA((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
97 return DrawStateW((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dmslu.cpp90 return DrawStateA((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
97 return DrawStateW((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dmslu.cpp90 return DrawStateA((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
97 return DrawStateW((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dmslu.cpp90 return DrawStateA((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
97 return DrawStateW((HDC)dc, (HBRUSH)br, (DRAWSTATEPROC)outputFunc, in wxMSLU_DrawStateW()
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwinceextra.pp66 function DrawState(dc:HDC ; hbr : HBRUSH ; func: DRAWSTATEPROC ; lp:LPARAM; wp:WPARAM;x,y,cx,cy:int…
153 { DRAWSTATEPROC assumes that it draws at the center of coordinates }
170 function DrawState(dc: HDC; hbr: HBRUSH; func: DRAWSTATEPROC; lp:LPARAM; wp:WPARAM; x, y, cx, cy: i…
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinceextra.pp66 function DrawState(dc:HDC ; hbr : HBRUSH ; func: DRAWSTATEPROC ; lp:LPARAM; wp:WPARAM;x,y,cx,cy:int…
152 { DRAWSTATEPROC assumes that it draws at the center of coordinates }
169 function DrawState(dc: HDC; hbr: HBRUSH; func: DRAWSTATEPROC; lp:LPARAM; wp:WPARAM; x, y, cx, cy: i…
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwinceextra.pp66 function DrawState(dc:HDC ; hbr : HBRUSH ; func: DRAWSTATEPROC ; lp:LPARAM; wp:WPARAM;x,y,cx,cy:int…
153 { DRAWSTATEPROC assumes that it draws at the center of coordinates }
170 function DrawState(dc: HDC; hbr: HBRUSH; func: DRAWSTATEPROC; lp:LPARAM; wp:WPARAM; x, y, cx, cy: i…
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinceextra.pp66 function DrawState(dc:HDC ; hbr : HBRUSH ; func: DRAWSTATEPROC ; lp:LPARAM; wp:WPARAM;x,y,cx,cy:int…
152 { DRAWSTATEPROC assumes that it draws at the center of coordinates }
169 function DrawState(dc: HDC; hbr: HBRUSH; func: DRAWSTATEPROC; lp:LPARAM; wp:WPARAM; x, y, cx, cy: i…
/dports/graphics/libemf/libemf-1.0.13/include/libEMF/wine/
H A Dwinuser.h16 typedef BOOL CALLBACK (*DRAWSTATEPROC)(HDC,LPARAM,WPARAM,int,int); typedef
32 typedef FARPROC DRAWSTATEPROC;
3758 BOOL WINAPI DrawStateA(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,INT,INT,INT,INT,UINT);
3759 BOOL WINAPI DrawStateW(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,INT,INT,INT,INT,UINT);
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinuser.h1912 typedef BOOL(CALLBACK *DRAWSTATEPROC)(HDC,LPARAM,WPARAM,int,int); typedef
2742 BOOL WINAPI DrawStateA(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,int,int,int,int,UINT);
2743 BOOL WINAPI DrawStateW(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,int,int,int,int,UINT);
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2483 alias BOOL function(HDC, LPARAM, WPARAM, int, int) DRAWSTATEPROC;
3744 BOOL DrawStateA(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
3745 BOOL DrawStateW(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2483 alias BOOL function(HDC, LPARAM, WPARAM, int, int) DRAWSTATEPROC;
3744 BOOL DrawStateA(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
3745 BOOL DrawStateW(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2482 alias BOOL function(HDC, LPARAM, WPARAM, int, int) DRAWSTATEPROC;
3743 BOOL DrawStateA(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
3744 BOOL DrawStateW(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2483 alias BOOL function(HDC, LPARAM, WPARAM, int, int) DRAWSTATEPROC;
3744 BOOL DrawStateA(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
3745 BOOL DrawStateW(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwinuser.h2134 typedef BOOL(CALLBACK *DRAWSTATEPROC)(HDC,LPARAM,WPARAM,int,int); typedef
3082 WINUSERAPI BOOL WINAPI DrawStateA(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,int,int,int,int,UINT);
3083 WINUSERAPI BOOL WINAPI DrawStateW(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,int,int,int,int,UINT);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwinuser.h2134 typedef BOOL(CALLBACK *DRAWSTATEPROC)(HDC,LPARAM,WPARAM,int,int); typedef
3082 WINUSERAPI BOOL WINAPI DrawStateA(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,int,int,int,int,UINT);
3083 WINUSERAPI BOOL WINAPI DrawStateW(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,int,int,int,int,UINT);
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2482 alias BOOL function(HDC, LPARAM, WPARAM, int, int) DRAWSTATEPROC;
3743 BOOL DrawStateA(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
3744 BOOL DrawStateW(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2482 alias BOOL function(HDC, LPARAM, WPARAM, int, int) DRAWSTATEPROC;
3743 BOOL DrawStateA(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
3744 BOOL DrawStateW(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2483 alias BOOL function(HDC, LPARAM, WPARAM, int, int) DRAWSTATEPROC;
3744 BOOL DrawStateA(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
3745 BOOL DrawStateW(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2482 alias BOOL function(HDC, LPARAM, WPARAM, int, int) DRAWSTATEPROC;
3743 BOOL DrawStateA(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
3744 BOOL DrawStateW(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2482 alias BOOL function(HDC, LPARAM, WPARAM, int, int) DRAWSTATEPROC;
3743 BOOL DrawStateA(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
3744 BOOL DrawStateW(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dwinuser.d2482 alias BOOL function(HDC, LPARAM, WPARAM, int, int) DRAWSTATEPROC;
3743 BOOL DrawStateA(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
3744 BOOL DrawStateW(HDC, HBRUSH, DRAWSTATEPROC, LPARAM, WPARAM, int, int, int, int, UINT);
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/wine/
H A Dwinuser.h1444 typedef WIN_BOOL CALLBACK (*DRAWSTATEPROC)(HDC,LPARAM,WPARAM,INT,INT); typedef

1234567891011