Home
last modified time | relevance | path

Searched refs:zoomScale (Results 1 – 25 of 68) sorted by relevance

123

/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI49_0_0AIRMapOverlayRenderer.m6 - (void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)con…
25 - (BOOL)canDrawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale {
H A DABI49_0_0AIRMapPolylineRenderer.h15 -(void)drawWithZoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context;
H A DABI49_0_0AIRMapPolylineRenderer.m177 - (void) drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)co…
183 [self drawWithZoomScale:zoomScale inContext:context];
186 - (void) drawWithZoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context
188 CGFloat lineWidth = (self.lineWidth / zoomScale) * 2.0;
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI48_0_0AIRMapOverlayRenderer.m6 - (void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)con…
25 - (BOOL)canDrawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale {
H A DABI48_0_0AIRMapPolylineRenderer.h15 -(void)drawWithZoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context;
H A DABI48_0_0AIRMapPolylineRenderer.m177 - (void) drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)co…
183 [self drawWithZoomScale:zoomScale inContext:context];
186 - (void) drawWithZoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context
188 CGFloat lineWidth = (self.lineWidth / zoomScale) * 2.0;
/expo/ios/Exponent/Versioned/Core/Api/Components/Maps/
H A DAIRMapOverlayRenderer.m6 - (void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)con…
25 - (BOOL)canDrawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale {
H A DAIRMapPolylineRenderer.h15 -(void)drawWithZoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context;
H A DAIRMapPolylineRenderer.m177 - (void) drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)co…
183 [self drawWithZoomScale:zoomScale inContext:context];
186 - (void) drawWithZoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context
188 CGFloat lineWidth = (self.lineWidth / zoomScale) * 2.0;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI47_0_0AIRMapOverlayRenderer.m6 - (void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)con…
25 - (BOOL)canDrawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale {
H A DABI47_0_0AIRMapPolylineRenderer.h15 -(void)drawWithZoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context;
H A DABI47_0_0AIRMapPolylineRenderer.m177 - (void) drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)co…
183 [self drawWithZoomScale:zoomScale inContext:context];
186 - (void) drawWithZoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context
188 CGFloat lineWidth = (self.lineWidth / zoomScale) * 2.0;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI48_0_0ScrollViewProps.cpp210 zoomScale(
211 CoreFeatures::enablePropIteratorSetter ? sourceProps.zoomScale
216 sourceProps.zoomScale,
348 RAW_SET_PROP_SWITCH_CASE_BASIC(zoomScale, (Float)1.0); in setProp()
453 "zoomScale", zoomScale, defaultScrollViewProps.zoomScale), in getDebugProps()
H A DABI48_0_0ScrollViewEventEmitter.h26 Float zoomScale; variable
H A DABI48_0_0ScrollViewProps.h55 Float zoomScale{1.0f};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI47_0_0ScrollViewProps.cpp200 zoomScale(
201 Props::enablePropIteratorSetter ? sourceProps.zoomScale
206 sourceProps.zoomScale,
330 RAW_SET_PROP_SWITCH_CASE_BASIC(zoomScale, (Float)1.0); in setProp()
435 "zoomScale", zoomScale, defaultScrollViewProps.zoomScale), in getDebugProps()
H A DABI47_0_0ScrollViewEventEmitter.h26 Float zoomScale; variable
H A DABI47_0_0ScrollViewProps.h55 Float zoomScale{1.0f};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/scrollview/
H A DABI49_0_0ScrollViewProps.cpp219 zoomScale(
220 CoreFeatures::enablePropIteratorSetter ? sourceProps.zoomScale
225 sourceProps.zoomScale,
368 RAW_SET_PROP_SWITCH_CASE_BASIC(zoomScale); in setProp()
477 "zoomScale", zoomScale, defaultScrollViewProps.zoomScale), in getDebugProps()
H A DABI49_0_0ScrollViewEventEmitter.h25 Float zoomScale; variable
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/Multiline/
H A DABI49_0_0RCTMultilineTextInputView.m58 @"zoomScale" : @(scrollView.zoomScale ?: 1),
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/Multiline/
H A DABI48_0_0RCTMultilineTextInputView.m58 @"zoomScale" : @(scrollView.zoomScale ?: 1),
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/Multiline/
H A DABI47_0_0RCTMultilineTextInputView.m71 @"zoomScale": @(scrollView.zoomScale ?: 1),
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI48_0_0TextInputEventEmitter.h27 float zoomScale; variable
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI47_0_0TextInputEventEmitter.h27 float zoomScale; variable

123