Searched refs:STATIC_PaintEtchedfn (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | static.c | 51 static void STATIC_PaintEtchedfn( HWND hwnd, HDC hdc, DWORD style ); 78 STATIC_PaintEtchedfn, /* SS_ETCHEDHORZ */ 79 STATIC_PaintEtchedfn, /* SS_ETCHEDVERT */ 80 STATIC_PaintEtchedfn, /* SS_ETCHEDFRAME */ 783 static void STATIC_PaintEtchedfn( HWND hwnd, HDC hdc, DWORD style ) in STATIC_PaintEtchedfn() function
|
/reactos/win32ss/user/user32/controls/ |
H A D | static.c | 41 static void STATIC_PaintEtchedfn( HWND hwnd, HDC hdc, DWORD style ); 71 STATIC_PaintEtchedfn, /* SS_ETCHEDHORZ */ 72 STATIC_PaintEtchedfn, /* SS_ETCHEDVERT */ 73 STATIC_PaintEtchedfn, /* SS_ETCHEDFRAME */ 870 static void STATIC_PaintEtchedfn( HWND hwnd, HDC hdc, DWORD style ) in STATIC_PaintEtchedfn() function
|