Home
last modified time | relevance | path

Searched refs:dwDrawStage (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/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 DNMCUSTOMDRAW.java17 public int dwDrawStage; field in NMCUSTOMDRAW
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dcustomdraw.cpp53 switch ( nmcd->dwDrawStage ) in HandleCustomDraw()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/win32_ui/
H A DPlaylistPanel.cpp135 if(customDraw->nmcd.dwDrawStage == CDDS_PREPAINT) in OnPlaylistViewCustomDraw()
139 else if(customDraw->nmcd.dwDrawStage == CDDS_ITEMPREPAINT) in OnPlaylistViewCustomDraw()
/dports/emulators/bochs/bochs-2.7/gui/
H A Dwin32_enh_dbg_osdep.cc1525 if (d->nmcd.dwDrawStage == CDDS_PREPAINT) in B_WP()
1528 if (d->nmcd.dwDrawStage == CDDS_ITEMPREPAINT) // select the "active" ASM line in B_WP()
1559 … else if (d->nmcd.dwDrawStage == (CDDS_SUBITEM | CDDS_ITEMPREPAINT) && d->iSubItem == 2) in B_WP()
1576 if (d->nmcd.dwDrawStage == CDDS_PREPAINT) in B_WP()
1583 else if (DViewMode == VIEW_STACK && d->nmcd.dwDrawStage == CDDS_ITEMPREPAINT) in B_WP()
1597 if (d->nmcd.dwDrawStage == CDDS_ITEMPREPAINT) in B_WP()
1603 if (d->nmcd.dwDrawStage == (CDDS_SUBITEM | CDDS_ITEMPREPAINT)) in B_WP()
1644 if (d->nmcd.dwDrawStage == CDDS_PREPAINT) in B_WP()
1647 if (d->nmcd.dwDrawStage == CDDS_ITEMPREPAINT) in B_WP()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DTrackbar.cpp138 switch (customDraw.dwDrawStage) in OnCustomDraw()
H A DListView.cpp278 switch (customDraw->nmcd.dwDrawStage) in OnCustomDraw()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DColumnTreeView.cpp85 switch(pCustomDraw->nmcd.dwDrawStage) in OnNotify()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DPanelListNotify.cpp337 switch(lplvcd->nmcd.dwDrawStage) in OnCustomDraw()
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwinext.pas42 dwDrawStage : DWORD;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinext.pas42 dwDrawStage : DWORD;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwinext.pas42 dwDrawStage : DWORD;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinext.pas42 dwDrawStage : DWORD;
/dports/cad/ldview/ldview-4.4/
H A DModelTreeDialog.cpp698 if (notification->nmcd.dwDrawStage == CDDS_PREPAINT) in doTreeCustomDraw()
703 else if (notification->nmcd.dwDrawStage == CDDS_ITEMPREPAINT) in doTreeCustomDraw()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dinpdipsw.cpp327 switch (plvcd->nmcd.dwDrawStage) { in DialogProc()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dinpdipsw.cpp327 switch (plvcd->nmcd.dwDrawStage) { in DialogProc()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32FrameImpl.cpp890 if( pNMcd->dwDrawStage == CDDS_PREPAINT ) in _FrameWndProc()
894 if( pNMcd->dwDrawStage == CDDS_POSTPAINT ) in _FrameWndProc()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DPanelListNotify.cpp631 switch (lplvcd->nmcd.dwDrawStage) in OnCustomDraw()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DPanelListNotify.cpp726 switch (lplvcd->nmcd.dwDrawStage) in OnCustomDraw()
/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 DLink.java718 switch (nmcd.dwDrawStage) { in wmNotifyChild()
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32wscustomlistview.inc187 case DrawInfo^.nmcd.dwDrawStage and $7 of //Get drawing state
201 if DrawInfo^.nmcd.dwDrawStage and CDDS_SUBITEM <> 0 then
210 if DrawInfo^.nmcd.dwDrawStage and CDDS_ITEM <> 0 then
220 (DrawInfo^.nmcd.dwDrawStage and CDDS_ITEMPREPAINT = CDDS_ITEMPREPAINT) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wscustomlistview.inc188 case DrawInfo^.nmcd.dwDrawStage and $7 of //Get drawing state
202 if DrawInfo^.nmcd.dwDrawStage and CDDS_SUBITEM <> 0 then
211 if DrawInfo^.nmcd.dwDrawStage and CDDS_ITEM <> 0 then
221 (DrawInfo^.nmcd.dwDrawStage and CDDS_ITEMPREPAINT = CDDS_ITEMPREPAINT) then
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32wscustomlistview.inc187 case DrawInfo^.nmcd.dwDrawStage and $7 of //Get drawing state
201 if DrawInfo^.nmcd.dwDrawStage and CDDS_SUBITEM <> 0 then
210 if DrawInfo^.nmcd.dwDrawStage and CDDS_ITEM <> 0 then
220 (DrawInfo^.nmcd.dwDrawStage and CDDS_ITEMPREPAINT = CDDS_ITEMPREPAINT) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wscustomlistview.inc188 case DrawInfo^.nmcd.dwDrawStage and $7 of //Get drawing state
202 if DrawInfo^.nmcd.dwDrawStage and CDDS_SUBITEM <> 0 then
211 if DrawInfo^.nmcd.dwDrawStage and CDDS_ITEM <> 0 then
221 (DrawInfo^.nmcd.dwDrawStage and CDDS_ITEMPREPAINT = CDDS_ITEMPREPAINT) then
/dports/x11-toolkits/scintilla/scite/win32/
H A DStrips.cxx549 if (pcd->dwDrawStage == CDDS_PREERASE) { in CustomDraw()
553 if ((pcd->dwDrawStage == CDDS_PREERASE) || (pcd->dwDrawStage == CDDS_PREPAINT)) { in CustomDraw()
/dports/editors/scite/scite/win32/
H A DStrips.cxx549 if (pcd->dwDrawStage == CDDS_PREERASE) { in CustomDraw()
553 if ((pcd->dwDrawStage == CDDS_PREERASE) || (pcd->dwDrawStage == CDDS_PREPAINT)) { in CustomDraw()

12345678910>>...12