Searched refs:INLINE (Results 1 - 25 of 46) sorted by relevance

12

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_GDIObject.h47 INLINE COLORREF GetColor() { return m_color; }
48 INLINE void SetColor(COLORREF color) { m_color = color; }
50 INLINE HGDIOBJ GetHandle() { return m_handle; }
51 INLINE void SetHandle(HGDIOBJ handle) { m_handle = handle; }
58 INLINE int GetRefCount() { return m_refCount; }
59 INLINE int IncrRefCount() { return ++m_refCount; }
60 INLINE int DecrRefCount() { return --m_refCount; }
67 INLINE void Release() {
88 INLINE AwtGDIObject() {
H A DGDIHashtable.h119 INLINE void add(GDIHashtable* table) { m_list.add(table); }
126 INLINE void remove(GDIHashtable* table) { m_list.remove(table); }
135 INLINE BOOL isBatchingEnabled() { return m_bBatchingEnabled; }
140 INLINE void flushAll() { m_list.flushAll(); }
152 INLINE void decrementCounter() { m_nCounter--; }
154 INLINE CriticalSection& getLock() { return m_managerLock; }
195 INLINE static void flushAll() { manager.flushAll(); }
197 INLINE CriticalSection& getManagerLock() { return manager.getLock(); }
H A Dawt_Toolkit.h78 INLINE JNILocalFrame(JNIEnv *env, int size) {
86 INLINE ~JNILocalFrame() { m_env->PopLocalFrame(NULL); }
99 INLINE CriticalSection() { ::InitializeCriticalSection(&rep); }
100 INLINE ~CriticalSection() { ::DeleteCriticalSection(&rep); }
104 INLINE Lock(const CriticalSection& cs) : critSec(cs) {
107 INLINE ~Lock() {
190 INLINE BOOL localPump() { return m_localPump; }
191 INLINE BOOL VerifyComponents() { return FALSE; } // TODO: Use new DebugHelper class to set this flag
192 INLINE HWND GetHWnd() { return m_toolkitHWnd; }
194 INLINE HMODUL
[all...]
H A Dawt_MenuItem.h84 INLINE AwtMenu* GetMenuContainer() { return m_menuContainer; }
85 INLINE void SetMenuContainer(AwtMenu* menu) { m_menuContainer = menu; }
86 INLINE UINT GetID() { return m_Id; }
87 INLINE void SetID(UINT id) { m_Id = id; }
88 INLINE void SetNewID() {
102 INLINE jstring GetJavaString(JNIEnv *env) {
114 INLINE static BOOL GetRTLReadingOrder() {
118 INLINE static BOOL GetRTL() {
121 INLINE static LANGID GetSubLanguage() {
127 INLINE stati
[all...]
H A Dawt_Frame.h74 INLINE BOOL IsEmbeddedFrame() { return m_isEmbedded; }
76 INLINE BOOL IsSimpleWindow() { return FALSE; }
79 INLINE BOOL isIconic() { return m_iconic; }
80 INLINE void setIconic(BOOL b) { m_iconic = b; }
83 INLINE BOOL isZoomed() { return m_zoomed; }
84 INLINE void setZoomed(BOOL b) { m_zoomed = b; }
90 INLINE void DrawMenuBar() { VERIFY(::DrawMenuBar(GetHWnd())); }
119 INLINE BOOL IsUndecorated() { return m_isUndecorated; }
121 INLINE HWND GetProxyFocusOwner() {
129 INLINE BOO
[all...]
H A DHashtable.h113 INLINE int size() {
120 INLINE BOOL isEmpty() {
127 INLINE HashtableEnumerator* keys() {
136 INLINE HashtableEnumerator* elements() {
H A Dawt_TextComponent.h63 INLINE void SetText(LPCTSTR text) {
67 INLINE virtual int GetText(LPTSTR buffer, int size) {
99 INLINE HWND GetDBCSEditHandle() { return GetHWnd(); }
112 INLINE LONG GetStartSelectionPos() { return m_lStartPos; }
113 INLINE LONG GetEndSelectionPos() { return m_lEndPos; }
114 INLINE LONG GetLastSelectionPos() { return m_lLastPos; }
115 INLINE VOID SetStartSelectionPos(LONG lPos) { m_lStartPos = lPos; }
116 INLINE VOID SetEndSelectionPos(LONG lPos) { m_lEndPos = lPos; }
117 INLINE VOID SetLastSelectionPos(LONG lPos) { m_lLastPos = lPos; }
154 INLINE stati
[all...]
H A Dawt_Object.h77 INLINE CriticalSection& GetLock() { return m_Lock; }
80 INLINE jobject GetPeer(JNIEnv *env) {
84 INLINE jobject GetTarget(JNIEnv *env) {
93 INLINE jobject GetTargetAsGlobalRef(JNIEnv *env) {
115 INLINE void EnableCallbacks(BOOL e) { m_callbacksEnabled = e; }
H A Dawt_List.h50 INLINE void Select(int pos) {
58 INLINE void Deselect(int pos) {
66 INLINE UINT GetCount() {
72 INLINE void InsertString(WPARAM index, LPTSTR str) {
75 INLINE BOOL IsItemSelected(UINT index) {
80 INLINE BOOL InvalidateList(CONST RECT* lpRect, BOOL bErase) {
89 INLINE long GetMaxWidth() {
93 INLINE void CheckMaxWidth(long nWidth) {
136 INLINE LRESULT SendListMessage(UINT msg, WPARAM wParam=0, LPARAM lParam=0)
141 INLINE virtua
[all...]
H A DDevices.h49 INLINE InstanceAccess() { devices = Devices::GetInstance(); }
50 INLINE ~InstanceAccess() { devices->Release(); }
H A Dawt_Clipboard.h49 INLINE static void GetOwnership() {
55 INLINE static BOOL IsGettingOwnership() {
H A DObjectList.h35 INLINE AwtObjectListItem(AwtObject* c) {
H A Dawt_Font.h123 INLINE int GetHFontNum() { return m_hFontNum; }
124 INLINE HFONT GetHFont(int i) {
130 INLINE HFONT GetHFont() {
134 INLINE int GetInputHFontIndex() { return m_textInput; }
136 INLINE void SetAscent(int ascent) { m_ascent = ascent; }
137 INLINE int GetAscent() { return m_ascent; }
138 INLINE int GetOverhang() { return m_overhang; }
204 INLINE static SIZE drawMFStringSize(HDC hDC, jobject font,
212 INLINE static SIZE getMFStringSize(HDC hDC, jobject font, jstring str,
219 INLINE stati
[all...]
H A Dawt_Component.h163 INLINE HWND GetHWnd() { return m_hwnd; }
164 INLINE void SetHWnd(HWND hwnd) { m_hwnd = hwnd; }
171 INLINE COLORREF GetColor() { return m_colorForeground; }
178 INLINE BOOL IsBackgroundColorSet() { return m_backgroundColorSet; }
182 INLINE void SetText(LPCTSTR text) { ::SetWindowText(GetHWnd(), text); }
183 INLINE int GetText(LPTSTR buffer, int size) {
186 INLINE int GetTextLength() { return ::GetWindowTextLength(GetHWnd()); }
235 INLINE UINT CreateControlID() { return m_nextControlID++; }
238 INLINE static HKL GetKeyboardLayout() {
245 INLINE stati
[all...]
H A Dawt_Debug.h74 #define INLINE macro
89 #define INLINE inline macro
H A Dawt_TrayIcon.h78 INLINE void SetID(int ID) { m_nid.uID = ID; }
79 INLINE int GetID() { return m_nid.uID; }
82 INLINE LPTSTR GetToolTip() { return m_nid.szTip; }
85 INLINE HICON GetIcon() { return m_nid.hIcon; }
90 INLINE void AddTrayIconItem(UINT id) {
H A Dawt_DnDDT.h71 INLINE void Signal() { ::ReleaseMutex(m_mutex); }
75 INLINE static void SetCurrentDnDDataObject(IDataObject* pDataObject) {
80 INLINE static BOOL IsCurrentDnDDataObject(IDataObject* pDataObject) {
84 INLINE static BOOL IsLocalDnD() {
91 INLINE void WaitUntilSignalled(BOOL retain) {
215 INLINE void Signal() { ::ReleaseMutex(m_mutex); }
218 INLINE void WaitUntilSignalled(BOOL retain) {
H A Dawt_Window.h93 INLINE AwtFrame * GetOwningFrameOrDialog() { return m_owningFrameDialog; }
98 INLINE void SubtractInsetPoint(int& x, int& y) {
115 INLINE virtual BOOL IsSimpleWindow() { return TRUE; }
117 INLINE BOOL IsRetainingHierarchyZOrder() { return m_isRetainingHierarchyZOrder; }
120 INLINE BOOL IsAutoRequestFocus() {
125 INLINE virtual BOOL IsFocusedWindowModalBlocker() {
143 INLINE HICON GetHIcon() {return m_hIcon;};
144 INLINE HICON GetHIconSm() {return m_hIconSm;};
145 INLINE BOOL IsIconInherited() {return m_iconInherited;};
155 INLINE stati
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTag.java34 A(BlockType.INLINE, EndTag.END),
37 BR(BlockType.INLINE, EndTag.NOEND),
40 CODE(BlockType.INLINE, EndTag.END),
45 EM(BlockType.INLINE, EndTag.END),
46 FONT(BlockType.INLINE, EndTag.END),
58 I(BlockType.INLINE, EndTag.END),
59 IMG(BlockType.INLINE, EndTag.NOEND),
70 SMALL(BlockType.INLINE, EndTag.END),
71 SPAN(BlockType.INLINE, EndTag.END),
72 STRONG(BlockType.INLINE, EndTa
91 INLINE, enum constant in enum:HtmlTag.BlockType
[all...]
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DSoundDefs.h133 #define INLINE _inline macro
138 #define INLINE macro
143 #define INLINE inline macro
148 #define INLINE inline macro
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h338 /* If your compiler supports inline functions, define INLINE
342 #ifndef INLINE
344 #define INLINE __inline__ macro
346 #ifndef INLINE
347 #define INLINE /* default is to define it as empty */ macro
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_config.h57 #define INLINE static macro
/openjdk7/jdk/make/sun/image/vis/
H A DMakefile66 INLINE = $(PLATFORM_SRC)/native/sun/awt/medialib/vis_$(ARCH_DATA_MODEL).il macro
68 CFLAGS += $(CFLAGS_$(ARCH)) $(INLINE) -I$(PLATFORM_SRC)/native/sun/awt/medialib -I$(SHARE_SRC)/native/sun/awt/medialib
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.h72 INLINE unsigned
92 INLINE rgbquad_t
110 INLINE rgbquad_t
138 INLINE void
205 INLINE rgbquad_t
282 INLINE void
295 INLINE int
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DElemDesc.java70 private static final int INLINE = (1 << 9); field in class:ElemDesc

Completed in 59 milliseconds

12