Home
last modified time | relevance | path

Searched refs:adjustsFontSizeToFit (Results 1 – 25 of 38) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI48_0_0ParagraphAttributes.cpp22 adjustsFontSizeToFit, in operator ==()
29 rhs.adjustsFontSizeToFit, in operator ==()
48 debugStringConvertibleItem("adjustsFontSizeToFit", adjustsFontSizeToFit), in getDebugProps()
H A DABI48_0_0ParagraphAttributes.h53 bool adjustsFontSizeToFit{};
98 attributes.adjustsFontSizeToFit,
H A DABI48_0_0conversions.h857 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 DABI49_0_0ParagraphAttributes.cpp22 adjustsFontSizeToFit, in operator ==()
29 rhs.adjustsFontSizeToFit, in operator ==()
48 debugStringConvertibleItem("adjustsFontSizeToFit", adjustsFontSizeToFit), in getDebugProps()
H A DABI49_0_0ParagraphAttributes.h53 bool adjustsFontSizeToFit{};
98 attributes.adjustsFontSizeToFit,
H A DABI49_0_0conversions.h856 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 DABI47_0_0ParagraphAttributes.cpp23 adjustsFontSizeToFit, in operator ==()
30 rhs.adjustsFontSizeToFit, in operator ==()
49 debugStringConvertibleItem("adjustsFontSizeToFit", adjustsFontSizeToFit), in getDebugProps()
H A DABI47_0_0ParagraphAttributes.h53 bool adjustsFontSizeToFit{};
98 attributes.adjustsFontSizeToFit,
H A DABI47_0_0conversions.h733 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 DABI48_0_0ParagraphAttributesTest.cpp20 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 DABI47_0_0ParagraphAttributesTest.cpp21 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 DABI49_0_0ParagraphAttributesTest.cpp20 paragraphAttributes.adjustsFontSizeToFit = false; in TEST()
27 result["adjustsFontSizeToFit"], paragraphAttributes.adjustsFontSizeToFit); in TEST()
/expo/apps/native-component-list/src/screens/
H A DFontScreen.tsx38 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 DABI47_0_0RCTTextShadowView.h20 @property (nonatomic, assign) BOOL adjustsFontSizeToFit;
H A DABI47_0_0RCTTextViewManager.m32 ABI47_0_0RCT_REMAP_SHADOW_PROPERTY(adjustsFontSizeToFit, adjustsFontSizeToFit, BOOL) category
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/Text/
H A DABI49_0_0RCTTextShadowView.h20 @property (nonatomic, assign) BOOL adjustsFontSizeToFit;
H A DABI49_0_0RCTTextViewManager.m31 ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(adjustsFontSizeToFit, adjustsFontSizeToFit, BOOL) category
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/Text/
H A DABI48_0_0RCTTextShadowView.h20 @property (nonatomic, assign) BOOL adjustsFontSizeToFit;
H A DABI48_0_0RCTTextViewManager.m31 ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(adjustsFontSizeToFit, adjustsFontSizeToFit, BOOL) category
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/
H A DText.d.ts27 adjustsFontSizeToFit?: boolean | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/
H A DText.d.ts27 adjustsFontSizeToFit?: boolean | undefined; property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0ParagraphProps.cpp93 adjustsFontSizeToFit, in setProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI49_0_0ParagraphProps.cpp95 adjustsFontSizeToFit, in setProp()
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.d.ts77 adjustsFontSizeToFit: IBBoolean;
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.ts113 adjustsFontSizeToFit: IBBoolean;

12