| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI47_0_0TextAttributes.cpp | 79 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 D | ABI47_0_0TextAttributes.h | 68 std::optional<Size> textShadowOffset{}; 127 textAttributes.textShadowOffset,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI48_0_0TextAttributes.cpp | 84 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 D | ABI48_0_0TextAttributes.h | 70 std::optional<Size> textShadowOffset{}; 130 textAttributes.textShadowOffset,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI49_0_0TextAttributes.cpp | 84 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 D | ABI49_0_0TextAttributes.h | 71 std::optional<Size> textShadowOffset{}; 131 textAttributes.textShadowOffset,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/ |
| H A D | ABI48_0_0BaseTextProps.cpp | 142 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 D | ABI49_0_0BaseTextProps.cpp | 142 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 D | ABI47_0_0BaseTextProps.cpp | 148 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 D | ABI49_0_0RCTBaseTextViewManager.m | 52 ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(textShadowOffset, textAttributes.textShadowOffset, CGSize)
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/BaseText/ |
| H A D | ABI47_0_0RCTBaseTextViewManager.m | 50 ABI47_0_0RCT_REMAP_SHADOW_PROPERTY(textShadowOffset, textAttributes.textShadowOffset, CGSize)
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/BaseText/ |
| H A D | ABI48_0_0RCTBaseTextViewManager.m | 52 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 D | ABI49_0_0AndroidTextInputProps.cpp | 172 …textShadowOffset(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 D | ABI49_0_0AndroidTextInputProps.h | 118 AndroidTextInputTextShadowOffsetStruct textShadowOffset{};
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/ |
| H A D | ABI48_0_0AndroidTextInputProps.cpp | 174 …textShadowOffset(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 D | ABI48_0_0AndroidTextInputProps.h | 153 AndroidTextInputTextShadowOffsetStruct textShadowOffset{};
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/ |
| H A D | ABI47_0_0RCTAttributedTextUtils.mm | 201 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 D | ABI47_0_0AndroidTextInputProps.cpp | 174 textShadowOffset(convertRawProp(context, rawProps, 176 sourceProps.textShadowOffset, 308 props["textShadowOffset"] = toDynamic(textShadowOffset); in getDynamic()
|
| H A D | ABI47_0_0AndroidTextInputProps.h | 153 const AndroidTextInputTextShadowOffsetStruct textShadowOffset{};
|
| /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 | 277 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 D | ABI48_0_0RCTAttributedTextUtils.mm | 277 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 D | ABI47_0_0RCTTextAttributes.h | 49 @property (nonatomic, assign) CGSize textShadowOffset;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/ |
| H A D | ABI49_0_0RCTTextAttributes.h | 52 @property (nonatomic, assign) CGSize textShadowOffset;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/ |
| H A D | ABI48_0_0RCTTextAttributes.h | 52 @property (nonatomic, assign) CGSize textShadowOffset;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/ |
| H A D | StyleSheetTypes.d.ts | 306 textShadowOffset?: {width: number; height: number} | undefined; property
|