| /expo/apps/test-suite/tests/ |
| H A D | ImageManipulator.js | 20 { resize: { width: 100, height: 100 } }, property 32 [{ resize: { width: 100, height: 100 } }] property 42 { resize: { width: 100, height: 100 } }, property 55 [{ resize: { width: 100, height: 100 } }], property 71 [{ resize: { width: 100, height: 100 } }], property 87 [{ resize: { width: 100, height: 100 } }], property 144 { resize: { width: 100, height: 100 } }, property 152 { crop: { originX: 20, originY: 20, width: 100, height: 100 } }, property 160 { resize: { width: 200, height: 200 } }, property 163 { crop: { originX: 20, originY: 20, width: 100, height: 100 } }, property
|
| H A D | BarCodeScanner.js | 12 const style = { width: 200, height: 200 }; property 94 width: 210, property 123 width: 294, property 167 width: 141, property
|
| /expo/packages/expo-linear-gradient/build/ |
| H A D | NativeLinearGradient.web.js | 7 width: 1, property 35 export function getLinearGradientBackgroundImage(colors, locations, startPoint, endPoint, width = 1… argument 40 function calculatePseudoAngle(width, height, startPoint, endPoint) { argument
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/imagemanipulator/actions/ |
| H A D | ResizeAction.kt | 8 class ResizeAction(private val width: Int?, private val height: Int?) : Action { constant in abi47_0_0.expo.modules.imagemanipulator.actions.ResizeAction 23 val width = if (o.containsKey(KEY_WIDTH)) ((o[KEY_WIDTH] as Double).toInt()) else null in fromObject() constant
|
| H A D | CropAction.kt | 10 class CropAction(private val originX: Int, private val originY: Int, private val width: Int, privat… constant in abi47_0_0.expo.modules.imagemanipulator.actions.CropAction 26 val width = (o[KEY_WIDTH] as Double).toInt() in fromObject() constant
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/interfaces/barcodescanner/ |
| H A D | BarCodeScannerResult.java | 9 private final int width; field in BarCodeScannerResult.BoundingBox 12 public BoundingBox(int x, int y, int width, int height) { in BoundingBox() 43 …c BarCodeScannerResult(int type, String value, List<Integer> cornerPoints, int height, int width) { in BarCodeScannerResult() 79 public void setReferenceImageWidth(int width) { in setReferenceImageWidth()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/interfaces/barcodescanner/ |
| H A D | BarCodeScannerResult.java | 9 private final int width; field in BarCodeScannerResult.BoundingBox 12 public BoundingBox(int x, int y, int width, int height) { in BoundingBox() 43 …c BarCodeScannerResult(int type, String value, List<Integer> cornerPoints, int height, int width) { in BarCodeScannerResult() 79 public void setReferenceImageWidth(int width) { in setReferenceImageWidth()
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/interfaces/barcodescanner/ |
| H A D | BarCodeScannerResult.java | 9 private final int width; field in BarCodeScannerResult.BoundingBox 12 public BoundingBox(int x, int y, int width, int height) { in BoundingBox() 43 …c BarCodeScannerResult(int type, String value, List<Integer> cornerPoints, int height, int width) { in BarCodeScannerResult() 79 public void setReferenceImageWidth(int width) { in setReferenceImageWidth()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/interfaces/barcodescanner/ |
| H A D | BarCodeScannerResult.java | 9 private final int width; field in BarCodeScannerResult.BoundingBox 12 public BoundingBox(int x, int y, int width, int height) { in BoundingBox() 43 …c BarCodeScannerResult(int type, String value, List<Integer> cornerPoints, int height, int width) { in BarCodeScannerResult() 79 public void setReferenceImageWidth(int width) { in setReferenceImageWidth()
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/android/src/main/java/abi47_0_0/com/shopify/reactnative/skia/ |
| H A D | SkiaBaseView.java | 98 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 104 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() 128 protected abstract void surfaceAvailable(Object surface, int width, int height); in surfaceAvailable() 130 protected abstract void surfaceSizeChanged(int width, int height); in surfaceSizeChanged()
|
| /expo/packages/expo-asset/build/ |
| H A D | ImageAssets.js | 9 return Promise.resolve({ name: getFilename(url), width: 0, height: 0 }); property 17 width: img.naturalWidth, property
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/android/src/main/java/abi49_0_0/com/shopify/reactnative/skia/ |
| H A D | SkiaBaseView.java | 104 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 110 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() 134 protected abstract void surfaceAvailable(Object surface, int width, int height); in surfaceAvailable() 136 protected abstract void surfaceSizeChanged(int width, int height); in surfaceSizeChanged()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/android/src/main/java/com/shopify/reactnative/skia/ |
| H A D | SkiaBaseView.java | 104 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 110 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() 134 protected abstract void surfaceAvailable(Object surface, int width, int height); in surfaceAvailable() 136 protected abstract void surfaceSizeChanged(int width, int height); in surfaceSizeChanged()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/android/src/main/java/abi48_0_0/com/shopify/reactnative/skia/ |
| H A D | SkiaBaseView.java | 104 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 110 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() 134 protected abstract void surfaceAvailable(Object surface, int width, int height); in surfaceAvailable() 136 protected abstract void surfaceSizeChanged(int width, int height); in surfaceSizeChanged()
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/api/ |
| H A D | JsiSkSVG.h | 29 JSI_HOST_FUNCTION(width) { in JSI_HOST_FUNCTION() argument 37 JSI_EXPORT_FUNCTIONS(JSI_EXPORT_FUNC(JsiSkSVG, width), in JSI_EXPORT_FUNCTIONS() argument
|
| H A D | JsiSkSurfaceFactory.h | 26 auto width = static_cast<int>(arguments[0].asNumber()); in JSI_HOST_FUNCTION() local 38 auto width = static_cast<int>(arguments[0].asNumber()); in JSI_HOST_FUNCTION() local
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/api/ |
| H A D | JsiSkSVG.h | 29 JSI_HOST_FUNCTION(width) { in JSI_HOST_FUNCTION() argument 37 JSI_EXPORT_FUNCTIONS(JSI_EXPORT_FUNC(JsiSkSVG, width), in JSI_EXPORT_FUNCTIONS() argument
|
| H A D | JsiSkSurfaceFactory.h | 26 auto width = static_cast<int>(arguments[0].asNumber()); in JSI_HOST_FUNCTION() local 38 auto width = static_cast<int>(arguments[0].asNumber()); in JSI_HOST_FUNCTION() local
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/api/ |
| H A D | JsiSkSVG.h | 29 JSI_HOST_FUNCTION(width) { in JSI_HOST_FUNCTION() argument 37 JSI_EXPORT_FUNCTIONS(JSI_EXPORT_FUNC(JsiSkSVG, width), in JSI_EXPORT_FUNCTIONS() argument
|
| H A D | JsiSkSurfaceFactory.h | 26 auto width = static_cast<int>(arguments[0].asNumber()); in JSI_HOST_FUNCTION() local 38 auto width = static_cast<int>(arguments[0].asNumber()); in JSI_HOST_FUNCTION() local
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/api/ |
| H A D | JsiSkSVG.h | 29 JSI_HOST_FUNCTION(width) { in JSI_HOST_FUNCTION() argument 37 JSI_EXPORT_FUNCTIONS(JSI_EXPORT_FUNC(JsiSkSVG, width), in JSI_EXPORT_FUNCTIONS() argument
|
| H A D | JsiSkSurfaceFactory.h | 26 auto width = static_cast<int>(arguments[0].asNumber()); in JSI_HOST_FUNCTION() local 38 auto width = static_cast<int>(arguments[0].asNumber()); in JSI_HOST_FUNCTION() local
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/ |
| H A D | ABI49_0_0AndroidTextInputProps.h | 31 double width; member 41 auto width = map.find("width"); in fromRawValue() local
|
| /expo/packages/expo-image-manipulator/android/src/main/java/expo/modules/imagemanipulator/actions/ |
| H A D | ResizeAction.kt | 8 val width = resizeOptions.width?.toInt() in run() constant
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/barcodescanner/utils/ |
| H A D | ImageDimensions.kt | 10 val width = if (isLandscape) innerHeight else innerWidth constant
|