Searched refs:iMsg (Results 1 – 2 of 2) sorted by relevance
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 695 LRESULT CALLBACK rpng_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP) in rpng_win_wndproc() argument 701 switch (iMsg) { in rpng_win_wndproc() 734 return DefWindowProc(hwnd, iMsg, wP, lP); in rpng_win_wndproc()
|
D | rpng2-win.c | 1224 LRESULT CALLBACK rpng2_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP) 1230 switch (iMsg) { 1260 return DefWindowProc(hwnd, iMsg, wP, lP);
|