Home
last modified time | relevance | path

Searched refs:poly (Results 1 – 11 of 11) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Animated/
H A DEasing.d.ts23 poly(n: number): EasingFunction; method
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Animated/
H A DEasing.d.ts23 poly(n: number): EasingFunction; method
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI49_0_0AIRMapManager.m1034 /** Returns the distance of |pt| to |poly| in meters
1038 - (double)distanceOfPoint:(MKMapPoint)pt toPoly:(ABI49_0_0AIRMapPolyline *)poly
1041 for (int n = 0; n < poly.coordinates.count - 1; n++) {
1043 MKMapPoint ptA = MKMapPointForCoordinate(poly.coordinates[n].coordinate);
1044 MKMapPoint ptB = MKMapPointForCoordinate(poly.coordinates[n + 1].coordinate);
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI48_0_0AIRMapManager.m1041 /** Returns the distance of |pt| to |poly| in meters
1045 - (double)distanceOfPoint:(MKMapPoint)pt toPoly:(ABI48_0_0AIRMapPolyline *)poly
1048 for (int n = 0; n < poly.coordinates.count - 1; n++) {
1050 MKMapPoint ptA = MKMapPointForCoordinate(poly.coordinates[n].coordinate);
1051 MKMapPoint ptB = MKMapPointForCoordinate(poly.coordinates[n + 1].coordinate);
/expo/ios/Exponent/Versioned/Core/Api/Components/Maps/
H A DAIRMapManager.m1034 /** Returns the distance of |pt| to |poly| in meters
1038 - (double)distanceOfPoint:(MKMapPoint)pt toPoly:(AIRMapPolyline *)poly
1041 for (int n = 0; n < poly.coordinates.count - 1; n++) {
1043 MKMapPoint ptA = MKMapPointForCoordinate(poly.coordinates[n].coordinate);
1044 MKMapPoint ptB = MKMapPointForCoordinate(poly.coordinates[n + 1].coordinate);
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI47_0_0AIRMapManager.m1041 /** Returns the distance of |pt| to |poly| in meters
1045 - (double)distanceOfPoint:(MKMapPoint)pt toPoly:(ABI47_0_0AIRMapPolyline *)poly
1048 for (int n = 0; n < poly.coordinates.count - 1; n++) {
1050 MKMapPoint ptA = MKMapPointForCoordinate(poly.coordinates[n].coordinate);
1051 MKMapPoint ptB = MKMapPointForCoordinate(poly.coordinates[n + 1].coordinate);
/expo/packages/expo-dev-client/android/src/androidTest/assets/
H A Dbundled_app.bundle248 …ction(n){return n*n}},{key:"cubic",value:function(n){return n*n*n}},{key:"poly",value:function(n){…
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js284 …,1,1)),n(u)},quad:function(n){return n*n},cubic:function(n){return n*n*n},poly:function(n){return … method
H A DEXDevMenuApp.android.js284 …,1,1)),n(u)},quad:function(n){return n*n},cubic:function(n){return n*n*n},poly:function(n){return … method
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle285 …,1,1)),n(u)},quad:function(n){return n*n},cubic:function(n){return n*n*n},poly:function(n){return …
615 …r o={animation:'timing',config:{duration:350,easing:n.Easing.out(n.Easing.poly(5))}};e.FadeInFromB…
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle285 …,1,1)),n(u)},quad:function(n){return n*n},cubic:function(n){return n*n*n},poly:function(n){return …
616 …r o={animation:'timing',config:{duration:350,easing:n.Easing.out(n.Easing.poly(5))}};e.FadeInFromB…