Searched refs:WndProc (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/views/win/
H A Dskia_win.cpp23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
81 wcex.lpfnWndProc = WndProc;
162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM)
171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
68 wcex.lpfnWndProc = WndProc;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11winmain.cpp40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
68 wcex.lpfnWndProc = WndProc;
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc73 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
96 wcex.lpfnWndProc = WndProc;
357 LRESULT CALLBACK WndProc(HWND wnd, function in namespace:google_breakpad
/external/icu/icu4c/source/samples/layout/
H A Dclayout.c36 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
80 wndclass.lpfnWndProc = WndProc;
118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
H A Dlayout.cpp35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
79 wndclass.lpfnWndProc = WndProc;
117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) function
139 wc.lpfnWndProc = WndProc;
/external/skia/include/views/
H A DSkEvent.h260 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
/external/libpng/contrib/visupng/
H A DVisualPng.c42 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
89 wndclass.lpfnWndProc = WndProc;
147 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, function

Completed in 4499 milliseconds