Home
last modified time | relevance | path

Searched refs:perspective (Results 1 – 25 of 45) sorted by relevance

12

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/
H A DprocessTransform-test.js.snap13 …should throw when passing a perspective of 0 1`] = `"Transform with key of \\"perspective\\" canno…
29 …e to a number prop 3`] = `"Transform with key of \\"perspective\\" must be a number: {\\"perspecti…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/
H A DprocessTransform-test.js.snap17 …should throw when passing a perspective of 0 1`] = `"Transform with key of \\"perspective\\" canno…
39 …e to a number prop 3`] = `"Transform with key of \\"perspective\\" must be a number: {\\"perspecti…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/
H A DprocessTransform-test.js.snap17 …should throw when passing a perspective of 0 1`] = `"Transform with key of \\"perspective\\" canno…
39 …e to a number prop 3`] = `"Transform with key of \\"perspective\\" must be a number: {\\"perspecti…
/expo/packages/expo/types/
H A Dreact-native-web.d.ts96 perspective?: string; property
217 perspective?: string; property
/expo/apps/native-component-list/src/screens/
H A DAccelerometerScreen.tsx21 perspective: number;
33 export default function AccelerometerScreen({ numItems = COUNT, perspective = 200 }: Props) {
76 x: (Number(x.toFixed(1)) * perspective * nIndex) / COUNT,
77 y: (-y.toFixed(1) * perspective * nIndex) / COUNT,
H A DGestureHandlerPinchScreen.tsx120 { perspective: 200 },
/expo/packages/expo-image/src/web/
H A DimageStyles.tsx27 perspective: 1000px;
52 perspective: 1000px;
77 perspective: 1000px;
102 perspective: 1000px;
/expo/packages/html-elements/build/primitives/
H A DView.d.ts91 perspective?: string; property
/expo/packages/expo-image/build/web/
H A DimageStyles.js.map1perspective: 1000px;\n}\n[data-expoimage] .flip-from-left-start:not(.transitioning) {\n transform…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI47_0_0Transform.h83 static Transform Perspective(Float perspective);
H A DABI47_0_0Transform.cpp35 Transform Transform::Perspective(Float perspective) { in Perspective() argument
38 TransformOperationType::Perspective, perspective, 0, 0}); in Perspective()
39 transform.matrix[11] = -1 / perspective; in Perspective()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts115 perspective: number; property
/expo/apps/native-component-list/src/components/
H A DFace.tsx20 { perspective: 600 },
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI48_0_0Transform.h95 static Transform Perspective(Float perspective);
H A DABI48_0_0Transform.cpp42 Transform Transform::Perspective(Float perspective) { in Perspective() argument
45 TransformOperationType::Perspective, perspective, 0, 0}); in Perspective()
46 transform.matrix[11] = -1 / perspective; in Perspective()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI49_0_0Transform.h98 static Transform Perspective(Float perspective);
H A DABI49_0_0Transform.cpp42 Transform Transform::Perspective(Float perspective) { in Perspective() argument
45 TransformOperationType::Perspective, perspective, 0, 0}); in Perspective()
46 transform.matrix[11] = -1 / perspective; in Perspective()
/expo/apps/native-component-list/src/screens/GL/
H A DGLViewScreen.tsx114 projection: mat4.perspective(
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/
H A DStyleSheetTypes.d.ts125 perspective: AnimatableNumericValue; property
/expo/packages/html-elements/src/primitives/
H A DView.tsx103 perspective?: string;
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DRenderableViewManager.java231 final double[] perspective = new double[4]; field in VirtualViewManager.MatrixDecompositionContext
254 final double[] perspective = sMatrixDecompositionContext.perspective; in decomposeMatrix() local
291 multiplyVectorByMatrix(rightHandSide, transposedInversePerspectiveMatrix, perspective); in decomposeMatrix()
294 perspective[0] = perspective[1] = perspective[2] = 0d; in decomposeMatrix()
295 perspective[3] = 1d; in decomposeMatrix()
376 double[] perspectiveArray = sMatrixDecompositionContext.perspective; in setTransformProperty()
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DRenderableViewManager.java237 final double[] perspective = new double[4]; field in VirtualViewManager.MatrixDecompositionContext
260 final double[] perspective = sMatrixDecompositionContext.perspective; in decomposeMatrix() local
297 multiplyVectorByMatrix(rightHandSide, transposedInversePerspectiveMatrix, perspective); in decomposeMatrix()
300 perspective[0] = perspective[1] = perspective[2] = 0d; in decomposeMatrix()
301 perspective[3] = 1d; in decomposeMatrix()
382 double[] perspectiveArray = sMatrixDecompositionContext.perspective; in setTransformProperty()
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DRenderableViewManager.java237 final double[] perspective = new double[4]; field in VirtualViewManager.MatrixDecompositionContext
260 final double[] perspective = sMatrixDecompositionContext.perspective; in decomposeMatrix() local
297 multiplyVectorByMatrix(rightHandSide, transposedInversePerspectiveMatrix, perspective); in decomposeMatrix()
300 perspective[0] = perspective[1] = perspective[2] = 0d; in decomposeMatrix()
301 perspective[3] = 1d; in decomposeMatrix()
382 double[] perspectiveArray = sMatrixDecompositionContext.perspective; in setTransformProperty()
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DRenderableViewManager.java231 final double[] perspective = new double[4]; field in VirtualViewManager.MatrixDecompositionContext
254 final double[] perspective = sMatrixDecompositionContext.perspective; in decomposeMatrix() local
291 multiplyVectorByMatrix(rightHandSide, transposedInversePerspectiveMatrix, perspective); in decomposeMatrix()
294 perspective[0] = perspective[1] = perspective[2] = 0d; in decomposeMatrix()
295 perspective[3] = 1d; in decomposeMatrix()
376 double[] perspectiveArray = sMatrixDecompositionContext.perspective; in setTransformProperty()
/expo/apps/native-component-list/src/screens/Camera/
H A DPhoto.tsx125 { perspective: 600 },

12