Searched refs:iMsg (Results 1 – 2 of 2) sorted by relevance
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 688 LRESULT CALLBACK rpng_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP) in rpng_win_wndproc() argument 694 switch (iMsg) { in rpng_win_wndproc() 727 return DefWindowProc(hwnd, iMsg, wP, lP); in rpng_win_wndproc()
|
D | rpng2-win.c | 1216 LRESULT CALLBACK rpng2_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP) in rpng2_win_wndproc() argument 1222 switch (iMsg) { in rpng2_win_wndproc() 1252 return DefWindowProc(hwnd, iMsg, wP, lP); in rpng2_win_wndproc()
|