Home
last modified time | relevance | path

Searched refs:textShadowColor (Results 1 – 25 of 34) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI47_0_0TextAttributes.cpp85 textShadowColor = textAttributes.textShadowColor in apply()
86 ? textAttributes.textShadowColor in apply()
87 : textShadowColor; in apply()
118 textShadowColor, in operator ==()
137 rhs.textShadowColor, in operator ==()
201 debugStringConvertibleItem("textShadowColor", textShadowColor), in getDebugProps()
H A DABI47_0_0TextAttributes.h70 SharedColor textShadowColor{};
129 textAttributes.textShadowColor,
H A DABI47_0_0conversions.h896 if (textAttributes.textShadowColor) { in toDynamic()
898 "textShadowColor", toAndroidRepr(textAttributes.textShadowColor)); in toDynamic()
1109 if (textAttributes.textShadowColor) { in toMapBuffer()
1112 toAndroidRepr(textAttributes.textShadowColor)); in toMapBuffer()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI48_0_0TextAttributes.cpp90 textShadowColor = textAttributes.textShadowColor in apply()
91 ? textAttributes.textShadowColor in apply()
92 : textShadowColor; in apply()
125 textShadowColor, in operator ==()
146 rhs.textShadowColor, in operator ==()
212 debugStringConvertibleItem("textShadowColor", textShadowColor), in getDebugProps()
H A DABI48_0_0TextAttributes.h72 SharedColor textShadowColor{};
132 textAttributes.textShadowColor,
H A DABI48_0_0conversions.h1024 if (textAttributes.textShadowColor) { in toDynamic()
1026 "textShadowColor", toAndroidRepr(textAttributes.textShadowColor)); in toDynamic()
1243 if (textAttributes.textShadowColor) { in toMapBuffer()
1246 toAndroidRepr(textAttributes.textShadowColor)); in toMapBuffer()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI49_0_0TextAttributes.cpp90 textShadowColor = textAttributes.textShadowColor in apply()
91 ? textAttributes.textShadowColor in apply()
92 : textShadowColor; in apply()
125 textShadowColor, in operator ==()
146 rhs.textShadowColor, in operator ==()
212 debugStringConvertibleItem("textShadowColor", textShadowColor), in getDebugProps()
H A DABI49_0_0TextAttributes.h73 SharedColor textShadowColor{};
133 textAttributes.textShadowColor,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0BaseTextProps.cpp154 textAttributes.textShadowColor = convertRawProp( in convertRawProp()
158 sourceTextAttributes.textShadowColor, in convertRawProp()
159 defaultTextAttributes.textShadowColor); in convertRawProp()
287 defaults, value, textAttributes, textShadowColor, "textShadowColor"); in setProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI49_0_0BaseTextProps.cpp154 textAttributes.textShadowColor = convertRawProp( in convertRawProp()
158 sourceTextAttributes.textShadowColor, in convertRawProp()
159 defaultTextAttributes.textShadowColor); in convertRawProp()
287 defaults, value, textAttributes, textShadowColor, "textShadowColor"); in setProp()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI47_0_0BaseTextProps.cpp160 textAttributes.textShadowColor = convertRawProp( in convertRawProp()
164 sourceTextAttributes.textShadowColor, in convertRawProp()
165 defaultTextAttributes.textShadowColor); in convertRawProp()
287 defaults, value, textAttributes, textShadowColor, "textShadowColor"); in setProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI49_0_0RCTBaseTextViewManager.m54 ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(textShadowColor, textAttributes.textShadowColor, UIColor)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI47_0_0RCTBaseTextViewManager.m52 ABI47_0_0RCT_REMAP_SHADOW_PROPERTY(textShadowColor, textAttributes.textShadowColor, UIColor)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI48_0_0RCTBaseTextViewManager.m54 ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(textShadowColor, textAttributes.textShadowColor, UIColor)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI49_0_0AndroidTextInputProps.cpp158textShadowColor(CoreFeatures::enablePropIteratorSetter? sourceProps.textShadowColor : convertRawPr…
160 sourceProps.textShadowColor,
355 RAW_SET_PROP_SWITCH_CASE_BASIC(textShadowColor); in setProp()
455 props["textShadowColor"] = toAndroidRepr(textShadowColor); in getDynamic()
H A DABI49_0_0AndroidTextInputProps.h114 SharedColor textShadowColor{};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI48_0_0AndroidTextInputProps.cpp160textShadowColor(CoreFeatures::enablePropIteratorSetter? sourceProps.textShadowColor : convertRawPr…
162 sourceProps.textShadowColor,
357 RAW_SET_PROP_SWITCH_CASE_BASIC(textShadowColor, {}); in setProp()
453 props["textShadowColor"] = toAndroidRepr(textShadowColor); in getDynamic()
H A DABI48_0_0AndroidTextInputProps.h149 SharedColor textShadowColor{};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI47_0_0AndroidTextInputProps.cpp160 textShadowColor(convertRawProp(context, rawProps,
162 sourceProps.textShadowColor,
304 props["textShadowColor"] = toAndroidRepr(textShadowColor); in getDynamic()
H A DABI47_0_0AndroidTextInputProps.h149 const SharedColor textShadowColor{};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/
H A DABI47_0_0RCTTextAttributes.h51 @property (nonatomic, strong, nullable) UIColor *textShadowColor;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/
H A DABI49_0_0RCTTextAttributes.h54 @property (nonatomic, strong, nullable) UIColor *textShadowColor;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/
H A DABI48_0_0RCTTextAttributes.h54 @property (nonatomic, strong, nullable) UIColor *textShadowColor;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts305 textShadowColor?: ColorValue | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts325 textShadowColor?: ColorValue | undefined; property

12