Home
last modified time | relevance | path

Searched defs:transform (Results 1 – 25 of 96) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI49_0_0Transform.cpp251 bool Transform::isVerticalInversion(Transform const &transform) { in isVerticalInversion()
255 bool Transform::isHorizontalInversion(Transform const &transform) { in isHorizontalInversion()
358 Point operator*(Point const &point, Transform const &transform) { in operator *()
368 Rect operator*(Rect const &rect, Transform const &transform) { in operator *()
390 EdgeInsets operator*(EdgeInsets const &edgeInsets, Transform const &transform) { in operator *()
398 Vector operator*(Transform const &transform, Vector const &vector) { in operator *()
411 Size operator*(Size const &size, Transform const &transform) { in operator *()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI48_0_0Transform.cpp251 bool Transform::isVerticalInversion(Transform const &transform) { in isVerticalInversion()
255 bool Transform::isHorizontalInversion(Transform const &transform) { in isHorizontalInversion()
358 Point operator*(Point const &point, Transform const &transform) { in operator *()
368 Rect operator*(Rect const &rect, Transform const &transform) { in operator *()
390 EdgeInsets operator*(EdgeInsets const &edgeInsets, Transform const &transform) { in operator *()
398 Vector operator*(Transform const &transform, Vector const &vector) { in operator *()
411 Size operator*(Size const &size, Transform const &transform) { in operator *()
/expo/packages/@expo/metro-config/build/transformer/
H A DcreateExoticTransformer.js89 transform: _createMultiRuleTransformer().loaders.passthroughModule, property
99 transform: _createMultiRuleTransformer().loaders.reactNativeModule, property
109 transform: _createMultiRuleTransformer().loaders.expoModule, property
119 transform: _createMultiRuleTransformer().loaders.untranspiledModule, property
/expo/packages/expo-image-manipulator/ios/
H A DImageManipulations.swift90 … let transform = CGAffineTransform(a: 1, b: 0, c: 0, d: -1, tx: 0, ty: imageView.frame.size.height) in manipulate() variable
93 … let transform = CGAffineTransform(a: -1, b: 0, c: 0, d: 1, tx: imageView.frame.size.width, ty: 0) in manipulate() variable
135 var transform = CGAffineTransform.identity in fixImageOrientation() variable
/expo/ios/versioned/sdk49/ExpoImageManipulator/
H A DImageManipulations.swift90 … let transform = CGAffineTransform(a: 1, b: 0, c: 0, d: -1, tx: 0, ty: imageView.frame.size.height) in manipulate() variable
93 … let transform = CGAffineTransform(a: -1, b: 0, c: 0, d: 1, tx: imageView.frame.size.width, ty: 0) in manipulate() variable
135 var transform = CGAffineTransform.identity in fixImageOrientation() variable
/expo/ios/versioned/sdk48/ExpoImageManipulator/
H A DImageManipulations.swift90 … let transform = CGAffineTransform(a: 1, b: 0, c: 0, d: -1, tx: 0, ty: imageView.frame.size.height) in manipulate() variable
93 … let transform = CGAffineTransform(a: -1, b: 0, c: 0, d: 1, tx: imageView.frame.size.width, ty: 0) in manipulate() variable
132 var transform = CGAffineTransform.identity in fixImageOrientation() variable
/expo/ios/versioned/sdk47/ExpoImageManipulator/
H A DImageManipulations.swift90 … let transform = CGAffineTransform(a: 1, b: 0, c: 0, d: -1, tx: 0, ty: imageView.frame.size.height) in manipulate() variable
93 … let transform = CGAffineTransform(a: -1, b: 0, c: 0, d: 1, tx: imageView.frame.size.width, ty: 0) in manipulate() variable
132 var transform = CGAffineTransform.identity in fixImageOrientation() variable
/expo/packages/@expo/metro-config/src/transform-worker/
H A Dtransform-worker.ts34 export async function transform( function
158 const { transform } = require('lightningcss') as typeof import('lightningcss'); constant
/expo/packages/@expo/metro-config/build/transform-worker/
H A Dtransform-worker.d.ts3 export declare function transform(config: JsTransformerConfig, projectRoot: string, filename: strin… function
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DGroupView.java142 Matrix transform = n.mMatrix; in getPath() local
143 mPath.addPath(n.getPath(canvas, paint), transform); in getPath() local
162 Matrix transform = n.mMatrix; in getPath() local
184 Matrix transform = n.mMatrix; in getPath() local
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DGroupView.java142 Matrix transform = n.mMatrix; in getPath() local
143 mPath.addPath(n.getPath(canvas, paint), transform); in getPath() local
162 Matrix transform = n.mMatrix; in getPath() local
184 Matrix transform = n.mMatrix; in getPath() local
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DGroupView.java151 Matrix transform = n.mMatrix; in getPath() local
152 mPath.addPath(n.getPath(canvas, paint), transform); in getPath() local
171 Matrix transform = n.mMatrix; in getPath() local
193 Matrix transform = n.mMatrix; in getPath() local
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DGroupView.java151 Matrix transform = n.mMatrix; in getPath() local
152 mPath.addPath(n.getPath(canvas, paint), transform); in getPath() local
171 Matrix transform = n.mMatrix; in getPath() local
193 Matrix transform = n.mMatrix; in getPath() local
/expo/packages/@expo/metro-config/src/transformer/
H A DcreateExoticTransformer.ts55 const transform = createMultiRuleTransformer({ constant
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/
H A DABI47_0_0Transform.cpp331 Point operator*(Point const &point, Transform const &transform) { in operator *()
341 Rect operator*(Rect const &rect, Transform const &transform) { in operator *()
363 EdgeInsets operator*(EdgeInsets const &edgeInsets, Transform const &transform) { in operator *()
371 Vector operator*(Transform const &transform, Vector const &vector) { in operator *()
384 Size operator*(Size const &size, Transform const &transform) { in operator *()
/expo/packages/expo-module-scripts/
H A Djest-preset-plugin.js4 transform: { property
/expo/packages/expo-image-picker/ios/
H A DUIImage+fixOrientation.swift11 var transform = CGAffineTransform.identity in fixOrientation() variable
/expo/ios/versioned/sdk49/ExpoImagePicker/
H A DUIImage+fixOrientation.swift11 var transform = CGAffineTransform.identity in fixOrientation() variable
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DTransformsProps.h32 auto transform = in updateDerivedValue() local
/expo/ios/versioned/sdk48/ExpoImagePicker/
H A DUIImage+fixOrientation.swift11 var transform = CGAffineTransform.identity in fixOrientation() variable
/expo/ios/versioned/sdk47/ExpoImagePicker/
H A DUIImage+fixOrientation.swift11 var transform = CGAffineTransform.identity in fixOrientation() variable
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DTransformsProps.h32 auto transform = in updateDerivedValue() local
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DTransformsProps.h30 auto transform = in updateDerivedValue() local
/expo/tools/src/vendoring/devmenu/steps/
H A DGenerateJsonFromPodspec.ts18 protected readonly transform: (map: Record<string, any>) => Promise<Record<string, any>>; property in GenerateJsonFromPodspec
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/rnskia/dom/props/
H A DTransformsProps.h30 auto transform = in updateDerivedValue() local

1234