/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/EGL/ |
eglplatform.h | 73 typedef HWND EGLNativeWindowType;
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/EGL/ |
eglplatform.h | 73 typedef HWND EGLNativeWindowType;
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/EGL/ |
eglplatform.h | 73 typedef HWND EGLNativeWindowType;
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/EGL/ |
eglplatform.h | 73 typedef HWND EGLNativeWindowType;
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/EGL/ |
eglplatform.h | 73 typedef HWND EGLNativeWindowType;
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/EGL/ |
eglplatform.h | 73 typedef HWND EGLNativeWindowType;
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/EGL/ |
eglplatform.h | 73 typedef HWND EGLNativeWindowType;
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/EGL/ |
eglplatform.h | 73 typedef HWND EGLNativeWindowType;
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
list_ports_windows.py | 13 from ctypes.wintypes import HWND 90 SetupDiGetClassDevs.argtypes = [ctypes.POINTER(GUID), PCTSTR, HWND, DWORD]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_windows.h | 142 int WINAPI MessageBoxW(HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ole.h | 121 OLESTATUS (CALLBACK *Activate)(LPOLEOBJECT,UINT,WINBOOL,WINBOOL,HWND,const RECT *); 192 OLESTATUS WINAPI OleActivate(LPOLEOBJECT,UINT,WINBOOL,WINBOOL,HWND,const RECT *);
|
mlang.h | [all...] |
urlmon.h | 278 STDAPI FaultInIEFeature(HWND hWnd,uCLSSPEC *pClassSpec,QUERYCONTEXT *pQuery,DWORD dwFlags); [all...] |
dxgi.h | 191 HWND OutputWindow; [all...] |
d2d1helper.h | 169 HWND hwnd, 172 D2D1_HWND_RENDER_TARGET_PROPERTIES r = {hwnd, pixelSize, presentOptions};
|
wtypes.h | 551 typedef void *HWND; 590 HWND hwnd;
|
dsound.h | 430 LPCDSCBUFFERDESC pcDSCBufferDesc, LPCDSBUFFERDESC pcDSBufferDesc, HWND hWnd, DWORD dwLevel, 450 STDMETHOD(SetCooperativeLevel)(THIS_ HWND hwnd, DWORD dwLevel) PURE; 503 STDMETHOD(SetCooperativeLevel)(THIS_ HWND hwnd, DWORD dwLevel) PURE; [all...] |
evr.h | 274 STDMETHOD_(HRESULT,GetVideoWindow)(THIS_ HWND *phwndVideo) PURE; 281 STDMETHOD_(HRESULT,SetVideoWindow)(THIS_ HWND hwndVideo) PURE;
|
sqlucode.h | 60 SQLRETURN SQL_API SQLDriverConnectW(SQLHDBC hdbc,SQLHWND hwnd,SQLWCHAR *szConnStrIn,SQLSMALLINT cbConnStrIn,SQLWCHAR *szConnStrOut,SQLSMALLINT cbConnStrOutMax,SQLSMALLINT *pcbConnStrOut,SQLUSMALLINT fDriverCompletion); 105 SQLRETURN SQL_API SQLDriverConnectA(SQLHDBC hdbc,SQLHWND hwnd,SQLCHAR *szConnStrIn,SQLSMALLINT cbConnStrIn,SQLCHAR *szConnStrOut,SQLSMALLINT cbConnStrOutMax,SQLSMALLINT *pcbConnStrOut,SQLUSMALLINT fDriverCompletion);
|
wincred.h | 221 HWND hwndParent; 229 HWND hwndParent;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/ |
_windows.h | 142 int WINAPI MessageBoxW(HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType);
|
/external/libpng/contrib/gregbook/ |
rpng-win.c | 137 LRESULT CALLBACK rpng_win_wndproc(HWND, UINT, WPARAM, LPARAM); 161 static HWND global_hwnd; 688 LRESULT CALLBACK rpng_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP) 700 hdc = BeginPaint(hwnd, &ps); 708 EndPaint(hwnd, &ps); 727 return DefWindowProc(hwnd, iMsg, wP, lP);
|
/external/opencv3/3rdparty/include/dshow/ |
dsound.h | 417 LPCDSCBUFFERDESC pcDSCBufferDesc, LPCDSBUFFERDESC pcDSBufferDesc, HWND hWnd, DWORD dwLevel, 437 STDMETHOD(SetCooperativeLevel)(THIS_ HWND hwnd, DWORD dwLevel) PURE; 490 STDMETHOD(SetCooperativeLevel)(THIS_ HWND hwnd, DWORD dwLevel) PURE; [all...] |
/external/skia/experimental/iOSSampleApp/ |
SkSampleUIView.mm | 227 void flush(SkOSWindow* hwnd) { 242 hwnd->setTitle(NULL);
|
/external/skia/include/views/ |
SkEvent.h | 260 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|