Home
last modified time | relevance | path

Searched refs:UINT (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DIndexDataManager.h26 UINT minIndex;
27 UINT maxIndex;
28 UINT startIndex;
36 IndexBuffer(IDirect3DDevice9 *device, UINT size, D3DFORMAT format);
39 UINT size() const { return mBufferSize; } in size()
40 virtual void *map(UINT requiredSpace, UINT *offset) = 0;
42 virtual void reserveSpace(UINT requiredSpace, GLenum type) = 0;
50 UINT mBufferSize;
59 StreamingIndexBuffer(IDirect3DDevice9 *device, UINT initialSize, D3DFORMAT format);
62 void *map(UINT requiredSpace, UINT *offset);
[all …]
DVertexDataManager.h29 UINT offset;
30 UINT stride; // 0 means not to advance the read pointer at all
31 UINT semanticIndex;
39 VertexBuffer(IDirect3DDevice9 *device, UINT size, DWORD usageFlags);
64 ArrayVertexBuffer(IDirect3DDevice9 *device, UINT size, DWORD usageFlags);
67 UINT size() const { return mBufferSize; } in size()
68 virtual void *map(const VertexAttribute &attribute, UINT requiredSpace, UINT *streamOffset) = 0;
70 void addRequiredSpace(UINT requiredSpace);
74 UINT mBufferSize;
75 UINT mWritePosition;
[all …]
DIndexDataManager.cpp127 UINT streamOffset = 0; in prepareIndexData()
207 IndexBuffer::IndexBuffer(IDirect3DDevice9 *device, UINT size, D3DFORMAT format) : mDevice(device), … in IndexBuffer()
242 StreamingIndexBuffer::StreamingIndexBuffer(IDirect3DDevice9 *device, UINT initialSize, D3DFORMAT fo… in StreamingIndexBuffer()
251 void *StreamingIndexBuffer::map(UINT requiredSpace, UINT *offset) in map()
272 void StreamingIndexBuffer::reserveSpace(UINT requiredSpace, GLenum type) in reserveSpace()
313 void *StaticIndexBuffer::map(UINT requiredSpace, UINT *offset) in map()
333 void StaticIndexBuffer::reserveSpace(UINT requiredSpace, GLenum type) in reserveSpace()
360 UINT StaticIndexBuffer::lookupRange(intptr_t offset, GLsizei count, UINT *minIndex, UINT *maxIndex) in lookupRange()
376 void StaticIndexBuffer::addRange(intptr_t offset, GLsizei count, UINT minIndex, UINT maxIndex, UINT in addRange()
/external/webkit/Source/WebKit/win/
DWebCoreStatistics.cpp96 /* [retval][out] */ UINT* count) in javaScriptObjectsCount()
102 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.objectCount(); in javaScriptObjectsCount()
107 /* [retval][out] */ UINT* count) in javaScriptGlobalObjectsCount()
113 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.globalObjectCount(); in javaScriptGlobalObjectsCount()
118 /* [retval][out] */ UINT* count) in javaScriptProtectedObjectsCount()
124 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.protectedObjectCount(); in javaScriptProtectedObjectsCount()
129 /* [retval][out] */ UINT* count) in javaScriptProtectedGlobalObjectsCount()
135 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.protectedGlobalObjectCount(); in javaScriptProtectedGlobalObjectsCount()
156 /* [retval][out] */ UINT* count) in iconPageURLMappingCount()
160 *count = (UINT) iconDatabase().pageURLMappingCount(); in iconPageURLMappingCount()
[all …]
DWebCoreStatistics.h46 /* [retval][out] */ UINT *count);
48 /* [retval][out] */ UINT *count);
50 /* [retval][out] */ UINT *count);
52 /* [retval][out] */ UINT *count);
56 /* [retval][out] */ UINT *count);
58 /* [retval][out] */ UINT *count);
60 /* [retval][out] */ UINT *count);
62 /* [retval][out] */ UINT *count);
64 /* [retval][out] */ UINT *count);
66 /* [retval][out] */ UINT *count);
[all …]
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.h176 void HandleExternalMsg(UINT msg, UINT flags, const CPoint& screen_point);
278 void OnChar(TCHAR ch, UINT repeat_count, UINT flags);
282 LRESULT OnGetObject(UINT uMsg, WPARAM wparam, LPARAM lparam);
283 LRESULT OnImeComposition(UINT message, WPARAM wparam, LPARAM lparam);
284 void OnKeyDown(TCHAR key, UINT repeat_count, UINT flags);
285 void OnKeyUp(TCHAR key, UINT repeat_count, UINT flags);
287 void OnLButtonDblClk(UINT keys, const CPoint& point);
288 void OnLButtonDown(UINT keys, const CPoint& point);
289 void OnLButtonUp(UINT keys, const CPoint& point);
290 void OnMButtonDblClk(UINT keys, const CPoint& point);
[all …]
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.h94 static LRESULT CALLBACK WebViewWndProc(HWND, UINT, WPARAM, LPARAM);
95 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
97 LRESULT onMouseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
98 LRESULT onWheelEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
99 LRESULT onHorizontalScroll(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
100 LRESULT onVerticalScroll(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
101 LRESULT onGestureNotify(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
102 LRESULT onGesture(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
103 LRESULT onKeyEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
104 LRESULT onPaintEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
[all …]
DWebPopupMenuProxyWin.h78 static LRESULT CALLBACK WebPopupMenuProxyWndProc(HWND, UINT, WPARAM, LPARAM);
79 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
82 LRESULT onMouseActivate(HWND, UINT message, WPARAM, LPARAM, bool& handled);
83 LRESULT onSize(HWND, UINT message, WPARAM, LPARAM, bool& handled);
84 LRESULT onKeyDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
85 LRESULT onChar(HWND, UINT message, WPARAM, LPARAM, bool& handled);
86 LRESULT onMouseMove(HWND, UINT message, WPARAM, LPARAM, bool& handled);
87 LRESULT onLButtonDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
88 LRESULT onLButtonUp(HWND, UINT message, WPARAM, LPARAM, bool& handled);
89 LRESULT onMouseWheel(HWND, UINT message, WPARAM, LPARAM, bool& handled);
[all …]
DWebInspectorProxyWin.cpp72 LRESULT CALLBACK WebInspectorProxy::InspectorViewWndProc(HWND hWnd, UINT message, WPARAM wParam, LP… in InspectorViewWndProc()
90 LRESULT WebInspectorProxy::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in wndProc()
119 LRESULT WebInspectorProxy::onSizeEvent(HWND, UINT, WPARAM, LPARAM, bool&) in onSizeEvent() argument
129 LRESULT WebInspectorProxy::onSetFocusEvent(HWND, UINT, WPARAM, LPARAM lParam, bool&) in onSetFocusEvent() argument
136 LRESULT WebInspectorProxy::onMinMaxInfoEvent(HWND, UINT, WPARAM, LPARAM lParam, bool&) in onMinMaxInfoEvent() argument
145 LRESULT WebInspectorProxy::onCloseEvent(HWND, UINT, WPARAM, LPARAM, bool&) in onCloseEvent() argument
/external/webkit/Source/WebKit/win/Interfaces/
DIWebCoreStatistics.idl40 HRESULT javaScriptObjectsCount([out, retval] UINT* count);
41 HRESULT javaScriptGlobalObjectsCount([out, retval] UINT* count);
42 HRESULT javaScriptProtectedObjectsCount([out, retval] UINT* count);
43 HRESULT javaScriptProtectedGlobalObjectsCount([out, retval] UINT* count);
45 HRESULT iconPageURLMappingCount([out, retval] UINT* count);
46 HRESULT iconRetainedPageURLCount([out, retval] UINT* count);
47 HRESULT iconRecordCount([out, retval] UINT* count);
48 HRESULT iconsWithDataCount([out, retval] UINT* count);
50 HRESULT cachedFontDataCount([out, retval] UINT* count);
51 HRESULT cachedFontDataInactiveCount([out, retval] UINT* count);
[all …]
/external/chromium/chrome/browser/ui/views/status_icons/
Dstatus_icon_win.h23 StatusIconWin(UINT id, HWND window, UINT message);
32 UINT icon_id() const { return icon_id_; } in icon_id()
34 UINT message_id() const { return message_id_; } in message_id()
52 UINT icon_id_;
58 UINT message_id_;
Dstatus_tray_win.h20 UINT message,
30 UINT message,
35 UINT next_icon_id_;
42 UINT taskbar_created_message_;
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_ralink.h79 #define UINT u32 macro
172 UINT Length; // Length of this structure
173 UINT KeyIndex;
174 UINT KeyLength; // length of key in bytes
182 UINT Length; // Length of this structure
183 UINT KeyIndex;
189 UINT Length; // Length of this structure
190 UINT KeyIndex; // 0 is the per-client key, 1-N are the
192 UINT KeyLength; // length of key in bytes
279 UINT NumberOfItems; // in list below, at least 1
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_ralink.h80 #define UINT u32 macro
173 UINT Length; // Length of this structure
174 UINT KeyIndex;
175 UINT KeyLength; // length of key in bytes
183 UINT Length; // Length of this structure
184 UINT KeyIndex;
190 UINT Length; // Length of this structure
191 UINT KeyIndex; // 0 is the per-client key, 1-N are the
193 UINT KeyLength; // length of key in bytes
280 UINT NumberOfItems; // in list below, at least 1
[all …]
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_win.h182 void OnActivate(UINT, BOOL, HWND);
187 LRESULT OnSetCursor(HWND window, UINT hittest_code, UINT mouse_message_id);
196 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
198 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
200 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
202 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
204 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
206 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
208 UINT message, WPARAM wparam, LPARAM lparam, BOOL& handled);
209 LRESULT OnMouseActivate(UINT message,
[all …]
/external/icu4c/test/perf/convperf/
Dconvperf.h153 UINT srcLen;
155 UINT dstLen;
158 WinANSIToUnicodePerfFunction(const char* cpName, char* pszIn,UINT szLen, UErrorCode& status){ in WinANSIToUnicodePerfFunction()
205 UINT srcLen;
207 UINT dstLen;
212 … WinANSIFromUnicodePerfFunction(const char* cpName, WCHAR* pszIn,UINT szLen, UErrorCode& status){ in WinANSIFromUnicodePerfFunction()
274 UINT srcLen;
276 UINT dstLen;
280 …WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& … in WinIMultiLanguageToUnicodePerfFunction()
330 UINT srcLen;
[all …]
/external/webkit/Source/WebKit2/UIProcess/
DWebInspectorProxy.h121 static LRESULT CALLBACK InspectorViewWndProc(HWND, UINT, WPARAM, LPARAM);
122 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
124 LRESULT onSizeEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
125 LRESULT onMinMaxInfoEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
126 LRESULT onSetFocusEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
127 LRESULT onCloseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
/external/icu4c/i18n/
Dwinnmfmt.cpp59 static UINT getGrouping(const char *grouping) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
61 UINT g = 0; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
83 … GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_IDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UINT)); in getNumberFormat()
84 …etLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)); in getNumberFormat()
95 …aleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGNUMBER, (LPWSTR) &fmt->NegativeOrder, sizeof(UINT)); in getNumberFormat()
110 …LocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRDIGITS, (LPWSTR) &fmt->NumDigits, sizeof(UINT)); in getCurrencyFormat()
111 …GetLocaleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ILZERO, (LPWSTR) &fmt->LeadingZero, sizeof(UINT)); in getCurrencyFormat()
122 …caleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_INEGCURR, (LPWSTR) &fmt->NegativeOrder, sizeof(UINT)); in getCurrencyFormat()
123 …caleInfoW(lcid, LOCALE_RETURN_NUMBER|LOCALE_ICURRENCY, (LPWSTR) &fmt->PositiveOrder, sizeof(UINT)); in getCurrencyFormat()
295 formatInfo.currency.NumDigits = (UINT) numDigits; in format()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_lowvideo.h100 extern LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
132 LRESULT CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
135 typedef int (WINAPI *ToUnicodeFN)(UINT, UINT, PBYTE, LPWSTR, int, UINT);
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateFullscreenWindow.h40 typedef unsigned int UINT; typedef
51 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
71 static LRESULT __stdcall staticWndProc(HWND, UINT message, WPARAM, LPARAM);
72 LRESULT wndProc(HWND, UINT message, WPARAM, LPARAM);
/external/webkit/Source/WebKit2/Shared/win/
DWebEventFactory.h38 …static WebMouseEvent createWebMouseEvent(HWND, UINT message, WPARAM, LPARAM, bool didActivateWebVi…
39 static WebWheelEvent createWebWheelEvent(HWND, UINT message, WPARAM, LPARAM);
40 static WebKeyboardEvent createWebKeyboardEvent(HWND, UINT message, WPARAM, LPARAM);
/external/webkit/Source/WebKit/chromium/public/win/
DWebInputEventFactory.h46 WEBKIT_API static WebKeyboardEvent keyboardEvent(HWND, UINT, WPARAM, LPARAM);
47 WEBKIT_API static WebMouseEvent mouseEvent(HWND, UINT, WPARAM, LPARAM);
48 WEBKIT_API static WebMouseWheelEvent mouseWheelEvent(HWND, UINT, WPARAM, LPARAM);
/external/qemu/distrib/sdl-1.2.12/src/timer/wince/
DSDL_systimer.c95 static UINT WIN_timer;
149 static UINT timerID = 0;
151 static void CALLBACK HandleAlarm(UINT uID, UINT uMsg, DWORD dwUser, in HandleAlarm()
/external/webkit/Source/WebCore/platform/text/wince/
DTextCodecWinCE.cpp44 UINT m_codePage;
57 static HashMap<UINT, CString>& codePageCharsets() in codePageCharsets()
59 static HashMap<UINT, CString> cc; in codePageCharsets()
95 HashMap<UINT, CString>::iterator i = codePageCharsets().find(cpInfo.uiCodePage); in LanguageManager()
122 static UINT getCodePage(const char* name) in getCodePage()
136 TextCodecWinCE::TextCodecWinCE(UINT codePage) in TextCodecWinCE()
168 static DWORD getCodePageFlags(UINT codePage) in getCodePageFlags()
199 static void decodeInternal(Vector<UChar, 8192>& result, UINT codePage, const char* bytes, size_t le… in decodeInternal()
/external/chromium/chrome/browser/ui/views/tab_contents/
Dnative_tab_contents_view_win.h51 virtual LRESULT OnMouseRange(UINT msg,
54 virtual LRESULT OnReflectedMessage(UINT msg,
61 virtual void OnSize(UINT param, const WTL::CSize& size) OVERRIDE;
68 void ScrollCommon(UINT message, int scroll_type, short position,

12345678910>>...12