| /expo/ios/vendored/sdk47/react-native-svg/apple/Utils/ |
| H A D | ABI47_0_0RNSVGMarkerPosition.h | 14 @property (nonatomic, assign) float angle; 17 …stancetype)markerPosition:(ABI47_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle;
|
| H A D | ABI47_0_0RNSVGMarkerPosition.mm | 16 …nstancetype)markerPosition:(ABI47_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle 21 newElement.angle = angle; 38 float angle = ABI47_0_0CurrentAngle(kEndMarker); 39 …ject:[ABI47_0_0RNSVGMarkerPosition markerPosition:kEndMarker origin:ABI47_0_0origin_ angle:angle]]; 59 CGFloat angle = atan2(p.height, p.width); 60 return angle; 144 float angle = ABI47_0_0CurrentAngle(marker_type); 145 …ect:[ABI47_0_0RNSVGMarkerPosition markerPosition:marker_type origin:ABI47_0_0origin_ angle:angle]];
|
| H A D | ABI47_0_0RNSVGPathMeasure.h | 22 - (void)getPosAndTan:(CGFloat *)angle midPoint:(CGFloat)midPoint x:(CGFloat *)x y:(CGFloat *)y;
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Utils/ |
| H A D | ABI49_0_0RNSVGMarkerPosition.h | 14 @property (nonatomic, assign) float angle; 17 …stancetype)markerPosition:(ABI49_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle;
|
| H A D | ABI49_0_0RNSVGMarkerPosition.mm | 16 …nstancetype)markerPosition:(ABI49_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle 21 newElement.angle = angle; 38 float angle = ABI49_0_0CurrentAngle(kEndMarker); 39 …ject:[ABI49_0_0RNSVGMarkerPosition markerPosition:kEndMarker origin:ABI49_0_0origin_ angle:angle]]; 59 CGFloat angle = atan2(p.height, p.width); 60 return angle; 144 float angle = ABI49_0_0CurrentAngle(marker_type); 145 …ect:[ABI49_0_0RNSVGMarkerPosition markerPosition:marker_type origin:ABI49_0_0origin_ angle:angle]];
|
| H A D | ABI49_0_0RNSVGPathMeasure.h | 22 - (void)getPosAndTan:(CGFloat *)angle midPoint:(CGFloat)midPoint x:(CGFloat *)x y:(CGFloat *)y;
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Utils/ |
| H A D | RNSVGMarkerPosition.h | 14 @property (nonatomic, assign) float angle; 17 + (instancetype)markerPosition:(RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle;
|
| H A D | RNSVGMarkerPosition.mm | 16 + (instancetype)markerPosition:(RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle 21 newElement.angle = angle; 38 float angle = CurrentAngle(kEndMarker); 39 [positions_ addObject:[RNSVGMarkerPosition markerPosition:kEndMarker origin:origin_ angle:angle]]; 59 CGFloat angle = atan2(p.height, p.width); 60 return angle; 144 float angle = CurrentAngle(marker_type); 145 …[positions_ addObject:[RNSVGMarkerPosition markerPosition:marker_type origin:origin_ angle:angle]];
|
| H A D | RNSVGPathMeasure.h | 22 - (void)getPosAndTan:(CGFloat *)angle midPoint:(CGFloat)midPoint x:(CGFloat *)x y:(CGFloat *)y;
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Utils/ |
| H A D | ABI48_0_0RNSVGMarkerPosition.h | 14 @property (nonatomic, assign) float angle; 17 …stancetype)markerPosition:(ABI48_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle;
|
| H A D | ABI48_0_0RNSVGMarkerPosition.mm | 16 …nstancetype)markerPosition:(ABI48_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle 21 newElement.angle = angle; 38 float angle = ABI48_0_0CurrentAngle(kEndMarker); 39 …ject:[ABI48_0_0RNSVGMarkerPosition markerPosition:kEndMarker origin:ABI48_0_0origin_ angle:angle]]; 59 CGFloat angle = atan2(p.height, p.width); 60 return angle; 144 float angle = ABI48_0_0CurrentAngle(marker_type); 145 …ect:[ABI48_0_0RNSVGMarkerPosition markerPosition:marker_type origin:ABI48_0_0origin_ angle:angle]];
|
| H A D | ABI48_0_0RNSVGPathMeasure.h | 22 - (void)getPosAndTan:(CGFloat *)angle midPoint:(CGFloat)midPoint x:(CGFloat *)x y:(CGFloat *)y;
|
| /expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/ |
| H A D | RNSVGMarkerPosition.java | 49 double angle; field in RNSVGMarkerPosition 51 private RNSVGMarkerPosition(RNSVGMarkerType type, Point origin, double angle) { in RNSVGMarkerPosition() argument 54 this.angle = angle; in RNSVGMarkerPosition() 70 double angle = CurrentAngle(RNSVGMarkerType.kEndMarker); in PathIsDone() local 71 positions_.add(new RNSVGMarkerPosition(RNSVGMarkerType.kEndMarker, origin_, angle)); in PathIsDone() 159 double angle = CurrentAngle(marker_type); in UpdateFromPathElement() local 160 positions_.add(new RNSVGMarkerPosition(marker_type, origin_, angle)); in UpdateFromPathElement()
|
| /expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/ |
| H A D | RNSVGMarkerPosition.java | 49 double angle; field in RNSVGMarkerPosition 51 private RNSVGMarkerPosition(RNSVGMarkerType type, Point origin, double angle) { in RNSVGMarkerPosition() argument 54 this.angle = angle; in RNSVGMarkerPosition() 70 double angle = CurrentAngle(RNSVGMarkerType.kEndMarker); in PathIsDone() local 71 positions_.add(new RNSVGMarkerPosition(RNSVGMarkerType.kEndMarker, origin_, angle)); in PathIsDone() 159 double angle = CurrentAngle(marker_type); in UpdateFromPathElement() local 160 positions_.add(new RNSVGMarkerPosition(marker_type, origin_, angle)); in UpdateFromPathElement()
|
| /expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/ |
| H A D | RNSVGMarkerPosition.java | 49 double angle; field in RNSVGMarkerPosition 51 private RNSVGMarkerPosition(RNSVGMarkerType type, Point origin, double angle) { in RNSVGMarkerPosition() argument 54 this.angle = angle; in RNSVGMarkerPosition() 70 double angle = CurrentAngle(RNSVGMarkerType.kEndMarker); in PathIsDone() local 71 positions_.add(new RNSVGMarkerPosition(RNSVGMarkerType.kEndMarker, origin_, angle)); in PathIsDone() 159 double angle = CurrentAngle(marker_type); in UpdateFromPathElement() local 160 positions_.add(new RNSVGMarkerPosition(marker_type, origin_, angle)); in UpdateFromPathElement()
|
| /expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/ |
| H A D | RNSVGMarkerPosition.java | 49 double angle; field in RNSVGMarkerPosition 51 private RNSVGMarkerPosition(RNSVGMarkerType type, Point origin, double angle) { in RNSVGMarkerPosition() argument 54 this.angle = angle; in RNSVGMarkerPosition() 70 double angle = CurrentAngle(RNSVGMarkerType.kEndMarker); in PathIsDone() local 71 positions_.add(new RNSVGMarkerPosition(RNSVGMarkerType.kEndMarker, origin_, angle)); in PathIsDone() 159 double angle = CurrentAngle(marker_type); in UpdateFromPathElement() local 160 positions_.add(new RNSVGMarkerPosition(marker_type, origin_, angle)); in UpdateFromPathElement()
|
| /expo/packages/expo-image-manipulator/build/actions/ |
| H A D | RotateAction.web.js | 2 function sizeFromAngle(width, height, angle) { argument 3 const radians = (angle * Math.PI) / 180;
|
| /expo/packages/expo-image-manipulator/src/actions/ |
| H A D | RotateAction.web.ts | 7 angle: number 9 const radians = (angle * Math.PI) / 180;
|
| /expo/android/vendored/unversioned/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/ |
| H A D | RotationGestureDetector.kt | 70 val angle = -atan2(vectorY.toDouble(), vectorX.toDouble()) in onRotation() constant 73 } else previousAngle - angle in onRotation() 75 previousAngle = angle in onRotation()
|
| /expo/android/vendored/sdk49/react-native-gesture-handler/android/src/main/java/abi49_0_0/com/swmansion/gesturehandler/core/ |
| H A D | RotationGestureDetector.kt | 70 val angle = -atan2(vectorY.toDouble(), vectorX.toDouble()) in onRotation() constant 73 } else previousAngle - angle in onRotation() 75 previousAngle = angle in onRotation()
|
| /expo/android/vendored/sdk48/react-native-gesture-handler/android/src/main/java/abi48_0_0/com/swmansion/gesturehandler/core/ |
| H A D | RotationGestureDetector.kt | 70 val angle = -atan2(vectorY.toDouble(), vectorX.toDouble()) in onRotation() constant 73 } else previousAngle - angle in onRotation() 75 previousAngle = angle in onRotation()
|
| /expo/android/vendored/sdk47/react-native-gesture-handler/android/src/main/java/abi47_0_0/com/swmansion/gesturehandler/core/ |
| H A D | RotationGestureDetector.kt | 70 val angle = -atan2(vectorY.toDouble(), vectorX.toDouble()) in onRotation() constant 73 } else previousAngle - angle in onRotation() 75 previousAngle = angle in onRotation()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI47_0_0Transform.h | 103 static Transform RotateX(Float angle); 104 static Transform RotateY(Float angle); 105 static Transform RotateZ(Float angle);
|
| /expo/packages/expo-linear-gradient/build/ |
| H A D | NativeLinearGradient.web.js | 37 const angle = calculatePseudoAngle(width, height, startPoint, endPoint); 38 return `linear-gradient(${angle}deg, ${gradientColors.join(', ')})`;
|
| /expo/packages/expo-face-detector/ios/EXFaceDetector/ |
| H A D | EXFaceEncoder.m | 36 EXFaceDetectionAngleTransformBlock transformer = ^(float angle) {return angle;}; 157 - (CGFloat)radianAngleToDegrees:(CGFloat)angle 159 return angle * (180 / M_PI);
|