Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 25 of 85) sorted by relevance

1234

/expo/ios/vendored/sdk47/react-native-svg/apple/Utils/
H A DABI47_0_0RNSVGMarkerPosition.h14 @property (nonatomic, assign) float angle;
17 …stancetype)markerPosition:(ABI47_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle;
H A DABI47_0_0RNSVGMarkerPosition.mm16 …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 DABI47_0_0RNSVGPathMeasure.h22 - (void)getPosAndTan:(CGFloat *)angle midPoint:(CGFloat)midPoint x:(CGFloat *)x y:(CGFloat *)y;
/expo/ios/vendored/sdk49/react-native-svg/apple/Utils/
H A DABI49_0_0RNSVGMarkerPosition.h14 @property (nonatomic, assign) float angle;
17 …stancetype)markerPosition:(ABI49_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle;
H A DABI49_0_0RNSVGMarkerPosition.mm16 …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 DABI49_0_0RNSVGPathMeasure.h22 - (void)getPosAndTan:(CGFloat *)angle midPoint:(CGFloat)midPoint x:(CGFloat *)x y:(CGFloat *)y;
/expo/ios/vendored/unversioned/react-native-svg/apple/Utils/
H A DRNSVGMarkerPosition.h14 @property (nonatomic, assign) float angle;
17 + (instancetype)markerPosition:(RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle;
H A DRNSVGMarkerPosition.mm16 + (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 DRNSVGPathMeasure.h22 - (void)getPosAndTan:(CGFloat *)angle midPoint:(CGFloat)midPoint x:(CGFloat *)x y:(CGFloat *)y;
/expo/ios/vendored/sdk48/react-native-svg/apple/Utils/
H A DABI48_0_0RNSVGMarkerPosition.h14 @property (nonatomic, assign) float angle;
17 …stancetype)markerPosition:(ABI48_0_0RNSVGMarkerType)type origin:(CGPoint)origin angle:(float)angle;
H A DABI48_0_0RNSVGMarkerPosition.mm16 …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 DABI48_0_0RNSVGPathMeasure.h22 - (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 DRNSVGMarkerPosition.java49 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 DRNSVGMarkerPosition.java49 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 DRNSVGMarkerPosition.java49 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 DRNSVGMarkerPosition.java49 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 DRotateAction.web.js2 function sizeFromAngle(width, height, angle) { argument
3 const radians = (angle * Math.PI) / 180;
/expo/packages/expo-image-manipulator/src/actions/
H A DRotateAction.web.ts7 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 DRotationGestureDetector.kt70 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 DRotationGestureDetector.kt70 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 DRotationGestureDetector.kt70 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 DRotationGestureDetector.kt70 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 DABI47_0_0Transform.h103 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 DNativeLinearGradient.web.js37 const angle = calculatePseudoAngle(width, height, startPoint, endPoint);
38 return `linear-gradient(${angle}deg, ${gradientColors.join(', ')})`;
/expo/packages/expo-face-detector/ios/EXFaceDetector/
H A DEXFaceEncoder.m36 EXFaceDetectionAngleTransformBlock transformer = ^(float angle) {return angle;};
157 - (CGFloat)radianAngleToDegrees:(CGFloat)angle
159 return angle * (180 / M_PI);

1234