HomeSort by relevance Sort by last modified time
    Searched refs:WNDPROC (Results 1 - 14 of 14) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertTrue(WNDPROC is WNDPROC_2)
86 del wndproc
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertTrue(WNDPROC is WNDPROC_2)
86 del wndproc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertTrue(WNDPROC is WNDPROC_2)
86 del wndproc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 46 WNDPROC = WINFUNCTYPE(c_long, c_int, c_int, c_int, c_int)
48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures
58 ("lpfnWndProc", WNDPROC),
68 wndclass.lpfnWndProc = WNDPROC(wndproc)
75 ## "lpfnWndProc", WNDPROC_2(wndproc))
78 self.assertTrue(WNDPROC is WNDPROC_2)
86 del wndproc
  /external/lzma/CPP/Windows/Control/
ListView.cpp 124 _origWindowProc = (WNDPROC)SetLongPtrW(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc);
127 _origWindowProc = (WNDPROC)SetLongPtr(GWLP_WNDPROC, (LONG_PTR)ListViewSubclassProc);
ListView.h 116 WNDPROC _origWindowProc;
  /external/skia/src/gpu/gl/win/
SkCreatePlatformGLContext_win.cpp 56 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 162 static LRESULT CALLBACK wndProc(HWND wnd, UINT message,
223 wc.lpfnWndProc = (WNDPROC)wndProc;
  /external/skia/src/utils/win/
SkWGL_win.cpp 188 wc.lpfnWndProc = (WNDPROC) DefWindowProc;
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI.cc 115 wcx.lpfnWndProc = (WNDPROC)WebRtcWinProc;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h 39 typedef LRESULT (CALLBACK *WNDPROC)(HWND,UINT,WPARAM,LPARAM);
759 WNDPROC lpfnWndProc;
774 WNDPROC lpfnWndProc;
794 WNDPROC lpfnWndProc;
807 WNDPROC lpfnWndProc;
    [all...]
windowsx.h16 70 #define SubclassWindow(hwnd,lpfn) ((WNDPROC)SetWindowLong((hwnd),GWL_WNDPROC,(LPARAM)(WNDPROC)(lpfn)))
    [all...]
windowsx.h 58 #define SubclassWindow(hwnd,lpfn) ((WNDPROC)SetWindowLongPtr((hwnd),GWLP_WNDPROC,(LPARAM)(WNDPROC)(lpfn)))
    [all...]
  /external/opencv3/modules/highgui/src/
window_w32.cpp 172 WNDPROC toolBarProc;
    [all...]

Completed in 1020 milliseconds