| /expo/packages/expo-image/src/web/ |
| H A D | imageStyles.tsx | 15 [data-expoimage] .flip-from-left { 21 [data-expoimage] .flip-from-left-container { 33 [data-expoimage] .flip-from-left-active { 37 [data-expoimage] .flip-from-left-end { 41 [data-expoimage] .flip-from-right { 62 [data-expoimage] .flip-from-right-end { 66 [data-expoimage] .flip-from-top { 83 [data-expoimage] .flip-from-top-active { 87 [data-expoimage] .flip-from-top-end { 91 [data-expoimage] .flip-from-bottom { [all …]
|
| H A D | AnimationManager.tsx | 21 'flip-from-left', 22 'flip-from-right', 23 'flip-from-top', 24 'flip-from-bottom', 49 if (animationClass?.includes('flip')) {
|
| /expo/packages/expo-image/build/web/ |
| H A D | imageStyles.js.map | 1 …flip-from-left {\n transition-property: transform, opacity;\n transition-timing-function: var(--…
|
| /expo/apps/native-component-list/src/screens/Image/ |
| H A D | ImageTransitionsScreen.tsx | 28 { name: 'flip-from-left', value: 'flip-from-left' }, 29 { name: 'flip-from-right', value: 'flip-from-right' }, 30 { name: 'flip-from-top', value: 'flip-from-top' }, 31 { name: 'flip-from-bottom', value: 'flip-from-bottom' },
|
| /expo/packages/expo-image-manipulator/src/actions/ |
| H A D | FlipAction.web.ts | 4 export default (canvas: HTMLCanvasElement, flip: ActionFlip['flip']) => { 5 const xFlip = flip === FlipType.Horizontal; 6 const yFlip = flip === FlipType.Vertical;
|
| H A D | index.web.ts | 2 export { default as flip } from './FlipAction.web';
|
| /expo/packages/expo-image-manipulator/build/actions/ |
| H A D | FlipAction.web.js | 3 export default (canvas, flip) => { 4 const xFlip = flip === FlipType.Horizontal; 5 const yFlip = flip === FlipType.Vertical;
|
| H A D | index.web.d.ts | 2 export { default as flip } from './FlipAction.web';
|
| H A D | FlipAction.web.d.ts | 2 declare const _default: (canvas: HTMLCanvasElement, flip: ActionFlip['flip']) => HTMLCanvasElement;
|
| H A D | index.web.js | 2 export { default as flip } from './FlipAction.web';
|
| H A D | FlipAction.web.js.map | 1 …canvas: HTMLCanvasElement, flip: ActionFlip['flip']) => {\n const xFlip = flip === FlipType.Horiz…
|
| /expo/packages/expo-image-manipulator/build/ |
| H A D | ExpoImageManipulator.web.js | 1 import { crop, flip, resize, rotate } from './actions/index.web'; 54 return flip(canvas, action.flip);
|
| H A D | validators.js | 55 if (typeof action.flip !== 'string' || 56 ![FlipType.Horizontal, FlipType.Vertical].includes(action.flip)) { 57 throw new TypeError(`Unsupported flip type: ${action.flip}`);
|
| H A D | ImageManipulator.types.d.ts | 48 flip: FlipType;
|
| /expo/packages/expo-image-manipulator/src/ |
| H A D | ExpoImageManipulator.web.ts | 2 import { crop, flip, resize, rotate } from './actions/index.web'; 62 return flip(canvas, action.flip);
|
| H A D | validators.ts | 73 typeof action.flip !== 'string' || 74 ![FlipType.Horizontal, FlipType.Vertical].includes(action.flip) 76 throw new TypeError(`Unsupported flip type: ${action.flip}`);
|
| H A D | ImageManipulator.types.ts | 57 flip: FlipType;
|
| /expo/packages/expo-image-manipulator/src/__tests__/ |
| H A D | validators-test.ts | 31 flip: FlipType.Horizontal, 72 flip: 'diagonal' as unknown as FlipType, 82 flip: FlipType.Horizontal,
|
| /expo/packages/expo-image-manipulator/ios/ |
| H A D | ImageManipulations.swift | 18 } else if let flip = action.flip { in manipulate() variable 19 image = try manipulate(image: image, flip: flip) in manipulate() 84 internal func manipulate(image: UIImage, flip: FlipType) throws -> UIImage { in manipulate() 88 switch flip { in manipulate()
|
| /expo/ios/versioned/sdk49/ExpoImageManipulator/ |
| H A D | ImageManipulations.swift | 18 } else if let flip = action.flip { in manipulate() variable 19 image = try manipulate(image: image, flip: flip) in manipulate() 84 internal func manipulate(image: UIImage, flip: FlipType) throws -> UIImage { in manipulate() 88 switch flip { in manipulate()
|
| /expo/ios/versioned/sdk48/ExpoImageManipulator/ |
| H A D | ImageManipulations.swift | 18 } else if let flip = action.flip { in manipulate() variable 19 image = try manipulate(image: image, flip: flip) in manipulate() 84 internal func manipulate(image: UIImage, flip: FlipType) throws -> UIImage { in manipulate() 88 switch flip { in manipulate()
|
| /expo/ios/versioned/sdk47/ExpoImageManipulator/ |
| H A D | ImageManipulations.swift | 18 } else if let flip = action.flip { in manipulate() variable 19 image = try manipulate(image: image, flip: flip) in manipulate() 84 internal func manipulate(image: UIImage, flip: FlipType) throws -> UIImage { in manipulate() 88 switch flip { in manipulate()
|
| /expo/apps/test-suite/tests/ |
| H A D | ImageManipulator.js | 102 [{ flip: ImageManipulator.FlipType.Vertical }], property 128 { flip: ImageManipulator.FlipType.Horizontal }, property 136 { flip: ImageManipulator.FlipType.Vertical }, property 161 { flip: ImageManipulator.FlipType.Vertical }, property
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/internal/ |
| H A D | ABI48_0_0experiments.cpp | 32 detail::enabledExperiments.flip(bit); in toggle()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/internal/ |
| H A D | ABI47_0_0experiments.cpp | 32 detail::enabledExperiments.flip(bit); in toggle()
|