Home
last modified time | relevance | path

Searched refs:Line (Results 1 – 25 of 29) sorted by relevance

12

/expo/apps/native-component-list/src/screens/SVG/examples/
H A DLine.tsx7 static title = 'Line';
12 <Svg.Line x1="10%" y1="10%" x2="90%" y2="90%" stroke="red" strokeWidth="2" />
19 static title = 'Line';
24 <Svg.Line
33 <Svg.Line
42 <Svg.Line
58 <Svg.Line x1="0" y1="0" x2="20" y2="20" stroke="red" strokeWidth="1" />
62 const Line: Example = {
67 export default Line;
H A Dindex.web.ts8 import Line from './Line';
25 Line, constant
H A Dindex.ts8 import Line from './Line';
26 Line, constant
H A DPanResponder.tsx12 const { Path, Text, G, Line, Polyline } = Svg;
88 <Line x1="4" y1="5" x2="16" y2="5" />
90 <Line x1="10" y1="1" x2="10" y2="5" />
H A DG.tsx6 const { Circle, Line, Rect, Text, Use } = Svg;
60 <Line x1="60" y1="10" x2="140" y2="10" stroke="#060" strokeWidth="1" />
H A DSvg.tsx7 const { Circle, Rect, Path, Line, G } = Svg;
87 <Line x1="10%" y1="10%" x2="90%" y2="90%" stroke="yellow" strokeWidth="4" />
88 <Line x1="10%" y1="90%" x2="90%" y2="10%" stroke="yellow" strokeWidth="4" />
/expo/docs/.vale/writing-styles/expo-docs/
H A DHeadingCase.yml51 - Command Line Tools
/expo/docs/pages/workflow/
H A Dios-simulator.mdx25 ## Install Xcode Command Line Tools
27 … and install the tools by selecting the most recent version in the **Command Line Tools** dropdown.
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTJSStackFrame.m42 @"(\\d+):(\\d+)" // Line and column number (groups 3 and 4)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTJSStackFrame.m42 @"(\\d+):(\\d+)" // Line and column number (groups 3 and 4)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTJSStackFrame.m42 @"(\\d+):(\\d+)" // Line and column number (groups 3 and 4)
/expo/apps/native-component-list/src/screens/
H A DLottieScreen.tsx22 makeExample('Line Animation', () => require('../../assets/animations/LineAnimation.json')),
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkPath.h105 static SkPath Line(const SkPoint a, const SkPoint b) { in Line() function
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkPath.h105 static SkPath Line(const SkPoint a, const SkPoint b) { in Line() function
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkPath.h105 static SkPath Line(const SkPoint a, const SkPoint b) { in Line() function
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkPath.h105 static SkPath Line(const SkPoint a, const SkPoint b) { in Line() function
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkPath.h96 static SkPath Line(const SkPoint a, const SkPoint b) { in Line() function
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkPath.h105 static SkPath Line(const SkPoint a, const SkPoint b) { in Line() function
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkPath.h96 static SkPath Line(const SkPoint a, const SkPoint b) { in Line() function
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkPath.h105 static SkPath Line(const SkPoint a, const SkPoint b) { in Line() function
/expo/docs/pages/guides/
H A Dlocal-app-development.mdx175 …ll also install the iOS Simulator. You will also need to [install Command Line Tools](/workflow/io…
/expo/ios/vendored/sdk47/react-native-svg/apple/Text/
H A DABI47_0_0RNSVGTSpan.mm735 …This property is defined in the CSS Line Layout Module 3 specification. See 'alignment-baseline'. …
/expo/ios/vendored/sdk49/react-native-svg/apple/Text/
H A DABI49_0_0RNSVGTSpan.mm735 …This property is defined in the CSS Line Layout Module 3 specification. See 'alignment-baseline'. …
/expo/ios/vendored/unversioned/react-native-svg/apple/Text/
H A DRNSVGTSpan.mm735 …This property is defined in the CSS Line Layout Module 3 specification. See 'alignment-baseline'. …
/expo/ios/vendored/sdk48/react-native-svg/apple/Text/
H A DABI48_0_0RNSVGTSpan.mm735 …This property is defined in the CSS Line Layout Module 3 specification. See 'alignment-baseline'. …

12