Home
last modified time | relevance | path

Searched refs:flip (Results 1 – 25 of 78) sorted by relevance

1234

/expo/packages/expo-image/src/web/
H A DimageStyles.tsx15 [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 DAnimationManager.tsx21 '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 DimageStyles.js.map1flip-from-left {\n transition-property: transform, opacity;\n transition-timing-function: var(--…
/expo/apps/native-component-list/src/screens/Image/
H A DImageTransitionsScreen.tsx28 { 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 DFlipAction.web.ts4 export default (canvas: HTMLCanvasElement, flip: ActionFlip['flip']) => {
5 const xFlip = flip === FlipType.Horizontal;
6 const yFlip = flip === FlipType.Vertical;
H A Dindex.web.ts2 export { default as flip } from './FlipAction.web';
/expo/packages/expo-image-manipulator/build/actions/
H A DFlipAction.web.js3 export default (canvas, flip) => {
4 const xFlip = flip === FlipType.Horizontal;
5 const yFlip = flip === FlipType.Vertical;
H A Dindex.web.d.ts2 export { default as flip } from './FlipAction.web';
H A DFlipAction.web.d.ts2 declare const _default: (canvas: HTMLCanvasElement, flip: ActionFlip['flip']) => HTMLCanvasElement;
H A Dindex.web.js2 export { default as flip } from './FlipAction.web';
H A DFlipAction.web.js.map1 …canvas: HTMLCanvasElement, flip: ActionFlip['flip']) => {\n const xFlip = flip === FlipType.Horiz…
/expo/packages/expo-image-manipulator/build/
H A DExpoImageManipulator.web.js1 import { crop, flip, resize, rotate } from './actions/index.web';
54 return flip(canvas, action.flip);
H A Dvalidators.js55 if (typeof action.flip !== 'string' ||
56 ![FlipType.Horizontal, FlipType.Vertical].includes(action.flip)) {
57 throw new TypeError(`Unsupported flip type: ${action.flip}`);
H A DImageManipulator.types.d.ts48 flip: FlipType;
/expo/packages/expo-image-manipulator/src/
H A DExpoImageManipulator.web.ts2 import { crop, flip, resize, rotate } from './actions/index.web';
62 return flip(canvas, action.flip);
H A Dvalidators.ts73 typeof action.flip !== 'string' ||
74 ![FlipType.Horizontal, FlipType.Vertical].includes(action.flip)
76 throw new TypeError(`Unsupported flip type: ${action.flip}`);
H A DImageManipulator.types.ts57 flip: FlipType;
/expo/packages/expo-image-manipulator/src/__tests__/
H A Dvalidators-test.ts31 flip: FlipType.Horizontal,
72 flip: 'diagonal' as unknown as FlipType,
82 flip: FlipType.Horizontal,
/expo/packages/expo-image-manipulator/ios/
H A DImageManipulations.swift18 } 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 DImageManipulations.swift18 } 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 DImageManipulations.swift18 } 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 DImageManipulations.swift18 } 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 DImageManipulator.js102 [{ 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 DABI48_0_0experiments.cpp32 detail::enabledExperiments.flip(bit); in toggle()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/internal/
H A DABI47_0_0experiments.cpp32 detail::enabledExperiments.flip(bit); in toggle()

1234