Searched refs:bEnabled (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Win32GraphicsEnv.cpp109 BOOL bEnabled; local
110 HRESULT res = DwmAPI::DwmIsCompositionEnabled(&bEnabled);
112 bRes = bEnabled;
H A Dawt_PopupMenu.cpp257 BOOL bEnabled = (jboolean)env->GetBooleanField(target, local
260 return !bEnabled;
H A Dawt_Button.cpp227 BOOL bEnabled = isEnabled(); local
233 if (bEnabled) {
H A Dawt_MenuItem.cpp359 BOOL bEnabled = (jboolean)env->GetBooleanField(target, local
362 bEnabled = bEnabled && !menu->IsDisabledAndPopup();
369 crText = ::GetSysColor(bEnabled? COLOR_HIGHLIGHTTEXT : COLOR_GRAYTEXT);
384 crText = ::GetSysColor (bEnabled ? COLOR_MENUTEXT : COLOR_GRAYTEXT);
437 BOOL bEmboss = !bEnabled && !(drawInfo.itemState & ODS_SELECTED);
H A Dawt_Checkbox.cpp264 BOOL bEnabled = isEnabled(); local
269 if (bEnabled) {
H A Dawt_Component.cpp4355 BOOL bEnabled = isEnabled(); local
4365 crText = bEnabled ? GetColor() : ::GetSysColor(COLOR_GRAYTEXT);
4370 crText = bEnabled ? GetColor() : ::GetSysColor(COLOR_GRAYTEXT);

Completed in 119 milliseconds