Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 25 of 111) sorted by relevance

12345

/expo/apps/native-component-list/src/screens/GL/
H A DPIXIBasicScreen.tsx9 const { scale: resolution } = Dimensions.get('window');
10 const width = gl.drawingBufferWidth / resolution;
11 const height = gl.drawingBufferHeight / resolution;
16 resolution,
H A DPIXISpriteScreen.tsx11 const { scale: resolution } = Dimensions.get('window');
12 const width = gl.drawingBufferWidth / resolution;
13 const height = gl.drawingBufferHeight / resolution;
18 resolution,
/expo/packages/@expo/cli/src/start/server/metro/
H A DwithMetroResolvers.ts92 const found = [...mapByTarget.values()].find((resolution) => resolution.path === origin);
254 const resolution = resolver(universalContext, moduleName, platform); constant
255 if (resolution) {
256 storeResult(resolution);
257 return resolution;
/expo/packages/expo/bin/
H A Dcli3 // Execute the CLI using node module resolution, instead of creating a new process.
/expo/tools/src/android-update-native-dependencies/
H A DinitScript.gradle15 // configure the task, for example wrt. resolution strategies
/expo/fastlane/screenshots/
H A DREADME.txt2 The device type will automatically be recognized using the image resolution.
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI49_0_0EXScopedModuleRegistryDelegate.m15 // in ABI49_0_0EXScopedModuleRegistryAdapter at the last moment before conflict resolution,
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI47_0_0EXScopedModuleRegistryDelegate.m15 // in ABI47_0_0EXScopedModuleRegistryAdapter at the last moment before conflict resolution,
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/
H A DABI48_0_0EXScopedModuleRegistryDelegate.m15 // in ABI48_0_0EXScopedModuleRegistryAdapter at the last moment before conflict resolution,
/expo/ios/Exponent/Versioned/Core/UniversalModules/
H A DEXScopedModuleRegistryDelegate.m15 // in EXScopedModuleRegistryAdapter at the last moment before conflict resolution,
/expo/ios/versioned/sdk47/EXCamera/EXCamera/Utilities/
H A DABI47_0_0EXCameraUtils.h20 + (NSString *)captureSessionPresetForVideoResolution:(ABI47_0_0EXCameraVideoResolution)resolution;
H A DABI47_0_0EXCameraUtils.m70 + (NSString *)captureSessionPresetForVideoResolution:(ABI47_0_0EXCameraVideoResolution)resolution
72 switch (resolution) {
/expo/ios/versioned/sdk48/EXCamera/EXCamera/Utilities/
H A DABI48_0_0EXCameraUtils.h20 + (NSString *)captureSessionPresetForVideoResolution:(ABI48_0_0EXCameraVideoResolution)resolution;
H A DABI48_0_0EXCameraUtils.m70 + (NSString *)captureSessionPresetForVideoResolution:(ABI48_0_0EXCameraVideoResolution)resolution
72 switch (resolution) {
/expo/ios/versioned/sdk49/EXCamera/EXCamera/Utilities/
H A DABI49_0_0EXCameraUtils.h22 + (NSString *)captureSessionPresetForVideoResolution:(ABI49_0_0EXCameraVideoResolution)resolution;
H A DABI49_0_0EXCameraUtils.m90 + (NSString *)captureSessionPresetForVideoResolution:(ABI49_0_0EXCameraVideoResolution)resolution
92 switch (resolution) {
/expo/packages/expo-camera/ios/EXCamera/Utilities/
H A DEXCameraUtils.h22 + (NSString *)captureSessionPresetForVideoResolution:(EXCameraVideoResolution)resolution;
H A DEXCameraUtils.m90 + (NSString *)captureSessionPresetForVideoResolution:(EXCameraVideoResolution)resolution
92 switch (resolution) {
/expo/docs/pages/modules/
H A Dautolinking.mdx17 1. common JavaScript CLI tool with the module resolution algorithm
97 The behavior of the module resolution can be customized using some configuration options. These opt…
190 The module resolution algorithm searches only for packages that contain the [Expo module config](./…
196 …ster, even though the module resolution algorithm is more complex to be more reliable and match th…
197 - Expo module resolution is also capable of detecting the duplicates which is a common issue in mon…
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/viewshot/
H A DViewShot.java244 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToRawFileOnDevice() local
246 fos.write(resolution.getBytes(Charset.forName("US-ASCII"))); in saveToRawFileOnDevice()
278 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToBase64String() local
279 final String header = (isRaw ? resolution : ""); in saveToBase64String()
358 final Point resolution = new Point(w, h); in captureViewImpl() local
448 return resolution; // return image width and height in captureViewImpl()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/viewshot/
H A DViewShot.java244 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToRawFileOnDevice() local
246 fos.write(resolution.getBytes(Charset.forName("US-ASCII"))); in saveToRawFileOnDevice()
278 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToBase64String() local
279 final String header = (isRaw ? resolution : ""); in saveToBase64String()
358 final Point resolution = new Point(w, h); in captureViewImpl() local
448 return resolution; // return image width and height in captureViewImpl()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/viewshot/
H A DViewShot.java286 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToRawFileOnDevice() local
288 fos.write(resolution.getBytes(Charset.forName("US-ASCII"))); in saveToRawFileOnDevice()
320 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToBase64String() local
321 final String header = (isRaw ? resolution : ""); in saveToBase64String()
402 final Point resolution = new Point(w, h); in captureViewImpl() local
492 return resolution; // return image width and height in captureViewImpl()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/viewshot/
H A DViewShot.java286 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToRawFileOnDevice() local
288 fos.write(resolution.getBytes(Charset.forName("US-ASCII"))); in saveToRawFileOnDevice()
320 final String resolution = String.format(Locale.US, "%d:%d|", size.x, size.y); in saveToBase64String() local
321 final String header = (isRaw ? resolution : ""); in saveToBase64String()
400 final Point resolution = new Point(w, h); in captureViewImpl() local
490 return resolution; // return image width and height in captureViewImpl()
/expo/docs/pages/guides/
H A Dtypescript.mdx110 Expo CLI supports [path aliases](https://www.typescriptlang.org/docs/handbook/module-resolution.htm…
135 - Path aliases add additional resolution time when defined.
198 …sing the [baseUrl](https://www.typescriptlang.org/docs/handbook/module-resolution.html#base-url) o…
210 - [`compilerOptions.baseUrl`](https://www.typescriptlang.org/docs/handbook/module-resolution.html#b…
212 …rOptions.baseUrl`](https://www.typescriptlang.org/docs/handbook/module-resolution.html#base-url) a…
/expo/packages/expo-asset/build/
H A DAsset.fx.js.map1 …mer } from './resolveAssetSource';\n\n// Override React Native's asset resolution for `Image` comp…

12345