Home
last modified time | relevance | path

Searched refs:LPDRAWITEMSTRUCT (Results 1 – 25 of 44) sorted by relevance

12

/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dpane.h55 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 Dpane.cpp298 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 Dfilechild.cpp447 LPDRAWITEMSTRUCT dis = (LPDRAWITEMSTRUCT)lparam; in WndProc()
/reactos/modules/rostests/tests/statst2/
H A Dstatst2.c103 LPDRAWITEMSTRUCT lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in WndProc()
/reactos/dll/cpl/console/
H A Dcolors.c19 IN LPDRAWITEMSTRUCT drawItem, in PaintStaticControls()
63 LPDRAWITEMSTRUCT drawItem = (LPDRAWITEMSTRUCT)lParam; in ColorsProc()
H A Dconsole.h81 IN LPDRAWITEMSTRUCT drawItem,
H A Dfont.c777 LPDRAWITEMSTRUCT drawItem = (LPDRAWITEMSTRUCT)lParam; in FontProc()
/reactos/modules/rosapps/templates/dialog/
H A Dpage1.c79 LPDRAWITEMSTRUCT lpdis; in OnDrawItem()
82 lpdis = (LPDRAWITEMSTRUCT)lParam; in OnDrawItem()
/reactos/modules/rostests/tests/enumfonts/
H A Denumfonts.cpp183 LPDRAWITEMSTRUCT lpdis = in MainWndProc()
184 reinterpret_cast<LPDRAWITEMSTRUCT>(lParam); in MainWndProc()
/reactos/dll/cpl/timedate/
H A Dtimezone.c302 LPDRAWITEMSTRUCT lpDrawItem; in TimeZonePageProc()
303 lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in TimeZonePageProc()
/reactos/dll/win32/shell32/dialogs/
H A Ddrvdefext.h33 VOID PaintStaticControls(HWND hwndDlg, LPDRAWITEMSTRUCT pDrawItem);
H A Ddrvdefext.cpp192 CDrvDefExt::PaintStaticControls(HWND hwndDlg, LPDRAWITEMSTRUCT pDrawItem) in PaintStaticControls()
526 LPDRAWITEMSTRUCT pDrawItem = (LPDRAWITEMSTRUCT)lParam; in GeneralPageProc()
/reactos/modules/rostests/tests/primitives/
H A Dprimitives.cpp250 LPDRAWITEMSTRUCT lpdis = in MainWndProc()
251 reinterpret_cast<LPDRAWITEMSTRUCT>(lParam); in MainWndProc()
/reactos/base/system/userinit/
H A Dlivecd.c585 LPDRAWITEMSTRUCT lpDrawItem, in OnDrawItem()
654 OnDrawItem((LPDRAWITEMSTRUCT)lParam, in LocaleDlgProc()
790 OnDrawItem((LPDRAWITEMSTRUCT)lParam, in StartDlgProc()
/reactos/dll/cpl/desk/
H A Dscreensaver.c137 ShowScreenSaverPreview(IN LPDRAWITEMSTRUCT draw, IN PDATA pData) in ShowScreenSaverPreview()
825 LPDRAWITEMSTRUCT lpDrawItem; in ScreenSaverPageProc()
826 lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in ScreenSaverPageProc()
H A Dbackground.c778 DrawBackgroundPreview(LPDRAWITEMSTRUCT draw, PBACKGROUND_DATA pData) in DrawBackgroundPreview()
1240 LPDRAWITEMSTRUCT drawItem; in BackgroundPageProc()
1241 drawItem = (LPDRAWITEMSTRUCT)lParam; in BackgroundPageProc()
H A Dsettings.c428 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 Dvolume.c442 LPDRAWITEMSTRUCT lpDrawItem; in VolumeDlgProc()
443 lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in VolumeDlgProc()
/reactos/dll/win32/iernonce/
H A Ddialog.cpp170 LPDRAWITEMSTRUCT pDrawItem = (PDRAWITEMSTRUCT)lParam; in ProcessWindowMessage()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.h666 virtual void DrawItem(LPDRAWITEMSTRUCT dis) = 0;
704 virtual void DrawItem(LPDRAWITEMSTRUCT dis);
754 virtual void DrawItem(LPDRAWITEMSTRUCT dis);
H A Dwindow.cpp868 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 Dgeneral.c752 LPDRAWITEMSTRUCT lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in GeneralPageProc()
/reactos/base/applications/mspaint/
H A Ddialogs.cpp593 LPDRAWITEMSTRUCT pDrawItem = reinterpret_cast<LPDRAWITEMSTRUCT>(lParam); in OnDrawItem()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dstartmenu.h99 virtual void DrawItem(LPDRAWITEMSTRUCT dis);
/reactos/base/applications/mstsc/
H A Dconnectdialog.c946 LPDRAWITEMSTRUCT lpDrawItem; in DisplayDlgProc()
947 lpDrawItem = (LPDRAWITEMSTRUCT)lParam; in DisplayDlgProc()

12