| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI48_0_0ParagraphAttributes.cpp | 22 adjustsFontSizeToFit, in operator ==() 29 rhs.adjustsFontSizeToFit, in operator ==() 48 debugStringConvertibleItem("adjustsFontSizeToFit", adjustsFontSizeToFit), in getDebugProps()
|
| H A D | ABI48_0_0ParagraphAttributes.h | 53 bool adjustsFontSizeToFit{}; 98 attributes.adjustsFontSizeToFit,
|
| H A D | ABI48_0_0conversions.h | 857 paragraphAttributes.adjustsFontSizeToFit = convertRawProp( in convertRawProp() 861 sourceParagraphAttributes.adjustsFontSizeToFit, in convertRawProp() 862 defaultParagraphAttributes.adjustsFontSizeToFit); in convertRawProp() 920 values("adjustsFontSizeToFit", paragraphAttributes.adjustsFontSizeToFit); in toDynamic() 1133 PA_KEY_ADJUST_FONT_SIZE_TO_FIT, paragraphAttributes.adjustsFontSizeToFit); in toMapBuffer()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI49_0_0ParagraphAttributes.cpp | 22 adjustsFontSizeToFit, in operator ==() 29 rhs.adjustsFontSizeToFit, in operator ==() 48 debugStringConvertibleItem("adjustsFontSizeToFit", adjustsFontSizeToFit), in getDebugProps()
|
| H A D | ABI49_0_0ParagraphAttributes.h | 53 bool adjustsFontSizeToFit{}; 98 attributes.adjustsFontSizeToFit,
|
| H A D | ABI49_0_0conversions.h | 856 paragraphAttributes.adjustsFontSizeToFit = convertRawProp( in convertRawProp() 860 sourceParagraphAttributes.adjustsFontSizeToFit, in convertRawProp() 861 defaultParagraphAttributes.adjustsFontSizeToFit); in convertRawProp() 919 values("adjustsFontSizeToFit", paragraphAttributes.adjustsFontSizeToFit); in toDynamic() 1132 PA_KEY_ADJUST_FONT_SIZE_TO_FIT, paragraphAttributes.adjustsFontSizeToFit); in toMapBuffer()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI47_0_0ParagraphAttributes.cpp | 23 adjustsFontSizeToFit, in operator ==() 30 rhs.adjustsFontSizeToFit, in operator ==() 49 debugStringConvertibleItem("adjustsFontSizeToFit", adjustsFontSizeToFit), in getDebugProps()
|
| H A D | ABI47_0_0ParagraphAttributes.h | 53 bool adjustsFontSizeToFit{}; 98 attributes.adjustsFontSizeToFit,
|
| H A D | ABI47_0_0conversions.h | 733 paragraphAttributes.adjustsFontSizeToFit = convertRawProp( in convertRawProp() 737 sourceParagraphAttributes.adjustsFontSizeToFit, in convertRawProp() 738 defaultParagraphAttributes.adjustsFontSizeToFit); in convertRawProp() 796 values("adjustsFontSizeToFit", paragraphAttributes.adjustsFontSizeToFit); in toDynamic() 1004 PA_KEY_ADJUST_FONT_SIZE_TO_FIT, paragraphAttributes.adjustsFontSizeToFit); in toMapBuffer()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/tests/ |
| H A D | ABI48_0_0ParagraphAttributesTest.cpp | 20 paragraphAttributes.adjustsFontSizeToFit = false; in TEST() 27 result["adjustsFontSizeToFit"], paragraphAttributes.adjustsFontSizeToFit); in TEST()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/tests/ |
| H A D | ABI47_0_0ParagraphAttributesTest.cpp | 21 paragraphAttributes.adjustsFontSizeToFit = false; in TEST() 28 result["adjustsFontSizeToFit"], paragraphAttributes.adjustsFontSizeToFit); in TEST()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/tests/ |
| H A D | ABI49_0_0ParagraphAttributesTest.cpp | 20 paragraphAttributes.adjustsFontSizeToFit = false; in TEST() 27 result["adjustsFontSizeToFit"], paragraphAttributes.adjustsFontSizeToFit); in TEST()
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | FontScreen.tsx | 38 adjustsFontSizeToFit 44 Custom font with `adjustsFontSizeToFit` on iOS 49 adjustsFontSizeToFit 55 Custom remote uri font with `adjustsFontSizeToFit` on iOS
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/Text/ |
| H A D | ABI47_0_0RCTTextShadowView.h | 20 @property (nonatomic, assign) BOOL adjustsFontSizeToFit;
|
| H A D | ABI47_0_0RCTTextViewManager.m | 32 ABI47_0_0RCT_REMAP_SHADOW_PROPERTY(adjustsFontSizeToFit, adjustsFontSizeToFit, BOOL) category
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/Text/ |
| H A D | ABI49_0_0RCTTextShadowView.h | 20 @property (nonatomic, assign) BOOL adjustsFontSizeToFit;
|
| H A D | ABI49_0_0RCTTextViewManager.m | 31 ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(adjustsFontSizeToFit, adjustsFontSizeToFit, BOOL) category
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/Text/ |
| H A D | ABI48_0_0RCTTextShadowView.h | 20 @property (nonatomic, assign) BOOL adjustsFontSizeToFit;
|
| H A D | ABI48_0_0RCTTextViewManager.m | 31 ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(adjustsFontSizeToFit, adjustsFontSizeToFit, BOOL) category
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/ |
| H A D | Text.d.ts | 27 adjustsFontSizeToFit?: boolean | undefined; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/ |
| H A D | Text.d.ts | 27 adjustsFontSizeToFit?: boolean | undefined; property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/ |
| H A D | ABI48_0_0ParagraphProps.cpp | 93 adjustsFontSizeToFit, in setProp()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/ |
| H A D | ABI49_0_0ParagraphProps.cpp | 95 adjustsFontSizeToFit, in setProp()
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.d.ts | 77 adjustsFontSizeToFit: IBBoolean;
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.ts | 113 adjustsFontSizeToFit: IBBoolean;
|