| /expo/packages/expo-image-manipulator/build/ |
| H A D | validators.js | 66 const isValid = typeof action.resize === 'object' && 67 action.resize !== null && 68 (typeof action.resize.width === 'number' || typeof action.resize.width === 'undefined') && 69 (typeof action.resize.height === 'number' || typeof action.resize.height === 'undefined');
|
| H A D | ExpoImageManipulator.web.js | 1 import { crop, flip, resize, rotate } from './actions/index.web'; 51 return resize(canvas, action.resize);
|
| H A D | ImageManipulator.types.d.ts | 27 resize: {
|
| H A D | validators.js.map | 1 …resize'];\n const actionKeys = Object.keys(action);\n if (actionKeys.length !== 1) {\n …
|
| /expo/packages/expo-image-manipulator/src/ |
| H A D | validators.ts | 88 typeof action.resize === 'object' && 89 action.resize !== null && 90 (typeof action.resize.width === 'number' || typeof action.resize.width === 'undefined') && 91 (typeof action.resize.height === 'number' || typeof action.resize.height === 'undefined');
|
| H A D | ExpoImageManipulator.web.ts | 2 import { crop, flip, resize, rotate } from './actions/index.web'; 60 return resize(canvas, action.resize);
|
| H A D | ImageManipulator.types.ts | 30 resize: {
|
| /expo/packages/expo-image-manipulator/src/__tests__/ |
| H A D | validators-test.ts | 114 resize: { 127 resize: { 137 resize: { 147 resize: {
|
| /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 160 { resize: { width: 200, height: 200 } }, property
|
| /expo/packages/expo-image-manipulator/ios/ |
| H A D | ImageManipulations.swift | 14 if let resize = action.resize { in manipulate() variable 15 image = try manipulate(image: image, resize: resize) in manipulate() 30 internal func manipulate(image: UIImage, resize: ResizeOptions) throws -> UIImage { in manipulate() 37 if let width = resize.width { in manipulate() 41 if let height = resize.height { in manipulate()
|
| /expo/ios/versioned/sdk49/ExpoImageManipulator/ |
| H A D | ImageManipulations.swift | 14 if let resize = action.resize { in manipulate() variable 15 image = try manipulate(image: image, resize: resize) in manipulate() 30 internal func manipulate(image: UIImage, resize: ResizeOptions) throws -> UIImage { in manipulate() 37 if let width = resize.width { in manipulate() 41 if let height = resize.height { in manipulate()
|
| /expo/ios/versioned/sdk48/ExpoImageManipulator/ |
| H A D | ImageManipulations.swift | 14 if let resize = action.resize { in manipulate() variable 15 image = try manipulate(image: image, resize: resize) in manipulate() 30 internal func manipulate(image: UIImage, resize: ResizeOptions) throws -> UIImage { in manipulate() 37 if let width = resize.width { in manipulate() 41 if let height = resize.height { in manipulate()
|
| /expo/ios/versioned/sdk47/ExpoImageManipulator/ |
| H A D | ImageManipulations.swift | 14 if let resize = action.resize { in manipulate() variable 15 image = try manipulate(image: image, resize: resize) in manipulate() 30 internal func manipulate(image: UIImage, resize: ResizeOptions) throws -> UIImage { in manipulate() 37 if let width = resize.width { in manipulate() 41 if let height = resize.height { in manipulate()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/sharedelement/ |
| H A D | RNSharedElementView.java | 40 RNSharedElementResize resize, in updateViewAndDrawable() argument 46 boolean useGPUScaling = (resize != RNSharedElementResize.CLIP) && in updateViewAndDrawable() 74 switch (resize) { in updateViewAndDrawable()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/sharedelement/ |
| H A D | RNSharedElementView.java | 40 RNSharedElementResize resize, in updateViewAndDrawable() argument 46 boolean useGPUScaling = (resize != RNSharedElementResize.CLIP) && in updateViewAndDrawable() 74 switch (resize) { in updateViewAndDrawable()
|
| /expo/packages/expo-image-manipulator/src/actions/ |
| H A D | index.web.ts | 3 export { default as resize } from './ResizeAction.web';
|
| /expo/packages/expo-image-manipulator/build/actions/ |
| H A D | index.web.d.ts | 3 export { default as resize } from './ResizeAction.web';
|
| H A D | index.web.js | 3 export { default as resize } from './ResizeAction.web';
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mapbuffer/ |
| H A D | ABI48_0_0MapBufferBuilder.cpp | 85 dynamicData_.resize(offset + INT_SIZE + strSize, 0); in putString() 103 dynamicData_.resize(offset + INT_SIZE + mapBufferSize, 0); in putMapBuffer() 125 dynamicData_.resize(offset + INT_SIZE, 0); in putMapBufferList() 131 dynamicData_.resize(dynamicDataSize + INT_SIZE + mapBufferSize, 0); in putMapBufferList()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mapbuffer/ |
| H A D | ABI49_0_0MapBufferBuilder.cpp | 85 dynamicData_.resize(offset + INT_SIZE + strSize, 0); in putString() 103 dynamicData_.resize(offset + INT_SIZE + mapBufferSize, 0); in putMapBuffer() 125 dynamicData_.resize(offset + INT_SIZE, 0); in putMapBufferList() 131 dynamicData_.resize(dynamicDataSize + INT_SIZE + mapBufferSize, 0); in putMapBufferList()
|
| /expo/packages/expo-video/ios/ |
| H A D | VideoContentFit.swift | 36 return .resize in toVideoGravity()
|
| /expo/packages/expo-image/ios/ |
| H A D | ImageUtils.swift | 96 func resize(animatedImage image: UIImage, toSize size: CGSize, scale: Double) async -> UIImage { in resize() function 101 return resize(image: image, toSize: size, scale: scale) in resize() 110 return resize(image: image, toSize: size, scale: scale) in resize() 116 func resize(image: UIImage, toSize size: CGSize, scale: Double) -> UIImage { in resize() function
|
| /expo/ios/versioned/sdk49/ExpoImage/ |
| H A D | ImageUtils.swift | 96 func resize(animatedImage image: UIImage, toSize size: CGSize, scale: Double) async -> UIImage { in resize() function 101 return resize(image: image, toSize: size, scale: scale) in resize() 110 return resize(image: image, toSize: size, scale: scale) in resize() 116 func resize(image: UIImage, toSize size: CGSize, scale: Double) -> UIImage { in resize() function
|
| /expo/ios/versioned/sdk48/ExpoImage/ |
| H A D | ImageUtils.swift | 96 func resize(animatedImage image: UIImage, toSize size: CGSize, scale: Double) async -> UIImage { in resize() function 101 return resize(image: image, toSize: size, scale: scale) in resize() 110 return resize(image: image, toSize: size, scale: scale) in resize() 116 func resize(image: UIImage, toSize size: CGSize, scale: Double) -> UIImage { in resize() function
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | WindowSoftInputMode.ts | 11 resize: 'adjustResize',
|