Home
last modified time | relevance | path

Searched refs:styleOverride (Results 1 – 25 of 136) sorted by relevance

123456

/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Dtext.meta.desktop.tsx77 styleOverride: Styles.globalStyles.fontBold,
87 styleOverride: {
112 styleOverride: {
137 styleOverride: Styles.globalStyles.fontBold,
161 styleOverride: {
239 styleOverride: {
267 styleOverride: {
289 styleOverride: {
300 styleOverride: {
311 styleOverride: {
[all …]
H A Dtext.meta.native.tsx75 styleOverride: Styles.globalStyles.fontBold,
85 styleOverride: {
113 styleOverride: {
138 styleOverride: Styles.globalStyles.fontBold,
165 styleOverride: {
267 styleOverride: {
295 styleOverride: {
317 styleOverride: {
328 styleOverride: {
339 styleOverride: {
[all …]
H A Dtext.d.ts84 styleOverride?: Object | null
101 styleOverride?: any
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/ac/cam/aa582/structures/boxes/
H A DStyleOverrideBox.java18 private TexStyle styleOverride; field in StyleOverrideBox
20 public StyleOverrideBox(Box b, TexStyle styleOverride) { in StyleOverrideBox() argument
22 this.styleOverride = styleOverride == null ? TexStyle.D : styleOverride; in StyleOverrideBox()
28 super.setStyle(this.styleOverride); in setStyle()
35 result[i] = new StyleOverrideBox(result[i], styleOverride); in split()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/syntax-highlighting/src/lib/
H A Dformat.cpp44 TextStyleData FormatPrivate::styleOverride(const Theme &theme) const in styleOverride() function in FormatPrivate
110 … && (d->style.textColor || theme.textColor(d->defaultStyle) || d->styleOverride(theme).textColor); in hasTextColor()
115 const auto overrideStyle = d->styleOverride(theme); in textColor()
123 const auto overrideStyle = d->styleOverride(theme); in selectedTextColor()
133 …&& (d->style.backgroundColor || theme.backgroundColor(d->defaultStyle) || d->styleOverride(theme).… in hasBackgroundColor()
138 const auto overrideStyle = d->styleOverride(theme); in backgroundColor()
148 const auto overrideStyle = d->styleOverride(theme); in selectedBackgroundColor()
159 const auto overrideStyle = d->styleOverride(theme); in isBold()
167 const auto overrideStyle = d->styleOverride(theme); in isItalic()
175 const auto overrideStyle = d->styleOverride(theme); in isUnderline()
[all …]
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/src/lib/
H A Dformat.cpp46 TextStyleData FormatPrivate::styleOverride(const Theme &theme) const in styleOverride() function in FormatPrivate
113 … && (d->style.textColor || theme.textColor(d->defaultStyle) || d->styleOverride(theme).textColor); in hasTextColor()
118 const auto overrideStyle = d->styleOverride(theme); in textColor()
127 const auto overrideStyle = d->styleOverride(theme); in selectedTextColor()
138 …&& (d->style.backgroundColor || theme.backgroundColor(d->defaultStyle) || d->styleOverride(theme).… in hasBackgroundColor()
143 const auto overrideStyle = d->styleOverride(theme); in backgroundColor()
154 const auto overrideStyle = d->styleOverride(theme); in selectedBackgroundColor()
166 const auto overrideStyle = d->styleOverride(theme); in isBold()
175 const auto overrideStyle = d->styleOverride(theme); in isItalic()
184 const auto overrideStyle = d->styleOverride(theme); in isUnderline()
[all …]
/dports/security/keybase/client-v5.7.1/shared/wallets/common/
H A Dmarkdown-memo.tsx6 const styleOverride: StyleOverride = Styles.styleSheetCreate(() => ({
28 styleOverride?: StyleOverride
43 styleOverride={{...styleOverride, ...props.styleOverride}}
/dports/security/keybase/client-v5.7.1/shared/common-adapters/markdown/
H A Dreact.tsx216 style={Styles.collapseStyles([markdownStyles.strikeStyle, state.styleOverride.del])}
232 style={Styles.collapseStyles([markdownStyles.italicStyle, state.styleOverride.em])}
257 state.styleOverride.fence,
268 … style={Styles.collapseStyles([markdownStyles.codeSnippetBlockStyle, state.styleOverride.fence])}
283 … style={Styles.collapseStyles([markdownStyles.codeSnippetStyle, state.styleOverride.inlineCode])}
302 … style={Styles.collapseStyles([markdownStyles.textBlockStyle, state.styleOverride.paragraph])}
319 … style={Styles.collapseStyles([markdownStyles.textBlockStyle, state.styleOverride.paragraph])}
337 styleOverride={state.styleOverride}
353 style={Styles.collapseStyles([markdownStyles.boldStyle, state.styleOverride.strong])}
465 styleOverride={state.styleOverride}
[all …]
H A Dservice-decoration.tsx114 styleOverride: StyleOverride
179 …<KeybaseLink link={link} linkStyle={props.styleOverride.link} wrapStyle={props.styles.wrapStyle} />
185 linkStyle={props.styleOverride.link}
192 style={Styles.collapseStyles([props.styles.wrapStyle, linkStyle, props.styleOverride.link])}
208 … style={Styles.collapseStyles([props.styles.wrapStyle, linkStyle, props.styleOverride.mailto])}
222 style={Styles.collapseStyles([props.styles.linkStyle, linkStyle, props.styleOverride.link])}
/dports/graphics/qgis/qgis-3.22.3/src/core/dxf/
H A Dqgsdxfexport_p.h35 , styleOverride( vl ) in DxfLayerJob()
49 styleOverride.setOverrideStyle( layerStyleOverride ); in DxfLayerJob()
94 QgsMapLayerStyleOverride styleOverride; member
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/dxf/
H A Dqgsdxfexport_p.h35 , styleOverride( vl ) in DxfLayerJob()
49 styleOverride.setOverrideStyle( layerStyleOverride ); in DxfLayerJob()
94 QgsMapLayerStyleOverride styleOverride; member
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/ssa/
H A DSsaStyle.java266 private static PointF parsePosition(String styleOverride) { in parsePosition() argument
267 Matcher positionMatcher = POSITION_PATTERN.matcher(styleOverride); in parsePosition()
268 Matcher moveMatcher = MOVE_PATTERN.matcher(styleOverride); in parsePosition()
279 + styleOverride in parsePosition()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/ssa/
H A DSsaStyle.java266 private static PointF parsePosition(String styleOverride) { in parsePosition() argument
267 Matcher positionMatcher = POSITION_PATTERN.matcher(styleOverride); in parsePosition()
268 Matcher moveMatcher = MOVE_PATTERN.matcher(styleOverride); in parsePosition()
279 + styleOverride in parsePosition()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/ssa/
H A DSsaStyle.java266 private static PointF parsePosition(String styleOverride) { in parsePosition() argument
267 Matcher positionMatcher = POSITION_PATTERN.matcher(styleOverride); in parsePosition()
268 Matcher moveMatcher = MOVE_PATTERN.matcher(styleOverride); in parsePosition()
279 + styleOverride in parsePosition()
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/pinned-message/
H A Dindex.tsx56 styleOverride={{link: styles.styleOverride}}
177 styleOverride: Styles.platformStyles({
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkStrokeRec.cpp27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec() argument
28 this->init(paint, styleOverride, resScale); in SkStrokeRec()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkStrokeRec.cpp27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec() argument
28 this->init(paint, styleOverride, resScale); in SkStrokeRec()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkStrokeRec.cpp27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec() argument
28 this->init(paint, styleOverride, resScale); in SkStrokeRec()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkStrokeRec.cpp27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec() argument
28 this->init(paint, styleOverride, resScale); in SkStrokeRec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkStrokeRec.cpp27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec() argument
28 this->init(paint, styleOverride, resScale); in SkStrokeRec()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkStrokeRec.cpp27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec() argument
28 this->init(paint, styleOverride, resScale); in SkStrokeRec()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkStrokeRec.cpp27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec() argument
28 this->init(paint, styleOverride, resScale); in SkStrokeRec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkStrokeRec.cpp27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) { in SkStrokeRec() argument
28 this->init(paint, styleOverride, resScale); in SkStrokeRec()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsmaphittest.cpp107 QgsMapLayerStyleOverride styleOverride( vl ); in runHitTestLayer() local
109 styleOverride.setOverrideStyle( mSettings.layerStyleOverrides().value( vl->id() ) ); in runHitTestLayer()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsmaphittest.cpp106 QgsMapLayerStyleOverride styleOverride( vl ); in runHitTestLayer() local
108 styleOverride.setOverrideStyle( mSettings.layerStyleOverrides().value( vl->id() ) ); in runHitTestLayer()

123456