Home
last modified time | relevance | path

Searched refs:blue (Results 1 – 25 of 257) sorted by relevance

1234567891011

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/
H A DABI47_0_0PlatformColorParser.h23 float blue = 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.h23 float blue = 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.h23 float blue = 0; in parsePlatformColor() local
25 return {red, green, blue, alpha}; in parsePlatformColor()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKPolygon.swift4 var fillColor: UIColor = UIColor.blue.withAlphaComponent(0.25)
5 var strokeColor: UIColor = UIColor.blue
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKPolygon.swift4 var fillColor: UIColor = UIColor.blue.withAlphaComponent(0.25)
5 var strokeColor: UIColor = UIColor.blue
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKPolygon.swift4 var fillColor: UIColor = UIColor.blue.withAlphaComponent(0.25)
5 var strokeColor: UIColor = UIColor.blue
/expo/tools/src/publish-packages/tasks/
H A DcheckRepositoryStatus.ts9 const { cyan, yellow, blue } = chalk; constant
73 `It's recommended to publish from ${blue('main')} branch, while you're at ${blue(branchName)}`
H A DcommitStagedChanges.ts9 const { blue } = chalk; constant
35 logger.info(`\n�� Committing changes with message: ${blue(commitMessage)}`);
/expo/scripts/
H A Dcheck-cocoapods-lockfiles.sh10 blue="tput setaf 4"
29 …printf "\\n⚠️ $($yellow)Update your local CocoaPods with $($blue)et pod-install$($yellow) if you'…
/expo/apps/native-component-list/src/screens/SVG/examples/
H A DRect.tsx36 fill="blue"
59 fill="blue"
80 fill="blue"
100 fill="blue"
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/
H A DConversions.swift122 let blue = CGFloat(argb & 0xff) / 255.0 in toColor() variable
123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
135 let blue = CGFloat((rgba >> 8) & 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.swift122 let blue = CGFloat(argb & 0xff) / 255.0 in toColor() variable
123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
135 let blue = CGFloat((rgba >> 8) & 0xff) / 255.0 in toColor() variable
137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
/expo/tools/src/commands/
H A DCherryPickCommand.ts73 `\nLooking for commits to cherry-pick from ${chalk.bold(chalk.blue(source))} to ${chalk.bold(
74 chalk.blue(destination)
153 message: `Choose which commits to cherry-pick from ${chalk.blue(source)} to ${chalk.blue(
174 logger.info(`Checking out ${chalk.bold(chalk.blue(destination))} branch...`);
H A DCommentatorCommand.ts28 `To add "Hello!" comment on issue #1234, run it with ${chalk.blue.italic(
59 link(chalk.blue('#' + issue), `https://github.com/expo/expo/issues/${issue}`)
H A DClientInstall.ts30 console.log(`Installing Expo client from ${chalk.blue(clientUrl)} on iOS simulator...`);
40 console.log(`Launching Expo client with identifier ${chalk.blue(appIdentifier)}...`);
72 `Installing Expo client from ${chalk.blue(clientUrl)} on Android ${device.type}...`
/expo/packages/expo-modules-core/ios/Swift/
H A DConversions.swift122 let blue = CGFloat(argb & 0xff) / 255.0 in toColor() variable
123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
135 let blue = CGFloat((rgba >> 8) & 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.swift122 let blue = CGFloat(argb & 0xff) / 255.0 in toColor() variable
123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
135 let blue = CGFloat((rgba >> 8) & 0xff) / 255.0 in toColor() variable
137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
/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/ios/
H A Dpodfile_helpers.rb7 def blue(message) method
21 puts brown "#{message} #{blue relative_file_path}"
/expo/tools/src/
H A DFormatter.ts7 const { white, cyan, red, green, yellow, blue, gray, dim, reset } = chalk; constant
35 `(${blue.bold(link('#$1', 'https://github.com/expo/expo/pull/$1'))})`
58 .replace(/\[(#\d+|@\w+)\]\(([^)]+?)\)/g, blue.bold(link('$1', '$2')))
/expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/types/
H A DColorTypeConverterTest.kt25 Truth.assertThat(color.blue()).isEqualTo(expectedColor[2]) in converts from CSS named color()
47 Truth.assertThat(color.blue()).isEqualTo(expectedColor[2]) in converts from int()
65 Truth.assertThat(color.blue()).isEqualTo(expectedColor[2]) in converts from double array()
/expo/tools/src/generate-module/
H A DgenerateModuleAsync.ts23 console.log(`Using custom module template: ${chalk.blue(options.template)}`);
29 `Using local module template from ${chalk.blue(path.relative(EXPO_DIR, templatePath))}`
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI47_0_0ColorComponents.h16 float blue{0};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI48_0_0ColorComponents.h16 float blue{0};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI49_0_0ColorComponents.h16 float blue{0};

1234567891011