Home
last modified time | relevance | path

Searched refs:highContrast (Results 1 – 25 of 53) sorted by relevance

123

/dports/net/freerdp/freerdp-2.5.0/channels/rail/
H A Drail_common.c193 static UINT rail_read_high_contrast(wStream* s, RAIL_HIGH_CONTRAST* highContrast) in rail_read_high_contrast() argument
195 if (!s || !highContrast) in rail_read_high_contrast()
201 Stream_Read_UINT32(s, highContrast->flags); /* flags (4 bytes) */ in rail_read_high_contrast()
204 if (!rail_read_unicode_string(s, &highContrast->colorScheme)) /* colorScheme */ in rail_read_high_contrast()
214 static UINT rail_write_high_contrast(wStream* s, const RAIL_HIGH_CONTRAST* highContrast) in rail_write_high_contrast() argument
218 if (!s || !highContrast) in rail_write_high_contrast()
224 colorSchemeLength = highContrast->colorScheme.length + 2; in rail_write_high_contrast()
225 Stream_Write_UINT32(s, highContrast->flags); /* flags (4 bytes) */ in rail_write_high_contrast()
227 return rail_write_unicode_string(s, &highContrast->colorScheme); /* colorScheme */ in rail_write_high_contrast()
375 error = rail_read_high_contrast(s, &sysparam->highContrast); in rail_read_sysparam_order()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Style/
H A DStyle.qml19 property bool highContrast: true
29 readonly property bool highContrast: false
/dports/www/grafana8/grafana-8.3.6/packages/jaeger-ui-components/src/TraceTimelineViewer/SpanDetail/
H A DAccordianKeyValues.tsx88 highContrast?: boolean;
124 …const { className, data, highContrast, interactive, isOpen, label, linksGetter, onToggle } = props;
144 [styles.headerHighContrast]: highContrast && !isEmpty,
163 highContrast: false,
H A DAccordianText.tsx45 highContrast?: boolean;
95 highContrast: false,
H A DAccordianReferences.tsx70 highContrast?: boolean;
123 highContrast: false,
H A DAccordianLogs.tsx99 highContrast
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/deployment/
H A DXPackageTypeInfo.idl71 @param highContrast
79 any getIcon( [in] boolean highContrast, [in] boolean smallIcon );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/deployment/
H A DXPackageTypeInfo.idl71 @param highContrast
79 any getIcon( [in] boolean highContrast, [in] boolean smallIcon );
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro.universal/src/org/eclipse/ui/internal/intro/universal/
H A DUniversalIntroConfigurer.java64 boolean highContrast = ImageUtil.isHighContrast(); in getVariable()
65 if (highContrast) in getVariable()
478 boolean highContrast = ImageUtil.isHighContrast(); in createRootLink()
479 if (highContrast) { in createRootLink()
500 boolean highContrast = ImageUtil.isHighContrast(); in createNavLink()
501 if (highContrast) { in createNavLink()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/core/
H A DGCButton.qml36 … * theme of the button. For now, three themes are accepted: "light" and "dark" and "highContrast"
76 "highContrast": {
H A DGCCreationHandler.qml223 theme: "highContrast"
329 theme: "highContrast"
339 theme: "highContrast"
H A DGCDialog.qml210 theme: "highContrast"
230 theme: "highContrast"
H A DDownloadDialog.qml255 theme: "highContrast"
272 theme: "highContrast"
H A DDialogBackground.qml133 theme: "highContrast"
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/TitleBar/+desktop/
H A DCancelAction.qml29 visible: !Style.currentTheme.highContrast
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Global/+desktop/
H A DScrollGradients.qml18 visible: !Style.currentTheme.highContrast
/dports/net/guacamole-server/guacamole-server-1.3.0/src/protocols/rdp/channels/
H A Drail.c106 .highContrast = { in guac_rdp_rail_complete_handshake()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_tool_base.cpp190 bool highContrast = ( displayOptions().m_ContrastModeDisplay != HIGH_CONTRAST_MODE::NORMAL ); in pickSingleItem() local
196 if( highContrast && item && !item->Layers().Overlaps( tl ) ) in pickSingleItem()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/ui/qml/
H A DUIPlugInQml.cpp815 const bool highContrast = isHighContrastEnabled(); in onWindowPaletteChanged() local
816 if (mHighContrastEnabled != highContrast) in onWindowPaletteChanged()
818 mHighContrastEnabled = highContrast; in onWindowPaletteChanged()
/dports/www/matomo/piwik/plugins/Morpheus/stylesheets/ui/
H A D_charts.less140 color: @theme-color-background-highContrast;
189 color: @theme-color-background-highContrast;
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/ProviderView/
H A DProviderCard.qml100 …color: Style.currentTheme.highContrast ? Style.color.background_pane : Category.displayColor(provi…
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Provider/+desktop/
H A DProviderDetailView.qml17 …readonly property color titleBarColor: Style.currentTheme.highContrast ? Style.color.background_pa…
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java156 Boolean highContrast = (Boolean)Toolkit.getDefaultToolkit(). in useHighContrastTheme() local
159 return (highContrast == null) ? false : highContrast. in useHighContrastTheme()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java156 Boolean highContrast = (Boolean)Toolkit.getDefaultToolkit(). in useHighContrastTheme() local
159 return (highContrast == null) ? false : highContrast. in useHighContrastTheme()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java158 Boolean highContrast = (Boolean)Toolkit.getDefaultToolkit(). in useHighContrastTheme() local
161 return (highContrast == null) ? false : highContrast. in useHighContrastTheme()

123