HomeSort by relevance Sort by last modified time
    Searched refs:UINT (Results 151 - 175 of 925) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc 129 LRESULT LegacyRenderWidgetHostHWND::OnEraseBkGnd(UINT message,
135 LRESULT LegacyRenderWidgetHostHWND::OnGetObject(UINT message,
166 LRESULT LegacyRenderWidgetHostHWND::OnKeyboardRange(UINT message,
177 LRESULT LegacyRenderWidgetHostHWND::OnMouseRange(UINT message,
210 LRESULT LegacyRenderWidgetHostHWND::OnMouseLeave(UINT message,
227 LRESULT LegacyRenderWidgetHostHWND::OnMouseActivate(UINT message,
254 LRESULT LegacyRenderWidgetHostHWND::OnTouch(UINT message,
264 LRESULT LegacyRenderWidgetHostHWND::OnScroll(UINT message,
274 LRESULT LegacyRenderWidgetHostHWND::OnNCHitTest(UINT message,
289 LRESULT LegacyRenderWidgetHostHWND::OnNCPaint(UINT message
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 43 typedef unsigned int UINT;
151 UINT cbReserveCFHeader;
152 UINT cbReserveCFFolder;
153 UINT cbReserveCFData;
174 typedef UINT (DIAMONDAPI *PFNFCIREAD) (INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
175 typedef UINT (DIAMONDAPI *PFNFCIWRITE)(INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
181 #define FNFCIREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv
    [all...]
custcntl.h 68 UINT cxDefault;
69 UINT cyDefault;
86 UINT cxDefault;
87 UINT cyDefault;
100 typedef UINT (CALLBACK *LPFNCCINFOA)(LPCCINFOA acci);
101 typedef UINT (CALLBACK *LPFNCCINFOW)(LPCCINFOW acci);
restartmanager.h 89 UINT nPercentComplete
117 UINT *pnProcInfoNeeded,
118 UINT *pnProcInfo,
130 UINT nFiles,
132 UINT nApplications,
134 UINT nServices,
mmsystem.h 28 typedef UINT MMVERSION;
29 typedef UINT MMRESULT;
35 typedef UINT *LPUINT;
39 UINT wType;
202 typedef LRESULT (CALLBACK *DRIVERPROC)(DWORD_PTR,HDRVR,UINT,LPARAM,LPARAM);
206 WINMMAPI LRESULT WINAPI SendDriverMessage(HDRVR hDriver,UINT message,LPARAM lParam1,LPARAM lParam2);
209 WINMMAPI LRESULT WINAPI DefDriverProc(DWORD_PTR dwDriverIdentifier,HDRVR hdrvr,UINT uMsg,LPARAM lParam1,LPARAM lParam2);
226 typedef void (CALLBACK DRVCALLBACK)(HDRVR hdrvr,UINT uMsg,DWORD_PTR dwUser,DWORD_PTR dw1,DWORD_PTR dw2);
237 WINMMAPI WINBOOL WINAPI sndPlaySoundA(LPCSTR pszSound,UINT fuSound);
238 WINMMAPI WINBOOL WINAPI sndPlaySoundW(LPCWSTR pszSound,UINT fuSound)
    [all...]
d3dcompiler.h 68 const char *target, UINT sflags, UINT eflags, ID3DBlob **shader, ID3DBlob **error_messages);
71 const char *target, UINT sflags, UINT eflags, ID3DBlob **shader, ID3DBlob **error_messages);
81 HRESULT WINAPI D3DStripShader(const void *data, SIZE_T data_size, UINT flags, ID3DBlob **blob);
100 UINT flags, const char *comments, ID3DBlob **disassembly);
102 UINT flags, const char *comments, ID3DBlob **disassembly);
103 HRESULT WINAPI D3DGetBlobPart(const void *data, SIZE_T data_size, D3D_BLOB_PART part, UINT flags, ID3DBlob **blob);
wincodec.h 370 UINT cbBufferSize) = 0;
373 UINT value) = 0;
379 UINT cbBuffer,
381 UINT *pcbActual) = 0;
384 UINT *pValue) = 0;
414 UINT cbBufferSize);
418 UINT value);
426 UINT cbBuffer,
428 UINT *pcbActual);
432 UINT *pValue)
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
wglext.h 453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
485 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)
    [all...]
  /external/mesa3d/include/GL/
