Home
last modified time | relevance | path

Searched refs:dynamicTypeRamp (Results 1 – 25 of 26) sorted by relevance

12

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI48_0_0TextAttributes.cpp49 dynamicTypeRamp = textAttributes.dynamicTypeRamp.has_value() in apply()
50 ? textAttributes.dynamicTypeRamp in apply()
51 : dynamicTypeRamp; in apply()
117 dynamicTypeRamp, in operator ==()
138 rhs.dynamicTypeRamp, in operator ==()
194 debugStringConvertibleItem("dynamicTypeRamp", dynamicTypeRamp), in getDebugProps()
H A DABI48_0_0TextAttributes.h53 std::optional<DynamicTypeRamp> dynamicTypeRamp{};
H A DABI48_0_0conversions.h37 inline std::string toString(const DynamicTypeRamp &dynamicTypeRamp) { in toString() argument
38 switch (dynamicTypeRamp) { in toString()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI49_0_0TextAttributes.cpp49 dynamicTypeRamp = textAttributes.dynamicTypeRamp.has_value() in apply()
50 ? textAttributes.dynamicTypeRamp in apply()
51 : dynamicTypeRamp; in apply()
117 dynamicTypeRamp, in operator ==()
138 rhs.dynamicTypeRamp, in operator ==()
194 debugStringConvertibleItem("dynamicTypeRamp", dynamicTypeRamp), in getDebugProps()
H A DABI49_0_0TextAttributes.h54 std::optional<DynamicTypeRamp> dynamicTypeRamp{};
H A DABI49_0_0conversions.h36 inline std::string toString(const DynamicTypeRamp &dynamicTypeRamp) { in toString() argument
37 switch (dynamicTypeRamp) { in toString()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/Text/
H A DABI49_0_0RCTDynamicTypeRamp.h34 …*_Nonnull ABI49_0_0RCTUIFontMetricsForDynamicTypeRamp(ABI49_0_0RCTDynamicTypeRamp dynamicTypeRamp);
37 CGFloat ABI49_0_0RCTBaseSizeForDynamicTypeRamp(ABI49_0_0RCTDynamicTypeRamp dynamicTypeRamp);
H A DABI49_0_0RCTDynamicTypeRamp.m32 …ntMetrics *ABI49_0_0RCTUIFontMetricsForDynamicTypeRamp(ABI49_0_0RCTDynamicTypeRamp dynamicTypeRamp)
53 …mapping[@(dynamicTypeRamp)] ?: UIFontTextStyleBody; // Default to body if we don't recognize the s…
57 CGFloat ABI49_0_0RCTBaseSizeForDynamicTypeRamp(ABI49_0_0RCTDynamicTypeRamp dynamicTypeRamp)
80 …mapping[@(dynamicTypeRamp)] ?: @17; // Default to body size if we don't recognize the specified ra…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/Text/
H A DABI48_0_0RCTDynamicTypeRamp.h34 …*_Nonnull ABI48_0_0RCTUIFontMetricsForDynamicTypeRamp(ABI48_0_0RCTDynamicTypeRamp dynamicTypeRamp);
37 CGFloat ABI48_0_0RCTBaseSizeForDynamicTypeRamp(ABI48_0_0RCTDynamicTypeRamp dynamicTypeRamp);
H A DABI48_0_0RCTDynamicTypeRamp.m32 …ntMetrics *ABI48_0_0RCTUIFontMetricsForDynamicTypeRamp(ABI48_0_0RCTDynamicTypeRamp dynamicTypeRamp)
53 …mapping[@(dynamicTypeRamp)] ?: UIFontTextStyleBody; // Default to body if we don't recognize the s…
57 CGFloat ABI48_0_0RCTBaseSizeForDynamicTypeRamp(ABI48_0_0RCTDynamicTypeRamp dynamicTypeRamp)
80 …mapping[@(dynamicTypeRamp)] ?: @17; // Default to body size if we don't recognize the specified ra…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/
H A DABI48_0_0TextMeasureCache.h97 lhs.dynamicTypeRamp, in areTextAttributesEquivalentLayoutWise()
105 rhs.dynamicTypeRamp, in areTextAttributesEquivalentLayoutWise()
126 textAttributes.dynamicTypeRamp, in textAttributesHashLayoutWise()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/
H A DABI49_0_0TextMeasureCache.h98 lhs.dynamicTypeRamp, in areTextAttributesEquivalentLayoutWise()
106 rhs.dynamicTypeRamp, in areTextAttributesEquivalentLayoutWise()
127 textAttributes.dynamicTypeRamp, in textAttributesHashLayoutWise()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI49_0_0RCTBaseTextViewManager.m39 ABI49_0_0RCT_REMAP_SHADOW_PROPERTY(dynamicTypeRamp, textAttributes.dynamicTypeRamp, ABI49_0_0RCTDyn…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI48_0_0RCTBaseTextViewManager.m39 ABI48_0_0RCT_REMAP_SHADOW_PROPERTY(dynamicTypeRamp, textAttributes.dynamicTypeRamp, ABI48_0_0RCTDyn…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/
H A DABI49_0_0RCTAttributedTextUtils.mm58 …FontTextStyle ABI49_0_0RCTUIFontTextStyleForDynamicTypeRamp(const DynamicTypeRamp &dynamicTypeRamp)
60 switch (dynamicTypeRamp) {
86 inline static CGFloat ABI49_0_0RCTBaseSizeForDynamicTypeRamp(const DynamicTypeRamp &dynamicTypeRamp)
90 switch (dynamicTypeRamp) {
119 if (textAttributes.dynamicTypeRamp.has_value()) {
120 DynamicTypeRamp dynamicTypeRamp = textAttributes.dynamicTypeRamp.value();
122 …[UIFontMetrics metricsForTextStyle:ABI49_0_0RCTUIFontTextStyleForDynamicTypeRamp(dynamicTypeRamp)];
125 …isnan(textAttributes.fontSize) ? ABI49_0_0RCTBaseSizeForDynamicTypeRamp(dynamicTypeRamp) : textAtt…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI48_0_0RCTAttributedTextUtils.mm58 …FontTextStyle ABI48_0_0RCTUIFontTextStyleForDynamicTypeRamp(const DynamicTypeRamp &dynamicTypeRamp)
60 switch (dynamicTypeRamp) {
86 inline static CGFloat ABI48_0_0RCTBaseSizeForDynamicTypeRamp(const DynamicTypeRamp &dynamicTypeRamp)
90 switch (dynamicTypeRamp) {
119 if (textAttributes.dynamicTypeRamp.has_value()) {
120 DynamicTypeRamp dynamicTypeRamp = textAttributes.dynamicTypeRamp.value();
122 …[UIFontMetrics metricsForTextStyle:ABI48_0_0RCTUIFontTextStyleForDynamicTypeRamp(dynamicTypeRamp)];
125 …isnan(textAttributes.fontSize) ? ABI48_0_0RCTBaseSizeForDynamicTypeRamp(dynamicTypeRamp) : textAtt…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI48_0_0BaseTextProps.cpp76 textAttributes.dynamicTypeRamp = convertRawProp( in convertRawProp()
80 sourceTextAttributes.dynamicTypeRamp, in convertRawProp()
81 defaultTextAttributes.dynamicTypeRamp); in convertRawProp()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/
H A DABI49_0_0BaseTextProps.cpp76 textAttributes.dynamicTypeRamp = convertRawProp( in convertRawProp()
80 sourceTextAttributes.dynamicTypeRamp, in convertRawProp()
81 defaultTextAttributes.dynamicTypeRamp); in convertRawProp()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/
H A DText.d.ts32 dynamicTypeRamp?: property
H A DABI48_0_0RCTTextAttributes.h40 @property (nonatomic, assign) ABI48_0_0RCTDynamicTypeRamp dynamicTypeRamp;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/
H A DText.d.ts32 dynamicTypeRamp?: property
H A DABI49_0_0RCTTextAttributes.h40 @property (nonatomic, assign) ABI49_0_0RCTDynamicTypeRamp dynamicTypeRamp;
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js249 …isPressable:!0,numberOfLines:!0,ellipsizeMode:!0,allowFontScaling:!0,dynamicTypeRamp:!0,maxFontSiz… property
270 …y.oneOf(['all','email','link','none','phoneNumber']),disabled:y.bool,dynamicTypeRamp:y.oneOf(['bod… property
H A DEXDevMenuApp.android.js249 …isPressable:!0,numberOfLines:!0,ellipsizeMode:!0,allowFontScaling:!0,dynamicTypeRamp:!0,maxFontSiz… property
270 …y.oneOf(['all','email','link','none','phoneNumber']),disabled:y.bool,dynamicTypeRamp:y.oneOf(['bod… property
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle250 …isPressable:!0,numberOfLines:!0,ellipsizeMode:!0,allowFontScaling:!0,dynamicTypeRamp:!0,maxFontSiz…
271 …y.oneOf(['all','email','link','none','phoneNumber']),disabled:y.bool,dynamicTypeRamp:y.oneOf(['bod…

12