Searched refs:BOOL (Results 1 - 25 of 232) sorted by relevance

12345678910

/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DWindowsFlags.h30 extern BOOL accelReset; // reset registry 2d acceleration settings
31 extern BOOL useD3D; // d3d enabled flag
32 extern BOOL forceD3DUsage; // force d3d on or off
34 extern BOOL checkRegistry; // Diag tool: outputs 2d registry settings
35 extern BOOL disableRegistry; // Diag tool: disables registry interaction
36 extern BOOL setHighDPIAware; // whether to set High DPI Aware flag on Vista
38 void SetD3DEnabledFlag(JNIEnv *env, BOOL d3dEnabled, BOOL d3dSet);
40 BOOL IsD3DEnabled();
41 BOOL IsD3DForce
[all...]
H A DWindowsFlags.cpp30 BOOL accelReset; // reset registry 2d acceleration settings
31 BOOL useD3D = TRUE; // d3d enabled flag
33 BOOL forceD3DUsage; // force d3d on or off
35 BOOL checkRegistry; // Diagnostic tool: outputs 2d registry settings
36 BOOL disableRegistry; // Diagnostic tool: disables registry interaction
37 BOOL setHighDPIAware; // Whether to set the high-DPI awareness flag
53 BOOL GetStaticBoolean(JNIEnv *env, jclass wfClass, const char *fieldName)
120 void SetD3DEnabledFlag(JNIEnv *env, BOOL d3dEnabled, BOOL d3dSet)
133 BOOL IsD3DEnable
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DOSVersion.h29 BOOL isSnowLeopardOrLower();
H A DCMenuItem.h30 BOOL fIsCheckbox;
31 BOOL fIsEnabled;
47 - (void) setJavaEnabled:(BOOL) enabled;
48 - (void) setJavaState:(BOOL)newState;
51 - (BOOL) isEnabled;
H A DPrintModel.h38 - (BOOL)runPageSetup;
39 - (BOOL)runJobSetup;
40 - (BOOL)runPrintLoopWithView:(NSView*)printerView waitUntilDone:(BOOL)wait withEnv:(JNIEnv *)env;
41 - (BOOL)safePrintLoop:(id)arg withEnv:(JNIEnv *)env;
H A DAWTView.h47 BOOL fKeyEventsNeeded;
48 BOOL fProcessingKeystroke;
50 BOOL fEnablePressAndHold;
51 BOOL fInPressAndHold;
52 BOOL fPAHNeedsToSelect;
56 BOOL mouseIsOver;
60 @property (nonatomic) BOOL mouseIsOver;
H A DCFileDialog.h50 BOOL fMultipleMode;
53 BOOL fNavigateApps;
56 BOOL fChooseDirectories;
69 multipleMode:(BOOL)inMultipleMode
70 shouldNavigate:(BOOL)inNavigateApps
71 canChooseDirectories:(BOOL)inChooseDirectories
78 - (BOOL) userClickedOK;
H A DJavaTextAccessibility.h37 - (BOOL)accessibilityIsValueAttributeSettable;
40 - (BOOL)accessibilityIsSelectedTextAttributeSettable;
42 - (BOOL)accessibilityIsSelectedTextRangeAttributeSettable;
44 - (BOOL)accessibilityIsNumberOfCharactersAttributeSettable;
46 - (BOOL)accessibilityIsVisibleCharacterRangeAttributeSettable;
48 - (BOOL)accessibilityIsInsertionPointLineNumberAttributeSettable;
52 - (BOOL)accessibilityIsInsertionPointLineNumberAttributeSettable;
H A DJavaComponentAccessibility.h54 - (BOOL)isEqual:(id)anObject;
55 - (BOOL)isAccessibleWithEnv:(JNIEnv *)env forAccessible:(jobject)accessible;
59 + (NSArray*)childrenOfParent:(JavaComponentAccessibility*)parent withEnv:(JNIEnv *)env withChildrenCode:(NSInteger)whichChildren allowIgnored:(BOOL)allowIgnored;
72 - (BOOL)isMenu;
73 - (BOOL)isSelected:(JNIEnv *)env;
74 - (BOOL)isVisible:(JNIEnv *)env;
82 - (BOOL)accessibilityIsAttributeSettable:(NSString *)attribute;
86 - (BOOL)accessibilityIsChildrenAttributeSettable;
89 - (BOOL)accessibilityIsEnabledAttributeSettable;
91 - (BOOL)accessibilityIsFocusedAttributeSettabl
[all...]
H A DCMenuBar.h36 BOOL fModallyDisabled;
41 + (void)clearMenuBarExcludingAppleMenu_OnAppKitThread:(BOOL) excludingAppleMenu;
42 + (BOOL) isActiveMenuBar:(CMenuBar *)menuBar;
44 + (void) activate:(CMenuBar *)menubar modallyDisabled:(BOOL)modallyDisabled;
H A DCSystemColors.h39 + (NSColor*)getColor:(NSUInteger)colorIndex useAppleColor:(BOOL)useAppleColor;
/openjdk7/jdk/src/windows/native/sun/windows/
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; }
103 MsgRouting WmActivate(UINT nState, BOOL fMinimized, HWND opposite);
106 MsgRouting WmEnterMenuLoop(BOOL isTrackPopupMenu);
107 MsgRouting WmExitMenuLoop(BOOL isTrackPopupMenu);
113 MsgRouting WmShowWindow(BOOL sho
[all...]
H A Dawt_Checkbox.h58 BOOL GetState();
70 MsgRouting HandleEvent(MSG *msg, BOOL synthetic);
72 BOOL IsFocusingMouseMessage(MSG *pMsg);
73 BOOL IsFocusingKeyMessage(MSG *pMsg);
86 BOOL m_fLButtonDowned;
H A DDevices.h40 static BOOL UpdateInstance(JNIEnv *env);
42 AwtWin32GraphicsDevice* GetDeviceReference(int index, BOOL adjust = TRUE);
43 AwtWin32GraphicsDevice* GetDevice(int index, BOOL adjust = TRUE);
75 BOOL WINAPI MonitorBounds (HMONITOR, RECT*);
H A Dawt_Button.h56 MsgRouting HandleEvent(MSG *msg, BOOL synthetic);
58 BOOL IsFocusingMouseMessage(MSG *pMsg);
59 BOOL IsFocusingKeyMessage(MSG *pMsg);
65 BOOL leftButtonDown;
H A Dawt_Clipboard.h38 static BOOL isGettingOwnership;
41 static volatile BOOL isClipboardViewerRegistered;
42 static volatile BOOL skipInitialWmDrawClipboardMsg;
55 INLINE static BOOL IsGettingOwnership() {
H A DHashtable.h41 BOOL keys;
47 HashtableEnumerator(HashtableEntry* table[], int size, BOOL keys);
48 BOOL hasMoreElements();
120 INLINE BOOL isEmpty() {
145 BOOL contains(void* value);
150 BOOL containsKey(void* key);
H A Dawt_Window.h83 BOOL IsOneOfOwnersOf(AwtWindow * wnd);
88 BOOL UpdateInsets(jobject insets = 0);
89 BOOL HasValidRect();
91 static BOOL CALLBACK UpdateOwnedIconCallback(HWND hwnd, LPARAM param);
108 virtual BOOL IsEmbeddedFrame() { return FALSE;}
111 virtual BOOL IsContainer() { return TRUE;}
113 virtual BOOL IsUndecorated() { return TRUE; }
115 INLINE virtual BOOL IsSimpleWindow() { return TRUE; }
117 INLINE BOOL IsRetainingHierarchyZOrder() { return m_isRetainingHierarchyZOrder; }
120 INLINE BOOL IsAutoRequestFocu
[all...]
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp149 static BOOL WSAStartup(WORD, LPWSADATA);
151 static BOOL WinSock2Available();
156 static BOOL initialized;
164 static BOOL SwitchToThread();
167 static BOOL SwitchToThreadAvailable();
168 static BOOL GetLargePageMinimumAvailable();
171 static BOOL HelpToolsAvailable();
173 static BOOL Module32First(HANDLE,LPMODULEENTRY32);
174 static BOOL Module32Next(HANDLE,LPMODULEENTRY32);
176 static BOOL GetNativeSystemInfoAvailabl
[all...]
H A Ddecoder_windows.hpp35 typedef BOOL (WINAPI *pfn_SymInitialize)(HANDLE, PCTSTR, BOOL);
36 typedef BOOL (WINAPI *pfn_SymGetSymFromAddr64)(HANDLE, DWORD64, PDWORD64, PIMAGEHLP_SYMBOL64);
38 typedef BOOL (WINAPI *pfn_SymSetSearchPath)(HANDLE, PCTSTR);
39 typedef BOOL (WINAPI *pfn_SymGetSearchPath)(HANDLE, PTSTR, int);
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.h28 BOOL _InitializeJRSProperties();
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/J2D_GL/
H A Dwglext.h349 extern BOOL WINAPI wglSaveBufferRegionARB (HANDLE, int, int, int, int);
350 extern BOOL WINAPI wglRestoreBufferRegionARB (HANDLE, int, int, int, int, int, int);
354 typedef BOOL (WINAPI * PFNWGLSAVEBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int height);
355 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc);
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 (WINAP
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipeline.cpp28 BOOL APIENTRY DllMain( HANDLE hModule,
/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTFont.h35 BOOL fIsFakeItalic;
39 style:(int)style isFakeItalic:(BOOL)isFakeItalic;
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DQueuingApplicationDelegate.h30 BOOL fHandlesDocumentTypes;
31 BOOL fHandlesURLTypes;

Completed in 76 milliseconds

12345678910