Home
last modified time | relevance | path

Searched refs:textDecorationColor (Results 1 – 25 of 31) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI47_0_0TextAttributes.cpp68 textDecorationColor = textAttributes.textDecorationColor in apply()
69 ? textAttributes.textDecorationColor in apply()
70 : textDecorationColor; in apply()
114 textDecorationColor, in operator ==()
133 rhs.textDecorationColor, in operator ==()
193 debugStringConvertibleItem("textDecorationColor", textDecorationColor), in getDebugProps()
H A DABI47_0_0TextAttributes.h62 SharedColor textDecorationColor{};
124 textAttributes.textDecorationColor,
H A DABI47_0_0conversions.h877 if (textAttributes.textDecorationColor) { in toDynamic()
880 toAndroidRepr(textAttributes.textDecorationColor)); in toDynamic()
1088 if (textAttributes.textDecorationColor) { in toMapBuffer()
1091 toAndroidRepr(textAttributes.textDecorationColor)); in toMapBuffer()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI48_0_0TextAttributes.cpp73 textDecorationColor = textAttributes.textDecorationColor in apply()
74 ? textAttributes.textDecorationColor in apply()
75 : textDecorationColor; in apply()
121 textDecorationColor, in operator ==()
142 rhs.textDecorationColor, in operator ==()
204 debugStringConvertibleItem("textDecorationColor", textDecorationColor), in getDebugProps()
H A DABI48_0_0TextAttributes.h64 SharedColor textDecorationColor{};
127 textAttributes.textDecorationColor,
H A DABI48_0_0conversions.h1005 if (textAttributes.textDecorationColor) { in toDynamic()
1008 toAndroidRepr(textAttributes.textDecorationColor)); in toDynamic()
1222 if (textAttributes.textDecorationColor) { in toMapBuffer()
1225 toAndroidRepr(textAttributes.textDecorationColor)); in toMapBuffer()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI49_0_0TextAttributes.cpp73 textDecorationColor = textAttributes.textDecorationColor in apply()
74 ? textAttributes.textDecorationColor in apply()
75 : textDecorationColor; in apply()
121 textDecorationColor, in operator ==()
142 rhs.textDecorationColor, in operator ==()
204 debugStringConvertibleItem("textDecorationColor", textDecorationColor), in getDebugProps()
H A DABI49_0_0TextAttributes.h65 SharedColor textDecorationColor{};
128 textAttributes.textDecorationColor,
H A DABI49_0_0conversions.h1004 if (textAttributes.textDecorationColor) { in toDynamic()
1007 toAndroidRepr(textAttributes.textDecorationColor)); in toDynamic()
1221 if (textAttributes.textDecorationColor) { in toMapBuffer()
1224 toAndroidRepr(textAttributes.textDecorationColor)); in toMapBuffer()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0BaseTextProps.cpp122 textAttributes.textDecorationColor = convertRawProp( in convertRawProp()
126 sourceTextAttributes.textDecorationColor, in convertRawProp()
127 defaultTextAttributes.textDecorationColor); in convertRawProp()
268 textDecorationColor, in setProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI49_0_0BaseTextProps.cpp122 textAttributes.textDecorationColor = convertRawProp( in convertRawProp()
126 sourceTextAttributes.textDecorationColor, in convertRawProp()
127 defaultTextAttributes.textDecorationColor); in convertRawProp()
268 textDecorationColor, in setProp()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI47_0_0BaseTextProps.cpp128 textAttributes.textDecorationColor = convertRawProp( in convertRawProp()
132 sourceTextAttributes.textDecorationColor, in convertRawProp()
133 defaultTextAttributes.textDecorationColor); in convertRawProp()
268 textDecorationColor, in setProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI49_0_0RCTBaseTextViewManager.m48 ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(textDecorationColor, textAttributes.textDecorationColor, UIColor)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI47_0_0RCTBaseTextViewManager.m46 ABI47_0_0RCT_REMAP_SHADOW_PROPERTY(textDecorationColor, textAttributes.textDecorationColor, UIColor)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI48_0_0RCTBaseTextViewManager.m48 ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(textDecorationColor, textAttributes.textDecorationColor, UIColor)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts259 textDecorationColor?: ColorValue | undefined; property
304 textDecorationColor?: ColorValue | undefined; property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI47_0_0RCTAttributedTextUtils.mm177 …UIColor *textDecorationColor = ABI47_0_0RCTUIColorFromSharedColor(textAttributes.textDecorationCol…
184 if (textDecorationColor) {
185 attributes[NSUnderlineColorAttributeName] = textDecorationColor;
194 if (textDecorationColor) {
195 attributes[NSStrikethroughColorAttributeName] = textDecorationColor;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts279 textDecorationColor?: ColorValue | undefined; property
324 textDecorationColor?: ColorValue | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/
H A DABI49_0_0RCTAttributedTextUtils.mm253 …UIColor *textDecorationColor = ABI49_0_0RCTUIColorFromSharedColor(textAttributes.textDecorationCol…
260 if (textDecorationColor) {
261 attributes[NSUnderlineColorAttributeName] = textDecorationColor;
270 if (textDecorationColor) {
271 attributes[NSStrikethroughColorAttributeName] = textDecorationColor;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI48_0_0RCTAttributedTextUtils.mm253 …UIColor *textDecorationColor = ABI48_0_0RCTUIColorFromSharedColor(textAttributes.textDecorationCol…
260 if (textDecorationColor) {
261 attributes[NSUnderlineColorAttributeName] = textDecorationColor;
270 if (textDecorationColor) {
271 attributes[NSStrikethroughColorAttributeName] = textDecorationColor;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/
H A DABI47_0_0RCTTextAttributes.h45 @property (nonatomic, strong, nullable) UIColor *textDecorationColor;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/
H A DABI49_0_0RCTTextAttributes.h48 @property (nonatomic, strong, nullable) UIColor *textDecorationColor;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/
H A DABI48_0_0RCTTextAttributes.h48 @property (nonatomic, strong, nullable) UIColor *textDecorationColor;
/expo/packages/expo-router/build/onboard/
H A DTutorial.js20 textDecorationColor: 'white', property
/expo/packages/expo-router/src/onboard/
H A DTutorial.tsx23 textDecorationColor: 'white',

12