Home
last modified time | relevance | path

Searched refs:fontStyle (Results 1 – 25 of 141) sorted by relevance

123456

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI47_0_0TextAttributes.cpp42 fontStyle = textAttributes.fontStyle.has_value() ? textAttributes.fontStyle in apply()
43 : fontStyle; in apply()
109 fontStyle, in operator ==()
128 rhs.fontStyle, in operator ==()
182 debugStringConvertibleItem("fontStyle", fontStyle), in getDebugProps()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI48_0_0TextAttributes.cpp41 fontStyle = textAttributes.fontStyle.has_value() ? textAttributes.fontStyle in apply()
42 : fontStyle; in apply()
114 fontStyle, in operator ==()
135 rhs.fontStyle, in operator ==()
191 debugStringConvertibleItem("fontStyle", fontStyle), in getDebugProps()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI49_0_0TextAttributes.cpp41 fontStyle = textAttributes.fontStyle.has_value() ? textAttributes.fontStyle in apply()
42 : fontStyle; in apply()
114 fontStyle, in operator ==()
135 rhs.fontStyle, in operator ==()
191 debugStringConvertibleItem("fontStyle", fontStyle), in getDebugProps()
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/
H A DFontCollection.h35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle);
36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti…
38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale…
52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/
H A DFontCollection.h35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle);
36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti…
38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale…
52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/
H A DFontCollection.h35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle);
36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti…
38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale…
52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/
H A DFontCollection.h35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle);
36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti…
38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale…
52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/
H A DFontCollection.h35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle);
36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti…
38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale…
52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/
H A DFontCollection.h35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle);
36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti…
38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale…
52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/
H A DFontCollection.h35 …<sk_sp<SkTypeface>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle);
36 …e>> findTypefaces(const std::vector<SkString>& familyNames, SkFontStyle fontStyle, const std::opti…
38 …sk_sp<SkTypeface> defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale…
52 sk_sp<SkTypeface> matchTypeface(const SkString& familyName, SkFontStyle fontStyle);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/tests/
H A DABI48_0_0TextAttributesTest.cpp24 textAttributes.fontStyle = FontStyle::Italic; in TEST()
32 ABI48_0_0EXPECT_EQ(result["fontStyle"], toString(textAttributes.fontStyle.value())); in TEST()
H A DABI48_0_0AttributedStringTest.cpp28 text.fontStyle = FontStyle::Italic; in TEST()
40 ABI48_0_0EXPECT_EQ(textAttribute["fontStyle"], toString(text.fontStyle.value())); in TEST()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/tests/
H A DABI47_0_0TextAttributesTest.cpp24 textAttributes.fontStyle = FontStyle::Italic; in TEST()
32 ABI47_0_0EXPECT_EQ(result["fontStyle"], toString(textAttributes.fontStyle.value())); in TEST()
H A DABI47_0_0AttributedStringTest.cpp28 text.fontStyle = FontStyle::Italic; in TEST()
40 ABI47_0_0EXPECT_EQ(textAttribute["fontStyle"], toString(text.fontStyle.value())); in TEST()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/tests/
H A DABI49_0_0TextAttributesTest.cpp24 textAttributes.fontStyle = FontStyle::Italic; in TEST()
32 ABI49_0_0EXPECT_EQ(result["fontStyle"], toString(textAttributes.fontStyle.value())); in TEST()
H A DABI49_0_0AttributedStringTest.cpp28 text.fontStyle = FontStyle::Italic; in TEST()
40 ABI49_0_0EXPECT_EQ(textAttribute["fontStyle"], toString(text.fontStyle.value())); in TEST()
/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DText-test.tsx.snap.ios64 "fontStyle": "italic",
76 "fontStyle": "italic",
129 "fontStyle": "italic",
H A DText-test.tsx.snap.android64 "fontStyle": "italic",
76 "fontStyle": "italic",
129 "fontStyle": "italic",
H A DText-test.tsx.snap.web44 className="css-text-146c3p1 r-fontStyle-36ujnk"
53 className="css-text-146c3p1 r-fontStyle-36ujnk"
91 className="css-text-146c3p1 r-fontStyle-36ujnk"
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/text/tests/
H A DABI49_0_0ParagraphLocalDataTest.cpp32 text.fontStyle = FontStyle::Italic; in TEST()
47 ABI49_0_0EXPECT_EQ(textAttribute["fontStyle"], toString(*text.fontStyle)); in TEST()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/text/tests/
H A DABI48_0_0ParagraphLocalDataTest.cpp33 text.fontStyle = FontStyle::Italic; in TEST()
49 ABI48_0_0React_native_assert(textAttribute["fontStyle"] == toString(*text.fontStyle)); in TEST()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/text/tests/
H A DABI47_0_0ParagraphLocalDataTest.cpp33 text.fontStyle = FontStyle::Italic; in TEST()
49 ABI47_0_0React_native_assert(textAttribute["fontStyle"] == toString(*text.fontStyle)); in TEST()
/expo/packages/expo-font/build/
H A DExpoFontLoader.web.js148 const fontStyle = _createWebFontTemplate(fontFamily, resource);
155 ? styleElementIE.styleSheet.cssText + fontStyle
156 : fontStyle;
159 const textNode = document.createTextNode(fontStyle);
/expo/packages/expo-font/src/
H A DExpoFontLoader.web.ts194 const fontStyle = _createWebFontTemplate(fontFamily, resource); constant
202 ? styleElementIE.styleSheet.cssText + fontStyle
203 : fontStyle;
205 const textNode = document.createTextNode(fontStyle);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI47_0_0RCTTextPrimitivesConversions.h43 inline static ABI47_0_0RCTFontStyle ABI47_0_0RCTFontStyleFromFontStyle(FontStyle fontStyle) in ABI47_0_0RCTFontStyleFromFontStyle() argument
45 switch (fontStyle) { in ABI47_0_0RCTFontStyleFromFontStyle()

123456