Searched refs:UINT (Results 1 - 25 of 89) sorted by relevance

1234

/openjdk7/jdk/src/windows/native/sun/windows/
H A DCmdIDList.h38 UINT Add(AwtObject* obj);
39 AwtObject* Lookup(UINT id);
40 void Remove(UINT id);
57 UINT m_capacity; // size of currently allocated m_array
59 void BuildFreeList(UINT first_index);
H A Dawt_Scrollbar.h64 virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
69 virtual MsgRouting WmHScroll(UINT scrollCode, UINT pos, HWND hScrollBar);
70 virtual MsgRouting WmVScroll(UINT scrollCode, UINT pos, HWND hScrollBar);
73 virtual MsgRouting WmMouseDown(UINT flags, int x, int y, int button);
74 virtual MsgRouting WmNcHitTest(UINT x, UINT y, LRESULT& retVal);
84 UINT m_orientation; /* SB_HORZ or SB_VERT */
H A DCmdIDList.cpp29 static const UINT ARRAY_INITIAL_SIZE = 1024;
32 static const UINT ARRAY_SIZE_INCREMENT = 1024;
35 static const UINT ARRAY_MAXIMUM_SIZE = 32768;
55 INLINE void AwtCmdIDList::BuildFreeList(UINT first_index)
58 for (UINT i = first_index; i < m_capacity-1; ++i)
66 UINT AwtCmdIDList::Add(AwtObject* obj)
79 UINT old_capacity = m_capacity; // will be the first free entry
90 UINT newid = m_first_free; // use the entry from the head of the list
98 AwtObject* AwtCmdIDList::Lookup(UINT id)
109 void AwtCmdIDList::Remove(UINT i
[all...]
H A Dawt_Choice.h62 MsgRouting WmNotify(UINT notifyCode);
65 MsgRouting OwnerDrawItem(UINT ctrlId, DRAWITEMSTRUCT& drawInfo);
66 MsgRouting OwnerMeasureItem(UINT ctrlId, MEASUREITEMSTRUCT& measureInfo);
70 MsgRouting WmMouseUp(UINT flags, int x, int y, int button);
77 virtual void SetDragCapture(UINT flags);
78 virtual void ReleaseDragCapture(UINT flags);
98 static LRESULT CALLBACK ListWindowProc(HWND hwnd, UINT message,
H A Dawt_Checkbox.h64 MsgRouting WmMouseUp(UINT flags, int x, int y, int button);
65 MsgRouting WmMouseDown(UINT flags, int x, int y, int button);
66 MsgRouting WmNotify(UINT notifyCode);
67 MsgRouting OwnerDrawItem(UINT ctrlId, DRAWITEMSTRUCT& drawInfo);
H A Dawt_TrayIcon.h59 void InitNID(UINT uID);
61 void InitMessage(MSG* msg, UINT message, WPARAM wParam, LPARAM lParam,
69 virtual MsgRouting WmMouseDown(UINT flags, int x, int y, int button);
70 virtual MsgRouting WmMouseUp(UINT flags, int x, int y, int button);
71 virtual MsgRouting WmMouseMove(UINT flags, int x, int y);
72 virtual MsgRouting WmBalloonUserClick(UINT flags, int x, int y);
73 virtual MsgRouting WmKeySelect(UINT flags, int x, int y);
74 virtual MsgRouting WmSelect(UINT flags, int x, int y);
75 virtual MsgRouting WmContextMenu(UINT flags, int x, int y);
90 INLINE void AddTrayIconItem(UINT i
[all...]
H A Dawt_Component.h49 const UINT IGNORE_KEY = (UINT)-1;
50 const UINT MAX_ACP_STR_LEN = 7; // ANSI CP identifiers are no longer than this
124 static const UINT WmAwtIsComponent;
157 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message,
235 INLINE UINT CreateControlID() { return m_nextControlID++; }
245 INLINE static UINT GetCodePage()
271 static UINT LangToCodePage(LANGID idLang);
285 int x, int y, int w, int h, UINT flags);
292 void SetScrollValues(UINT ba
[all...]
H A DGDIHashtable.h78 UINT m_nFirstThreshold;
79 UINT m_nSecondThreshold;
80 UINT m_nDestroyPeriod;
110 BatchDestructionManager(UINT nFirstThreshold = 50,
111 UINT nSecondThreshold = 15,
112 UINT nDestroyPeriod = 200);
H A Dawt_ScrollPane.h78 virtual MsgRouting WmNcHitTest(UINT x, UINT y, LRESULT& retVal);
79 virtual MsgRouting WmHScroll(UINT scrollCode, UINT pos, HWND hScrollBar);
80 virtual MsgRouting WmVScroll(UINT scrollCode, UINT pos, HWND hScrollBar);
H A Dawt_TextArea.h59 LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
60 static LRESULT CALLBACK EditProc(HWND hWnd, UINT message,
64 MsgRouting WmContextMenu(HWND hCtrl, UINT xPos, UINT yPos);
65 MsgRouting WmNotify(UINT notifyCode);
66 MsgRouting WmNcHitTest(UINT x, UINT y, LRESULT &retVal);
H A Dawt_Button.h51 MsgRouting WmMouseDown(UINT flags, int x, int y, int button);
52 MsgRouting WmMouseUp(UINT flags, int x, int y, int button);
53 MsgRouting OwnerDrawItem(UINT ctrlId, DRAWITEMSTRUCT& drawInfo);
H A Dawt_DesktopProperties.h69 static BOOL GetBooleanParameter(UINT spi);
70 static UINT GetIntegerParameter(UINT spi);
H A Dawt_Frame.h99 virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
102 MsgRouting WmSize(UINT type, int w, int h);
103 MsgRouting WmActivate(UINT nState, BOOL fMinimized, HWND opposite);
104 MsgRouting WmDrawItem(UINT ctrlId, DRAWITEMSTRUCT& drawInfo);
105 MsgRouting WmMeasureItem(UINT ctrlId, MEASUREITEMSTRUCT& measureInfo);
108 MsgRouting WmMouseUp(UINT flags, int x, int y, int button);
109 MsgRouting WmMouseMove(UINT flags, int x, int y);
113 MsgRouting WmShowWindow(BOOL show, UINT status);
115 virtual MsgRouting WmSysCommand(UINT uCmdType, int xPos, int yPos);
148 virtual BOOL AwtSetActiveWindow(BOOL isMouseEventCause = FALSE, UINT hittes
[all...]
H A Dawt_List.h66 INLINE UINT GetCount() {
69 return static_cast<UINT>(index);
75 INLINE BOOL IsItemSelected(UINT index) {
113 MsgRouting WmNcHitTest(UINT x, UINT y, LRESULT& retVal);
114 MsgRouting WmMouseDown(UINT flags, int x, int y, int button);
115 MsgRouting WmMouseUp(UINT flags, int x, int y, int button);
116 MsgRouting WmNotify(UINT notifyCode);
119 MsgRouting OwnerDrawItem(UINT ctrlId, DRAWITEMSTRUCT& drawInfo);
120 MsgRouting OwnerMeasureItem(UINT ctrlI
[all...]
H A DComCtl32Util.h51 LRESULT DefWindowProc(WNDPROC _DefWindowProc, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
60 static LRESULT CALLBACK SharedWindowProc(HWND hwnd, UINT message,
H A Dawt_FileDialog.h74 static UINT GetBufferLength(LPTSTR buffer, UINT limit);
H A Dawt_MenuItem.h86 INLINE UINT GetID() { return m_Id; }
87 INLINE void SetID(UINT id) { m_Id = id; }
95 static UINT LangToCodePage(LANGID idLang);
127 INLINE static UINT GetCodePage() {
156 MsgRouting WmNotify(UINT notifyCode);
169 UINT m_Id; /* The id of this item */
181 static UINT m_CodePage;
H A Dawt_Window.h166 virtual MsgRouting WmActivate(UINT nState, BOOL fMinimized, HWND opposite);
170 virtual MsgRouting WmShowWindow(BOOL show, UINT status);
173 virtual MsgRouting WmSize(UINT type, int w, int h);
176 virtual MsgRouting WmSettingChange(UINT wFlag, LPCTSTR pszSection);
179 virtual MsgRouting WmNcHitTest(UINT x, UINT y, LRESULT& retVal);
182 virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
192 virtual BOOL AwtSetActiveWindow(BOOL isMouseEventCause = FALSE, UINT hittest = HTCLIENT);
217 static void FlashWindowEx(HWND hWnd, UINT count, DWORD timeout, DWORD flags);
288 UINT contentWidt
[all...]
H A Dawt_TextField.h53 virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DResourceManager.h156 HRESULT CreateTexture(UINT width, UINT height,
162 HRESULT CreateRTSurface(UINT width, UINT height,
167 HRESULT CreateSwapChain(HWND hWnd, UINT numBuffers, UINT width, UINT height,
168 D3DSWAPEFFECT swapEffect, UINT presentationInterval,
174 HRESULT GetBlitRTTexture(UINT width, UINT heigh
[all...]
H A DD3DPipelineManager.h54 HRESULT GetD3DContext(UINT adapterOrdinal, D3DContext **ppd3dContext);
63 HRESULT HandleAdaptersChange(HMONITOR *monHds, UINT monNum);
66 D3DFORMAT GetMatchingDepthStencilFormat(UINT adapterOrdinal,
72 HWND SetFSFocusWindow(UINT, HWND);
79 UINT GetAdapterOrdinalForScreen(jint gdiScreen);
84 void NotifyAdapterEventListeners(UINT adapter, jint eventType);
107 HRESULT D3DEnabledOnAdapter(UINT Adapter);
109 UINT GetAdapterOrdinalByHmon(HMONITOR hMon);
111 HRESULT CheckDeviceCaps(UINT Adapter);
126 UINT adapterCoun
[all...]
H A DD3DVertexCacher.h47 UINT pNum; // number of primitives of pType in this batch
86 UINT GetFreeVertices() { return (MAX_BATCH_SIZE - firstUnusedVertex); }
93 HRESULT EnsureCapacity(D3DPRIMITIVETYPE newPType, UINT vNum);
96 UINT firstPendingBatch;
97 UINT firstPendingVertex;
98 UINT firstUnusedVertex;
99 UINT currentBatch;
/openjdk7/jdk/src/windows/native/sun/io/
H A DWin32ErrorMode.c37 return (jlong)SetErrorMode((UINT)mode);
/openjdk7/jdk/src/windows/native/sun/security/krb5/
H A DWindowsDirectory.c39 UINT len;
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/J2D_GL/
H A Dwglext.h347 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC, int, UINT);
352 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
373 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC, int, int, UINT, const int *, int *);
374 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC, int, int, UINT, const int *, FLOAT *);
375 extern BOOL WINAPI wglChoosePixelFormatARB (HDC, const int *, const FLOAT *, UINT, int *, UINT *);
377 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
378 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
379 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormat
[all...]

Completed in 56 milliseconds

1234