| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI47_0_0TextAttributes.cpp | 68 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 D | ABI47_0_0TextAttributes.h | 62 SharedColor textDecorationColor{}; 124 textAttributes.textDecorationColor,
|
| H A D | ABI47_0_0conversions.h | 877 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 D | ABI48_0_0TextAttributes.cpp | 73 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 D | ABI48_0_0TextAttributes.h | 64 SharedColor textDecorationColor{}; 127 textAttributes.textDecorationColor,
|
| H A D | ABI48_0_0conversions.h | 1005 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 D | ABI49_0_0TextAttributes.cpp | 73 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 D | ABI49_0_0TextAttributes.h | 65 SharedColor textDecorationColor{}; 128 textAttributes.textDecorationColor,
|
| H A D | ABI49_0_0conversions.h | 1004 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 D | ABI48_0_0BaseTextProps.cpp | 122 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 D | ABI49_0_0BaseTextProps.cpp | 122 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 D | ABI47_0_0BaseTextProps.cpp | 128 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 D | ABI49_0_0RCTBaseTextViewManager.m | 48 ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(textDecorationColor, textAttributes.textDecorationColor, UIColor)
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/BaseText/ |
| H A D | ABI47_0_0RCTBaseTextViewManager.m | 46 ABI47_0_0RCT_REMAP_SHADOW_PROPERTY(textDecorationColor, textAttributes.textDecorationColor, UIColor)
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/BaseText/ |
| H A D | ABI48_0_0RCTBaseTextViewManager.m | 48 ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(textDecorationColor, textAttributes.textDecorationColor, UIColor)
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/ |
| H A D | StyleSheetTypes.d.ts | 259 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 D | ABI47_0_0RCTAttributedTextUtils.mm | 177 …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 D | StyleSheetTypes.d.ts | 279 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 D | ABI49_0_0RCTAttributedTextUtils.mm | 253 …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 D | ABI48_0_0RCTAttributedTextUtils.mm | 253 …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 D | ABI47_0_0RCTTextAttributes.h | 45 @property (nonatomic, strong, nullable) UIColor *textDecorationColor;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/ |
| H A D | ABI49_0_0RCTTextAttributes.h | 48 @property (nonatomic, strong, nullable) UIColor *textDecorationColor;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/ |
| H A D | ABI48_0_0RCTTextAttributes.h | 48 @property (nonatomic, strong, nullable) UIColor *textDecorationColor;
|
| /expo/packages/expo-router/build/onboard/ |
| H A D | Tutorial.js | 20 textDecorationColor: 'white', property
|
| /expo/packages/expo-router/src/onboard/ |
| H A D | Tutorial.tsx | 23 textDecorationColor: 'white',
|