Home
last modified time | relevance | path

Searched refs:NMLVCUSTOMDRAW (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DNMLVCUSTOMDRAW.java16 public class NMLVCUSTOMDRAW extends NMCUSTOMDRAW { class
H A DOS.java3615 public static final native void MoveMemory (NMLVCUSTOMDRAW Destination, long Source, int Length); in MoveMemory()
3650 public static final native void MoveMemory (long Destination, NMLVCUSTOMDRAW Source, int Length); in MoveMemory()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/win32_ui/
H A DPlaylistPanel.h51 void OnPlaylistViewCustomDraw(NMLVCUSTOMDRAW*);
H A DPlaylistPanel.cpp113 OnPlaylistViewCustomDraw(reinterpret_cast<NMLVCUSTOMDRAW*>(hdr)); in OnNotify()
133 void CPlaylistPanel::OnPlaylistViewCustomDraw(NMLVCUSTOMDRAW* customDraw) in OnPlaylistViewCustomDraw()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dinpdipsw.cpp325 NMLVCUSTOMDRAW* plvcd = (NMLVCUSTOMDRAW*)lParam; in DialogProc()
H A Dinpd.cpp1065 NMLVCUSTOMDRAW* plvcd = (NMLVCUSTOMDRAW*)lParam; in DialogProc()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dinpdipsw.cpp325 NMLVCUSTOMDRAW* plvcd = (NMLVCUSTOMDRAW*)lParam; in DialogProc()
H A Dinpd.cpp858 NMLVCUSTOMDRAW* plvcd = (NMLVCUSTOMDRAW*)lParam; in DialogProc()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DListView.cpp168NMLVCUSTOMDRAW* lvCustomDraw = reinterpret_cast<NMLVCUSTOMDRAW*>(notifyHeader); in WindowProc()
274 LRESULT ListView::OnCustomDraw(NMLVCUSTOMDRAW* customDraw) in OnCustomDraw()
H A DListView.hpp207 virtual LRESULT OnCustomDraw(NMLVCUSTOMDRAW* customDraw);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h236 #define NMLVCUSTOMDRAW wxNMLVCUSTOMDRAW_ macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h236 #define NMLVCUSTOMDRAW wxNMLVCUSTOMDRAW_ macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h236 #define NMLVCUSTOMDRAW wxNMLVCUSTOMDRAW_ macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h236 #define NMLVCUSTOMDRAW wxNMLVCUSTOMDRAW_ macro
/dports/emulators/bochs/bochs-2.7/gui/
H A Dwin32_enh_dbg_osdep.cc1524 NMLVCUSTOMDRAW *d = (NMLVCUSTOMDRAW *) ll; in B_WP()
1575 NMLVCUSTOMDRAW *d = (NMLVCUSTOMDRAW *) ll; in B_WP()
1643 NMLVCUSTOMDRAW *d = (NMLVCUSTOMDRAW *) ll; in B_WP()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dmissing.h223 #define NMLVCUSTOMDRAW wxNMLVCUSTOMDRAW_ macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dmissing.h223 #define NMLVCUSTOMDRAW wxNMLVCUSTOMDRAW_ macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DTable.java767 OS.MoveMemory (lParam, nmcd, NMLVCUSTOMDRAW.sizeof); in CDDS_ITEMPREPAINT()
828 LRESULT CDDS_PREPAINT (NMLVCUSTOMDRAW nmcd, long wParam, long lParam) { in CDDS_PREPAINT()
1095 OS.MoveMemory (lParam, nmcd, NMLVCUSTOMDRAW.sizeof); in CDDS_SUBITEMPREPAINT()
1132 OS.MoveMemory (lParam, nmcd, NMLVCUSTOMDRAW.sizeof); in CDDS_SUBITEMPREPAINT()
3518 OS.MoveMemory (lParam, nmcd, NMLVCUSTOMDRAW.sizeof); in sendEraseItemEvent()
3523 OS.MoveMemory (lParam, nmcd, NMLVCUSTOMDRAW.sizeof); in sendEraseItemEvent()
3544 OS.MoveMemory (lParam, nmcd, NMLVCUSTOMDRAW.sizeof); in sendEraseItemEvent()
3600 OS.MoveMemory (lParam, nmcd, NMLVCUSTOMDRAW.sizeof); in sendEraseItemEvent()
3868 void sendPaintItemEvent (TableItem item, NMLVCUSTOMDRAW nmcd) { in sendPaintItemEvent()
6754 NMLVCUSTOMDRAW nmcd = new NMLVCUSTOMDRAW (); in wmNotifyChild()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_structs.h886 NMLVCUSTOMDRAW *getNMLVCUSTOMDRAWFields(JNIEnv *env, jobject lpObject, NMLVCUSTOMDRAW *lpStruct);
887 void setNMLVCUSTOMDRAWFields(JNIEnv *env, jobject lpObject, NMLVCUSTOMDRAW *lpStruct);
888 #define NMLVCUSTOMDRAW_sizeof() sizeof(NMLVCUSTOMDRAW)
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d3264 struct NMLVCUSTOMDRAW {
3271 struct NMLVCUSTOMDRAW {
3277 alias NMLVCUSTOMDRAW* LPNMLVCUSTOMDRAW;
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d3263 struct NMLVCUSTOMDRAW {
3270 struct NMLVCUSTOMDRAW {
3276 alias NMLVCUSTOMDRAW* LPNMLVCUSTOMDRAW;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d3264 struct NMLVCUSTOMDRAW {
3271 struct NMLVCUSTOMDRAW {
3277 alias NMLVCUSTOMDRAW* LPNMLVCUSTOMDRAW;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d3263 struct NMLVCUSTOMDRAW {
3270 struct NMLVCUSTOMDRAW {
3276 alias NMLVCUSTOMDRAW* LPNMLVCUSTOMDRAW;
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d3263 struct NMLVCUSTOMDRAW {
3270 struct NMLVCUSTOMDRAW {
3276 alias NMLVCUSTOMDRAW* LPNMLVCUSTOMDRAW;
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d3263 struct NMLVCUSTOMDRAW {
3270 struct NMLVCUSTOMDRAW {
3276 alias NMLVCUSTOMDRAW* LPNMLVCUSTOMDRAW;

123456789