Home
last modified time | relevance | path

Searched refs:textShadowRadius (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.cpp82 textShadowRadius = !std::isnan(textAttributes.textShadowRadius) in apply()
83 ? textAttributes.textShadowRadius in apply()
84 : textShadowRadius; in apply()
147 floatEquality(textShadowRadius, rhs.textShadowRadius); in operator ==()
200 debugStringConvertibleItem("textShadowRadius", textShadowRadius), in getDebugProps()
H A DABI47_0_0TextAttributes.h69 Float textShadowRadius{std::numeric_limits<Float>::quiet_NaN()};
128 textAttributes.textShadowRadius,
H A DABI47_0_0conversions.h893 if (!std::isnan(textAttributes.textShadowRadius)) { in toDynamic()
894 _textAttributes("textShadowRadius", textAttributes.textShadowRadius); in toDynamic()
1105 if (!std::isnan(textAttributes.textShadowRadius)) { in toMapBuffer()
1107 TA_KEY_TEXT_SHADOW_RADIUS, textAttributes.textShadowRadius); in toMapBuffer()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI48_0_0TextAttributes.cpp87 textShadowRadius = !std::isnan(textAttributes.textShadowRadius) in apply()
88 ? textAttributes.textShadowRadius in apply()
89 : textShadowRadius; in apply()
156 floatEquality(textShadowRadius, rhs.textShadowRadius); in operator ==()
211 debugStringConvertibleItem("textShadowRadius", textShadowRadius), in getDebugProps()
H A DABI48_0_0TextAttributes.h71 Float textShadowRadius{std::numeric_limits<Float>::quiet_NaN()};
131 textAttributes.textShadowRadius,
H A DABI48_0_0conversions.h1021 if (!std::isnan(textAttributes.textShadowRadius)) { in toDynamic()
1022 _textAttributes("textShadowRadius", textAttributes.textShadowRadius); in toDynamic()
1239 if (!std::isnan(textAttributes.textShadowRadius)) { in toMapBuffer()
1241 TA_KEY_TEXT_SHADOW_RADIUS, textAttributes.textShadowRadius); in toMapBuffer()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI49_0_0TextAttributes.cpp87 textShadowRadius = !std::isnan(textAttributes.textShadowRadius) in apply()
88 ? textAttributes.textShadowRadius in apply()
89 : textShadowRadius; in apply()
156 floatEquality(textShadowRadius, rhs.textShadowRadius); in operator ==()
211 debugStringConvertibleItem("textShadowRadius", textShadowRadius), in getDebugProps()
H A DABI49_0_0TextAttributes.h72 Float textShadowRadius{std::numeric_limits<Float>::quiet_NaN()};
132 textAttributes.textShadowRadius,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0BaseTextProps.cpp148 textAttributes.textShadowRadius = convertRawProp( in convertRawProp()
152 sourceTextAttributes.textShadowRadius, in convertRawProp()
153 defaultTextAttributes.textShadowRadius); in convertRawProp()
285 defaults, value, textAttributes, textShadowRadius, "textShadowRadius"); in setProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI49_0_0BaseTextProps.cpp148 textAttributes.textShadowRadius = convertRawProp( in convertRawProp()
152 sourceTextAttributes.textShadowRadius, in convertRawProp()
153 defaultTextAttributes.textShadowRadius); in convertRawProp()
285 defaults, value, textAttributes, textShadowRadius, "textShadowRadius"); in setProp()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI47_0_0BaseTextProps.cpp154 textAttributes.textShadowRadius = convertRawProp( in convertRawProp()
158 sourceTextAttributes.textShadowRadius, in convertRawProp()
159 defaultTextAttributes.textShadowRadius); in convertRawProp()
285 defaults, value, textAttributes, textShadowRadius, "textShadowRadius"); in setProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI49_0_0RCTBaseTextViewManager.m53 ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(textShadowRadius, textAttributes.textShadowRadius, CGFloat)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI47_0_0RCTBaseTextViewManager.m51 ABI47_0_0RCT_REMAP_SHADOW_PROPERTY(textShadowRadius, textAttributes.textShadowRadius, CGFloat)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI48_0_0RCTBaseTextViewManager.m53 ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(textShadowRadius, textAttributes.textShadowRadius, CGFloat)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI49_0_0AndroidTextInputProps.cpp162textShadowRadius(CoreFeatures::enablePropIteratorSetter? sourceProps.textShadowRadius : convertRaw…
164 sourceProps.textShadowRadius,
356 RAW_SET_PROP_SWITCH_CASE_BASIC(textShadowRadius); in setProp()
456 props["textShadowRadius"] = textShadowRadius; in getDynamic()
H A DABI49_0_0AndroidTextInputProps.h115 Float textShadowRadius{0.0};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI48_0_0AndroidTextInputProps.cpp164textShadowRadius(CoreFeatures::enablePropIteratorSetter? sourceProps.textShadowRadius : convertRaw…
166 sourceProps.textShadowRadius,
358 RAW_SET_PROP_SWITCH_CASE_BASIC(textShadowRadius, (Float)0.0); in setProp()
454 props["textShadowRadius"] = textShadowRadius; in getDynamic()
H A DABI48_0_0AndroidTextInputProps.h150 Float textShadowRadius{0.0};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI47_0_0AndroidTextInputProps.cpp164 textShadowRadius(convertRawProp(context, rawProps,
166 sourceProps.textShadowRadius,
305 props["textShadowRadius"] = textShadowRadius; in getDynamic()
H A DABI47_0_0AndroidTextInputProps.h150 const Float textShadowRadius{0.0};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/
H A DABI47_0_0RCTTextAttributes.h50 @property (nonatomic, assign) CGFloat textShadowRadius;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/
H A DABI49_0_0RCTTextAttributes.h53 @property (nonatomic, assign) CGFloat textShadowRadius;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/
H A DABI48_0_0RCTTextAttributes.h53 @property (nonatomic, assign) CGFloat textShadowRadius;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts307 textShadowRadius?: number | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts327 textShadowRadius?: number | undefined; property

12