| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/ |
| H A D | processTransform-test.js.snap | 13 …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 D | processTransform-test.js.snap | 17 …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 D | processTransform-test.js.snap | 17 …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 D | react-native-web.d.ts | 96 perspective?: string; property 217 perspective?: string; property
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | AccelerometerScreen.tsx | 21 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 D | GestureHandlerPinchScreen.tsx | 120 { perspective: 200 },
|
| /expo/packages/expo-image/src/web/ |
| H A D | imageStyles.tsx | 27 perspective: 1000px; 52 perspective: 1000px; 77 perspective: 1000px; 102 perspective: 1000px;
|
| /expo/packages/html-elements/build/primitives/ |
| H A D | View.d.ts | 91 perspective?: string; property
|
| /expo/packages/expo-image/build/web/ |
| H A D | imageStyles.js.map | 1 …perspective: 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 D | ABI47_0_0Transform.h | 83 static Transform Perspective(Float perspective);
|
| H A D | ABI47_0_0Transform.cpp | 35 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 D | StyleSheetTypes.d.ts | 115 perspective: number; property
|
| /expo/apps/native-component-list/src/components/ |
| H A D | Face.tsx | 20 { perspective: 600 },
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI48_0_0Transform.h | 95 static Transform Perspective(Float perspective);
|
| H A D | ABI48_0_0Transform.cpp | 42 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 D | ABI49_0_0Transform.h | 98 static Transform Perspective(Float perspective);
|
| H A D | ABI49_0_0Transform.cpp | 42 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 D | GLViewScreen.tsx | 114 projection: mat4.perspective(
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/ |
| H A D | StyleSheetTypes.d.ts | 125 perspective: AnimatableNumericValue; property
|
| /expo/packages/html-elements/src/primitives/ |
| H A D | View.tsx | 103 perspective?: string;
|
| /expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/ |
| H A D | RenderableViewManager.java | 231 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 D | RenderableViewManager.java | 237 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 D | RenderableViewManager.java | 237 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 D | RenderableViewManager.java | 231 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 D | Photo.tsx | 125 { perspective: 600 },
|