HomeSort by relevance Sort by last modified time
    Searched full:hwnd (Results 226 - 250 of 431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
210 def EnumWindowsCallbackFunc(hwnd, lParam):
test_win32.py 53 self.assertEqual(sizeof(wintypes.HWND), sizeof(c_void_p))
  /external/deqp/framework/platform/win32/
tcuWin32Platform.cpp 78 while (PeekMessage(&msg, (HWND)-1, 0, 0, PM_REMOVE))
  /external/lzma/CPP/7zip/UI/FileManager/
OverwriteDialog.cpp 106 bool COverwriteDialog::OnButtonClicked(int buttonID, HWND buttonHWND)
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 43 swap_chain_desc.OutputWindow = (HWND)win;
  /external/skia/src/utils/win/
SkWGL_win.cpp 176 HWND create_dummy_window() {
178 HWND dummy;
225 void destroy_dummy_window(HWND dummy) {
261 HWND dummyWND = create_dummy_window();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dinput.h 1375 HWND hwnd; member in struct:_DICONFIGUREDEVICESPARAMSA
1387 HWND hwnd; member in struct:_DICONFIGUREDEVICESPARAMSW
    [all...]
eapmethodauthenticatorapis.h 128 HWND hwndParent,
vmr9.idl 171 HRESULT SetVideoClippingWindow([in] HWND hwnd);
172 HRESULT RepaintVideo([in] HWND hwnd, [in] HDC hdc);
wininet.h     [all...]
winineti.h 114 DWORD WINAPI DeleteIE3Cache(HWND,HINSTANCE,LPSTR,int);
winsafer.h 58 HWND hWndParent;
winscard.h 264 HWND hwndOwner;
285 HWND hwndOwner;
321 HWND hwndOwner;
347 HWND hwndOwner;
vmr9.h 874 HWND hwnd) = 0;
877 HWND hwnd,
    [all...]
msctf.h 450 HWND hwnd,
513 HWND hwnd,
553 #define ITfThreadMgr_AssociateFocus(This,hwnd,pdimNew,ppdimPrev) (This)->lpVtbl->AssociateFocus(This,hwnd,pdimNew,ppdimPrev)
588 static FORCEINLINE HRESULT ITfThreadMgr_AssociateFocus(ITfThreadMgr* This,HWND hwnd,ITfDocumentMgr *pdimNew,ITfDocumentMgr **ppdimPrev) {
589 return This->lpVtbl->AssociateFocus(This,hwnd,pdimNew,ppdimPrev);
657 HWND hwnd
    [all...]
patchwiz.h 150 extern UINT __declspec(dllexport) WINAPI UiCreatePatchPackageA(LPSTR szaPcpPath,LPSTR szaPatchPath,LPSTR szaLogPath,HWND hwndStatus,LPSTR szaTempFolder,WINBOOL fRemoveTempFolderIfPresent);
151 extern UINT __declspec(dllexport) WINAPI UiCreatePatchPackageW(LPWSTR szwPcpPath,LPWSTR szwPatchPath,LPWSTR szwLogPath,HWND hwndStatus,LPWSTR szwTempFolder,WINBOOL fRemoveTempFolderIfPresent);
sensorsapi.h 147 HWND hParent,
193 HWND hParent,
239 static FORCEINLINE HRESULT ISensorManager_RequestPermissions(ISensorManager* This,HWND hParent,ISensorCollection *pSensors,WINBOOL fModal) {
284 HWND hParent,
    [all...]
textstor.h 533 HWND *phwnd) = 0;
728 HWND *phwnd);
856 static FORCEINLINE HRESULT ITextStoreACP_GetWnd(ITextStoreACP* This,TsViewCookie vcView,HWND *phwnd) {
    [all...]
oleidl.h 525 virtual HRESULT WINAPI DoVerb(LONG iVerb,LPMSG lpmsg,IOleClientSite *pActiveSite,LONG lindex,HWND hwndParent,LPCRECT lprcPosRect) = 0;
553 HRESULT (WINAPI *DoVerb)(IOleObject *This,LONG iVerb,LPMSG lpmsg,IOleClientSite *pActiveSite,LONG lindex,HWND hwndParent,LPCRECT lprcPosRect);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_win32.py 53 self.assertEqual(sizeof(wintypes.HWND), sizeof(c_void_p))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_win32.py 53 self.assertEqual(sizeof(wintypes.HWND), sizeof(c_void_p))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_win32.py 53 self.assertEqual(sizeof(wintypes.HWND), sizeof(c_void_p))
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 72 HWND hwnd,
80 *window = (void*)hwnd;
94 HWND hwnd,
99 virtual HRESULT STDMETHODCALLTYPE TestPresent(HWND hwnd)
105 HWND hwnd,
126 HWND hwnd
    [all...]
  /external/skia/platform_tools/android/apps/visualbench/src/main/jni/
SkOSWindow_AndroidNative.cpp 12 SkOSWindow::SkOSWindow(void* hwnd) {
16 fNativeWindow = (ANativeWindow*)hwnd;
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 276 HWND hWnd,
280 _hWnd(hWnd),
334 // restore hwnd to original size and position
365 int VideoRenderDirect3D9::InitializeD3D(HWND hWnd,
383 if (FAILED(_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd,
390 hWnd, dwVertexProcessing
    [all...]

Completed in 690 milliseconds

1 2 3 4 5 6 7 8 91011>>