wglext.h 453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
485 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
485 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMetaHeader.h 114 UINT Size; // Size of the metafile (in bytes)
115 UINT Version; // EMF+, EMF, or WMF version
116 UINT EmfPlusFlags;
137 UINT GetMetafileSize() const { return Size; }
140 UINT GetVersion() const { return Version; }
143 UINT GetEmfPlusFlags() const { return EmfPlusFlags; }
  /external/aac/libSBRenc/src/
ps_bitenc.cpp 98 inline UCHAR FDKsbrEnc_WriteBits_ps(HANDLE_FDK_BITSTREAM hBitStream, UINT value,
99 const UINT numberOfBits)
120 static const UINT iidDeltaFreqCoarse_Length[] =
126 static const UINT iidDeltaFreqCoarse_Code[] =
134 static const UINT iidDeltaFreqFine_Length[] =
144 static const UINT iidDeltaFreqFine_Code[] =
156 static const UINT iidDeltaTimeCoarse_Length[] =
162 static const UINT iidDeltaTimeCoarse_Code[] =
170 static const UINT iidDeltaTimeFine_Length[] =
180 static const UINT iidDeltaTimeFine_Code[]
    [all...]
nf_est.h 125 UINT sbrSyntaxFlags
136 UINT useSpeechConfig /*!< Flag: adapt tuning parameters according to speech */
  /external/aac/libAACdec/src/
aacdec_hcr_bit.cpp 124 UINT HcrGetABitFromBitstream(HANDLE_FDK_BITSTREAM bs,
129 UINT bit;
conceal.h 109 UINT
139 const UINT flags);
  /external/aac/libSBRdec/src/
sbrdec_drc.h 111 UINT numBandsCurr;
112 UINT numBandsNext;
  /external/chromium_org/base/win/
message_window.h 29 typedef base::Callback<bool(UINT message,
60 static LRESULT CALLBACK WindowProc(HWND hwnd, UINT message, WPARAM wparam,
wrapped_window_proc.h 43 UINT style,
56 // LRESULT CALLBACK MyWinProc(HWND hwnd, UINT message,
72 LRESULT CALLBACK WrappedWindowProc(HWND hwnd, UINT message,
  /external/chromium_org/media/audio/win/
device_enumeration_win.cc 51 UINT number_of_active_devices = 0;
60 for (UINT i = 0; i < number_of_active_devices; ++i) {
102 template <UINT (__stdcall *NumDevsFunc)(),
104 MMRESULT (__stdcall *DevCapsFunc)(UINT_PTR, CAPSSTRUCT*, UINT)>
107 UINT number_of_active_devices = NumDevsFunc();
119 for (UINT i = 0; i < number_of_active_devices; ++i) {
159 UINT number_of_active_devices = waveInGetNumDevs();
162 UINT i = 0;
  /external/chromium_org/remoting/host/
verify_config_window_win.h 36 void OnCancel(UINT code, int id, HWND control);
39 void OnOk(UINT code, int id, HWND control);
  /external/chromium_org/third_party/npapi/npspy/windows/
gui_pause.cpp 43 static void onCommand(HWND hWnd, int id, HWND hWndCtl, UINT codeNotify)
64 BOOL CALLBACK PauseDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
  /external/chromium_org/ui/base/win/
hwnd_subclass.h 33 UINT message,
65 LRESULT OnWndProc(HWND hwnd, UINT message, WPARAM w_param, LPARAM l_param);
  /external/clang/test/Lexer/
ms-extensions.c 26 #define UINT 0xffffffffui32
32 unsigned int n = UINT;
  /hardware/ti/omap3/dspbridge/inc/
dbdcddef.h 69 UINT uMsgSegid;
70 UINT uMsgNotifyType;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdcddef.h 69 UINT uMsgSegid;
70 UINT uMsgNotifyType;

Completed in 3318 milliseconds

1 2 3 4 5 67 8 91011>>