/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | pane.h | 55 void output_text(LPDRAWITEMSTRUCT dis, int* positions, int col, LPCTSTR str, DWORD flags); 56 void output_tabbed_text(LPDRAWITEMSTRUCT dis, int* positions, int col, LPCTSTR str); 57 void output_number(LPDRAWITEMSTRUCT dis, int* positions, int col, LPCTSTR str); 93 void draw_item(LPDRAWITEMSTRUCT dis, Entry* entry, int calcWidthCol=-1); 102 void calc_width(LPDRAWITEMSTRUCT dis, int col, LPCTSTR str); 103 void calc_tabbed_width(LPDRAWITEMSTRUCT dis, int col, LPCTSTR str);
|
H A D | pane.cpp | 298 void Pane::draw_item(LPDRAWITEMSTRUCT dis, Entry* entry, int calcWidthCol) in draw_item() 632 void Pane::calc_width(LPDRAWITEMSTRUCT dis, int col, LPCTSTR str) in calc_width() 642 void Pane::calc_tabbed_width(LPDRAWITEMSTRUCT dis, int col, LPCTSTR str) in calc_tabbed_width() 881 void OutputWorker::output_text(LPDRAWITEMSTRUCT dis, int* positions, int col, LPCTSTR str, DWORD fl… in output_text() 894 void OutputWorker::output_tabbed_text(LPDRAWITEMSTRUCT dis, int* positions, int col, LPCTSTR str) in output_tabbed_text() 910 void OutputWorker::output_number(LPDRAWITEMSTRUCT dis, int* positions, int col, LPCTSTR str) in output_number()
|
H A D | filechild.cpp | 447 LPDRAWITEMSTRUCT dis = (LPDRAWITEMSTRUCT)lparam; in WndProc()
|
/reactos/modules/rostests/tests/statst2/ |
H A D | statst2.c | 103 LPDRAWITEMSTRUCT lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in WndProc()
|
/reactos/dll/cpl/console/ |
H A D | colors.c | 19 IN LPDRAWITEMSTRUCT drawItem, in PaintStaticControls() 63 LPDRAWITEMSTRUCT drawItem = (LPDRAWITEMSTRUCT)lParam; in ColorsProc()
|
H A D | console.h | 81 IN LPDRAWITEMSTRUCT drawItem,
|
H A D | font.c | 777 LPDRAWITEMSTRUCT drawItem = (LPDRAWITEMSTRUCT)lParam; in FontProc()
|
/reactos/modules/rosapps/templates/dialog/ |
H A D | page1.c | 79 LPDRAWITEMSTRUCT lpdis; in OnDrawItem() 82 lpdis = (LPDRAWITEMSTRUCT)lParam; in OnDrawItem()
|
/reactos/modules/rostests/tests/enumfonts/ |
H A D | enumfonts.cpp | 183 LPDRAWITEMSTRUCT lpdis = in MainWndProc() 184 reinterpret_cast<LPDRAWITEMSTRUCT>(lParam); in MainWndProc()
|
/reactos/dll/cpl/timedate/ |
H A D | timezone.c | 302 LPDRAWITEMSTRUCT lpDrawItem; in TimeZonePageProc() 303 lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in TimeZonePageProc()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | drvdefext.h | 33 VOID PaintStaticControls(HWND hwndDlg, LPDRAWITEMSTRUCT pDrawItem);
|
H A D | drvdefext.cpp | 192 CDrvDefExt::PaintStaticControls(HWND hwndDlg, LPDRAWITEMSTRUCT pDrawItem) in PaintStaticControls() 526 LPDRAWITEMSTRUCT pDrawItem = (LPDRAWITEMSTRUCT)lParam; in GeneralPageProc()
|
/reactos/modules/rostests/tests/primitives/ |
H A D | primitives.cpp | 250 LPDRAWITEMSTRUCT lpdis = in MainWndProc() 251 reinterpret_cast<LPDRAWITEMSTRUCT>(lParam); in MainWndProc()
|
/reactos/base/system/userinit/ |
H A D | livecd.c | 585 LPDRAWITEMSTRUCT lpDrawItem, in OnDrawItem() 654 OnDrawItem((LPDRAWITEMSTRUCT)lParam, in LocaleDlgProc() 790 OnDrawItem((LPDRAWITEMSTRUCT)lParam, in StartDlgProc()
|
/reactos/dll/cpl/desk/ |
H A D | screensaver.c | 137 ShowScreenSaverPreview(IN LPDRAWITEMSTRUCT draw, IN PDATA pData) in ShowScreenSaverPreview() 825 LPDRAWITEMSTRUCT lpDrawItem; in ScreenSaverPageProc() 826 lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in ScreenSaverPageProc()
|
H A D | background.c | 778 DrawBackgroundPreview(LPDRAWITEMSTRUCT draw, PBACKGROUND_DATA pData) in DrawBackgroundPreview() 1240 LPDRAWITEMSTRUCT drawItem; in BackgroundPageProc() 1241 drawItem = (LPDRAWITEMSTRUCT)lParam; in BackgroundPageProc()
|
H A D | settings.c | 428 ShowResolutionPreview(IN LPDRAWITEMSTRUCT draw, IN PSETTINGS_DATA pData) in ShowResolutionPreview() 917 LPDRAWITEMSTRUCT lpDrawItem; in SettingsPageProc() 918 lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in SettingsPageProc()
|
/reactos/dll/cpl/mmsys/ |
H A D | volume.c | 442 LPDRAWITEMSTRUCT lpDrawItem; in VolumeDlgProc() 443 lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in VolumeDlgProc()
|
/reactos/dll/win32/iernonce/ |
H A D | dialog.cpp | 170 LPDRAWITEMSTRUCT pDrawItem = (PDRAWITEMSTRUCT)lParam; in ProcessWindowMessage()
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | window.h | 666 virtual void DrawItem(LPDRAWITEMSTRUCT dis) = 0; 704 virtual void DrawItem(LPDRAWITEMSTRUCT dis); 754 virtual void DrawItem(LPDRAWITEMSTRUCT dis);
|
H A D | window.cpp | 868 DrawItem((LPDRAWITEMSTRUCT)lparam); in WndProc() 965 void PictureButton::DrawItem(LPDRAWITEMSTRUCT dis) in DrawItem() 1050 void FlatButton::DrawItem(LPDRAWITEMSTRUCT dis) in DrawItem()
|
/reactos/dll/cpl/sysdm/ |
H A D | general.c | 752 LPDRAWITEMSTRUCT lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in GeneralPageProc()
|
/reactos/base/applications/mspaint/ |
H A D | dialogs.cpp | 593 LPDRAWITEMSTRUCT pDrawItem = reinterpret_cast<LPDRAWITEMSTRUCT>(lParam); in OnDrawItem()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | startmenu.h | 99 virtual void DrawItem(LPDRAWITEMSTRUCT dis);
|
/reactos/base/applications/mstsc/ |
H A D | connectdialog.c | 946 LPDRAWITEMSTRUCT lpDrawItem; in DisplayDlgProc() 947 lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in DisplayDlgProc()
|