HomeSort by relevance Sort by last modified time
    Searched refs:HCURSOR (Results 1 - 25 of 27) sorted by null

1 2

  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor.h 20 // Converts an HCURSOR into a |MouseCursor| instance.
21 MouseCursor* CreateMouseCursorFromHCursor(HDC dc, HCURSOR cursor);
scoped_gdi_object.h 80 static void Close(HCURSOR handle) {
90 typedef ScopedGDIObject<HCURSOR, DestroyCursorTraits> ScopedCursor;
cursor_unittest.cc 31 win::ScopedCursor cursor(reinterpret_cast<HCURSOR>(
44 cursor.Set(reinterpret_cast<HCURSOR>(
cursor.cc 112 MouseCursor* CreateMouseCursorFromHCursor(HDC dc, HCURSOR cursor) {
  /sdk/find_java2/src/
FindJava2Dlg.h 47 afx_msg HCURSOR OnQueryDragIcon();
FindJava2Dlg.cpp 109 HCURSOR CFindJava2Dlg::OnQueryDragIcon() {
110 return static_cast<HCURSOR>(m_hIcon);
  /external/python/cpython2/Lib/ctypes/test/
test_funcptr.py 53 HCURSOR = c_int
63 ("hCursor", HCURSOR),
  /external/python/cpython3/Lib/ctypes/test/
test_funcptr.py 53 HCURSOR = c_int
63 ("hCursor", HCURSOR),
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_funcptr.py 53 HCURSOR = c_int
63 ("hCursor", HCURSOR),
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_funcptr.py 53 HCURSOR = c_int
63 ("hCursor", HCURSOR),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 53 HCURSOR = c_int
63 ("hCursor", HCURSOR),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 53 HCURSOR = c_int
63 ("hCursor", HCURSOR),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 58 typedef HICON HCURSOR;
textserv.h 104 virtual void TxSetCursor(HCURSOR hcur,WINBOOL fText) = 0;
wtypes.h 350 typedef HICON HCURSOR;
winuser.h 850 HCURSOR hCursor;
865 HCURSOR hCursor;
884 HCURSOR hCursor;
897 HCURSOR hCursor;
    [all...]
olectl.h 282 WINOLECTLAPI_(HCURSOR) OleIconToCursor(HINSTANCE hinstExe,HICON hIcon);
commctrl.h     [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_win.cc 46 HCURSOR last_cursor_;
93 if (last_cursor_ != cursor_info.hCursor) {
94 last_cursor_ = cursor_info.hCursor;
95 // Note that |cursor_info.hCursor| does not need to be freed.
97 CreateMouseCursorFromHCursor(desktop_dc_, cursor_info.hCursor));
  /external/swiftshader/src/D3D8/
Direct3DDevice8.hpp 266 HCURSOR nullCursor;
267 HCURSOR win32Cursor;
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 917 HCURSOR _waitCursor;
918 HCURSOR _oldCursor;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
WinNtThunk.h 999 HCURSOR
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
WinNtThunk.h 1002 HCURSOR
  /external/python/cpython2/PC/bdist_wininst/
install.c     [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c     [all...]

Completed in 2701 milliseconds

1 2