Home
last modified time | relevance | path

Searched refs:red (Results 1 – 25 of 268) sorted by relevance

1234567891011

/expo/apps/native-component-list/src/screens/SVG/examples/
H A DLine.tsx12 <Svg.Line x1="10%" y1="10%" x2="90%" y2="90%" stroke="red" strokeWidth="2" />
29 stroke="red"
38 stroke="red"
47 stroke="red"
58 <Svg.Line x1="0" y1="0" x2="20" y2="20" stroke="red" strokeWidth="1" />
H A DPath.tsx17 fill="red"
37 stroke="red"
52 <Svg.Path d="M 100 350 l 150 -300" stroke="red" strokeWidth="3" fill="none" />
53 <Svg.Path d="M 250 50 l 150 300" stroke="red" strokeWidth="3" fill="none" />
82 fill="red"
86 fill="red"
H A DText.tsx14 <Svg.Text x="50" y="9" fill="red" textAnchor="middle">
28 <Svg.Text x="0" y="15" fill="red" rotate="30" origin="20,40">
49 <Stop offset="100%" stopColor="red" stopOpacity="0" />
76 <Stop offset="100%" stopColor="red" stopOpacity="1" />
117 <TSpan fill="red" dy="5,5,5">
122 <Path d={path} fill="none" stroke="red" strokeWidth="1" />
144 <Svg.Text x="10" y="60" fill="red" fontSize="14">
H A DReusable.tsx64 <Stop offset="50%" stopColor="red" />
69 <Stop offset="50%" stopColor="red" />
88 <Circle cx="50" cy="50" r="40" strokeWidth="8" stroke="red" fill="red" />
113 fill="red"
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/
H A DABI47_0_0PlatformColorParser.h21 float red = 0; in parsePlatformColor() local
25 return {red, green, blue, alpha}; in parsePlatformColor()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/
H A DABI48_0_0PlatformColorParser.h21 float red = 0; in parsePlatformColor() local
25 return {red, green, blue, alpha}; in parsePlatformColor()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/
H A DABI49_0_0PlatformColorParser.h21 float red = 0; in parsePlatformColor() local
25 return {red, green, blue, alpha}; in parsePlatformColor()
/expo/packages/expo/scripts/
H A Dautolinking.rb13 Pod::UI.message 'Expo modules are already being used in this target definition'.red
29 Pod::UI.warn 'expo_patch_react_imports!() - Invalid `installer` parameter'.red
/expo/tools/src/utils/
H A DaskForSDKVersionAsync.ts16 `${chalk.red('`--sdkVersion`')} not provided - defaulting to ${chalk.cyan(
23 `${chalk.red('`--sdkVersion`')} not provided and unable to obtain default value.`
/expo/packages/@expo/metro-config/src/transform-worker/__tests__/__snapshots__/
H A Dtransform-worker.test.ts.snap19 const css = \`._R_BGG_container{background:red}\`;
32 "code": "._R_BGG_container{background:red}",
62 background: red;
78 background: red;
112 const css = \`body { background: red; }\`;
126 background: red;
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/
H A DConversions.swift120 let red = CGFloat((argb >> 16) & 0xff) / 255.0 in toColor() variable
123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
133 let red = CGFloat((rgba >> 24) & 0xff) / 255.0 in toColor() variable
137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/
H A DConversions.swift120 let red = CGFloat((argb >> 16) & 0xff) / 255.0 in toColor() variable
123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
133 let red = CGFloat((rgba >> 24) & 0xff) / 255.0 in toColor() variable
137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
/expo/packages/expo-modules-core/ios/Swift/
H A DConversions.swift120 let red = CGFloat((argb >> 16) & 0xff) / 255.0 in toColor() variable
123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
133 let red = CGFloat((rgba >> 24) & 0xff) / 255.0 in toColor() variable
137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DConversions.swift120 let red = CGFloat((argb >> 16) & 0xff) / 255.0 in toColor() variable
123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
133 let red = CGFloat((rgba >> 24) & 0xff) / 255.0 in toColor() variable
137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
/expo/tools/src/check-packages/
H A DrunPackageScriptAsync.ts7 const { cyan, gray, red, reset } = chalk; constant
34 consoleErrorOutput(error.stderr, 'stderr >', red);
/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherManifestHelperTests.swift23 …XCTAssertEqual(UIColor.init(red: 192.0/255.0, green: 1.0, blue: 51.0/255.0, alpha: 1.0), EXDevLaun… in testHexStringToColor()
24 …XCTAssertEqual(UIColor.init(red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0), EXDevLauncherManifestHel… in testHexStringToColor()
/expo/tools/src/
H A DFormatter.ts7 const { white, cyan, red, green, yellow, blue, gray, dim, reset } = chalk; constant
90 const logColor = p3 === 'error' ? red.bold : yellow.bold; constant
99 .replace(/\*\* BUILD FAILED \*\*/, red.bold('$&'));
/expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/types/
H A DColorTypeConverterTest.kt23 Truth.assertThat(color.red()).isEqualTo(expectedColor[0]) in converts from CSS named color()
45 Truth.assertThat(color.red()).isEqualTo(expectedColor[0]) in converts from int()
63 Truth.assertThat(color.red()).isEqualTo(expectedColor[0]) in converts from double array()
/expo/tools/src/promote-packages/
H A Dhelpers.ts9 const { cyan, green, magenta, red, gray } = chalk; constant
49 `Following packages could be ${red.bold('demoted')} ${gray(`(requires --demote flag)`)}:`
/expo/tools/src/promote-packages/tasks/
H A DpromotePackages.ts12 const { yellow, red, green, cyan } = chalk; constant
31 const action = state.isDemoting ? red('Demoting') : green('Promoting');
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI47_0_0ColorComponents.h14 float red{0};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI48_0_0ColorComponents.h14 float red{0};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI49_0_0ColorComponents.h14 float red{0};
/expo/tools/src/versioning/ios/transforms/
H A Dindex.ts56 chalk.red('-'),
57 chalk.red(match.value.trimRight())
/expo/packages/@expo/cli/src/prebuild/
H A DresolveTemplate.ts151 `Invalid URL: ${chalk.red(
162 `Found invalid GitHub URL: ${chalk.red(`"${template}"`)}. Please fix the URL and try again.`
171 `Could not locate the repository for ${chalk.red(

1234567891011