Home
last modified time | relevance | path

Searched refs:textShadowOffset (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.cpp79 textShadowOffset = textAttributes.textShadowOffset.has_value() in apply()
80 ? textAttributes.textShadowOffset.value() in apply()
81 : textShadowOffset; in apply()
117 textShadowOffset, in operator ==()
136 rhs.textShadowOffset, in operator ==()
199 debugStringConvertibleItem("textShadowOffset", textShadowOffset), in getDebugProps()
H A DABI47_0_0TextAttributes.h68 std::optional<Size> textShadowOffset{};
127 textAttributes.textShadowOffset,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI48_0_0TextAttributes.cpp84 textShadowOffset = textAttributes.textShadowOffset.has_value() in apply()
85 ? textAttributes.textShadowOffset.value() in apply()
86 : textShadowOffset; in apply()
124 textShadowOffset, in operator ==()
145 rhs.textShadowOffset, in operator ==()
210 debugStringConvertibleItem("textShadowOffset", textShadowOffset), in getDebugProps()
H A DABI48_0_0TextAttributes.h70 std::optional<Size> textShadowOffset{};
130 textAttributes.textShadowOffset,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI49_0_0TextAttributes.cpp84 textShadowOffset = textAttributes.textShadowOffset.has_value() in apply()
85 ? textAttributes.textShadowOffset.value() in apply()
86 : textShadowOffset; in apply()
124 textShadowOffset, in operator ==()
145 rhs.textShadowOffset, in operator ==()
210 debugStringConvertibleItem("textShadowOffset", textShadowOffset), in getDebugProps()
H A DABI49_0_0TextAttributes.h71 std::optional<Size> textShadowOffset{};
131 textAttributes.textShadowOffset,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0BaseTextProps.cpp142 textAttributes.textShadowOffset = convertRawProp( in convertRawProp()
146 sourceTextAttributes.textShadowOffset, in convertRawProp()
147 defaultTextAttributes.textShadowOffset); in convertRawProp()
283 defaults, value, textAttributes, textShadowOffset, "textShadowOffset"); in setProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI49_0_0BaseTextProps.cpp142 textAttributes.textShadowOffset = convertRawProp( in convertRawProp()
146 sourceTextAttributes.textShadowOffset, in convertRawProp()
147 defaultTextAttributes.textShadowOffset); in convertRawProp()
283 defaults, value, textAttributes, textShadowOffset, "textShadowOffset"); in setProp()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI47_0_0BaseTextProps.cpp148 textAttributes.textShadowOffset = convertRawProp( in convertRawProp()
152 sourceTextAttributes.textShadowOffset, in convertRawProp()
153 defaultTextAttributes.textShadowOffset); in convertRawProp()
283 defaults, value, textAttributes, textShadowOffset, "textShadowOffset"); in setProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI49_0_0RCTBaseTextViewManager.m52 ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(textShadowOffset, textAttributes.textShadowOffset, CGSize)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI47_0_0RCTBaseTextViewManager.m50 ABI47_0_0RCT_REMAP_SHADOW_PROPERTY(textShadowOffset, textAttributes.textShadowOffset, CGSize)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI48_0_0RCTBaseTextViewManager.m52 ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(textShadowOffset, textAttributes.textShadowOffset, CGSize)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI49_0_0AndroidTextInputProps.cpp172textShadowOffset(CoreFeatures::enablePropIteratorSetter? sourceProps.textShadowOffset : convertRaw…
174 sourceProps.textShadowOffset,
359 RAW_SET_PROP_SWITCH_CASE_BASIC(textShadowOffset); in setProp()
459 props["textShadowOffset"] = toDynamic(textShadowOffset); in getDynamic()
H A DABI49_0_0AndroidTextInputProps.h118 AndroidTextInputTextShadowOffsetStruct textShadowOffset{};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI48_0_0AndroidTextInputProps.cpp174textShadowOffset(CoreFeatures::enablePropIteratorSetter? sourceProps.textShadowOffset : convertRaw…
176 sourceProps.textShadowOffset,
361 RAW_SET_PROP_SWITCH_CASE_BASIC(textShadowOffset, {}); in setProp()
457 props["textShadowOffset"] = toDynamic(textShadowOffset); in getDynamic()
H A DABI48_0_0AndroidTextInputProps.h153 AndroidTextInputTextShadowOffsetStruct textShadowOffset{};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI47_0_0RCTAttributedTextUtils.mm201 if (textAttributes.textShadowOffset.has_value()) {
202 auto textShadowOffset = textAttributes.textShadowOffset.value();
204 shadow.shadowOffset = CGSize{textShadowOffset.width, textShadowOffset.height};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI47_0_0AndroidTextInputProps.cpp174 textShadowOffset(convertRawProp(context, rawProps,
176 sourceProps.textShadowOffset,
308 props["textShadowOffset"] = toDynamic(textShadowOffset); in getDynamic()
H A DABI47_0_0AndroidTextInputProps.h153 const AndroidTextInputTextShadowOffsetStruct textShadowOffset{};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/
H A DABI49_0_0RCTAttributedTextUtils.mm277 if (textAttributes.textShadowOffset.has_value()) {
278 auto textShadowOffset = textAttributes.textShadowOffset.value();
280 shadow.shadowOffset = CGSize{textShadowOffset.width, textShadowOffset.height};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI48_0_0RCTAttributedTextUtils.mm277 if (textAttributes.textShadowOffset.has_value()) {
278 auto textShadowOffset = textAttributes.textShadowOffset.value();
280 shadow.shadowOffset = CGSize{textShadowOffset.width, textShadowOffset.height};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/
H A DABI47_0_0RCTTextAttributes.h49 @property (nonatomic, assign) CGSize textShadowOffset;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/
H A DABI49_0_0RCTTextAttributes.h52 @property (nonatomic, assign) CGSize textShadowOffset;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/
H A DABI48_0_0RCTTextAttributes.h52 @property (nonatomic, assign) CGSize textShadowOffset;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts306 textShadowOffset?: {width: number; height: number} | undefined; property

12