| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | G.tsx | 15 static title = 'G children props inherit'; 41 <Svg.G> 43 </Svg.G> 48 </Svg.G> 55 static title = 'G transform'; 59 <Svg.G rotation="50" origin="40, 30" id="group"> 67 </Svg.G> 84 <Svg.G fill="purple" stroke="pink" strokeWidth="1"> 90 </Svg.G> 94 const G: Example = { [all …]
|
| H A D | TouchEvents.tsx | 6 const { Circle, Path, Rect, G, Text, ClipPath, Defs } = Svg; 49 <G> 50 <G> 64 </G> 65 </G> 77 <G onPress={() => alert('Pressed on G')}> 78 <G scale="1.4"> 79 <G> 91 </G> 92 </G> [all …]
|
| H A D | Stroking.tsx | 6 const { Path, Rect, G, Defs, Stop, RadialGradient, Polyline, ClipPath, Circle, Text } = Svg; 13 <G strokeWidth="1"> 17 </G> 28 <G stroke="red"> 29 <G strokeWidth="8"> 33 </G> 34 </G> 45 <G fill="none" stroke="black" strokeWidth="4"> 49 </G> 130 <G fill="none" stroke="black" strokeWidth="2"> [all …]
|
| H A D | Polygon.tsx | 6 const { G } = Svg; 36 <G scale="0.5"> 43 </G> 54 <G scale="0.5" fillRule="evenodd"> 61 </G> 69 <G scale="0.1"> 76 </G>
|
| H A D | Clipping.tsx | 6 const { ClipPath, Defs, RadialGradient, Stop, Rect, Text, Ellipse, G, Polygon, Path, Circle, Use } = 20 <G scale="0.9" x="10"> 28 </G> 53 <G id="a"> 58 </G> 62 <G transform="translate(100)"> 65 </G> 116 <G clipPath="url(#clip)" clipRule="evenodd" scale="0.2"> 117 <G> 122 </G> [all …]
|
| H A D | Path.tsx | 6 const { G, Circle, Text } = Svg; 51 <G scale="0.5"> 56 <G stroke="purple" strokeWidth="3" fill="purple" r="3"> 60 </G> 61 <G fontSize="30" fill="black" stroke="none" textAnchor="middle"> 71 </G> 72 </G> 79 <G fillRule="evenodd"> 88 </G>
|
| H A D | Reusable.tsx | 6 const { Defs, G, Path, Use, Symbol, Circle, ClipPath, LinearGradient, RadialGradient, Stop, Rect } = 15 <G id="shape"> 16 <G> 20 </G> 21 </G> 35 <G id="shape"> 37 </G> 53 <G id="path" x="5" y="2" opacity="0.9"> 58 </G> 103 <G id="path" scale="0.5"> [all …]
|
| H A D | index.web.ts | 5 import G from './G'; 31 G, constant
|
| H A D | index.ts | 5 import G from './G'; 32 G, constant
|
| H A D | PanResponder.tsx | 12 const { Path, Text, G, Line, Polyline } = Svg; 67 <G opacity={this.state.hover ? 0.5 : 1} x={this.state.x} y={this.state.y}> 79 </G> 87 <G strokeWidth="1" stroke="#ccc" fill="#ccc"> 93 </G>
|
| H A D | Svg.tsx | 7 const { Circle, Rect, Path, Line, G } = Svg; 50 <G> 56 </G> 74 <G> 76 </G> 119 <G x="40" onPress={this.alert}> 125 </G>
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/sensor/ |
| H A D | ABI47_0_0ReanimatedSensor.m | 72 double G = 9.81; 73 // convert G to m/s^2 75 sensorData.acceleration.x * G, 76 sensorData.acceleration.y * G, 77 sensorData.acceleration.z * G}; 99 double G = 9.81; 100 // convert G to m/s^2 102 … sensorData.gravity.x * G, sensorData.gravity.y * G, sensorData.gravity.z * G};
|
| /expo/ios/vendored/sdk48/react-native-reanimated/ios/sensor/ |
| H A D | ABI48_0_0ReanimatedSensor.m | 72 double G = 9.81; 73 // convert G to m/s^2 75 sensorData.acceleration.x * G, 76 sensorData.acceleration.y * G, 77 sensorData.acceleration.z * G}; 99 double G = 9.81; 100 // convert G to m/s^2 102 … sensorData.gravity.x * G, sensorData.gravity.y * G, sensorData.gravity.z * G};
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | glob.ts | 1 import G, { Glob } from 'glob'; 4 export function everyMatchAsync(pattern: string, options: G.IOptions) { 20 export function anyMatchAsync(pattern: string, options: G.IOptions) {
|
| /expo/ios/vendored/sdk49/react-native-reanimated/ios/sensor/ |
| H A D | ABI49_0_0ReanimatedSensor.m | 76 double G = 9.81; 77 // convert G to m/s^2 79 sensorData.acceleration.x * G, 80 sensorData.acceleration.y * G, 81 sensorData.acceleration.z * G}; 103 double G = 9.81; 104 // convert G to m/s^2 106 … sensorData.gravity.x * G, sensorData.gravity.y * G, sensorData.gravity.z * G};
|
| /expo/ios/vendored/unversioned/react-native-reanimated/ios/sensor/ |
| H A D | ReanimatedSensor.m | 76 double G = 9.81; 77 // convert G to m/s^2 79 sensorData.acceleration.x * G, 80 sensorData.acceleration.y * G, 81 sensorData.acceleration.z * G}; 103 double G = 9.81; 104 // convert G to m/s^2 106 … sensorData.gravity.x * G, sensorData.gravity.y * G, sensorData.gravity.z * G};
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | CellularScreen.tsx | 65 [Cellular.CellularGeneration.CELLULAR_2G]: '2G', 66 [Cellular.CellularGeneration.CELLULAR_3G]: '3G', 67 [Cellular.CellularGeneration.CELLULAR_4G]: '4G', 68 [Cellular.CellularGeneration.CELLULAR_5G]: '5G',
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkColorType.h | 55 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 58 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkColorType.h | 55 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 58 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkColorType.h | 55 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 58 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkColorType.h | 55 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 58 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkColorType.h | 55 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 58 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkColorType.h | 54 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 57 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkColorType.h | 54 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 57 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/ |
| H A D | SkColorType.h | 55 #if SK_PMCOLOR_BYTE_ORDER(B,G,R,A) 58 #elif SK_PMCOLOR_BYTE_ORDER(R,G,B,A)
|