Home
last modified time | relevance | path

Searched refs:lineWidth (Results 1 – 25 of 41) sorted by relevance

12

/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift31 renderer.lineWidth = CGFloat(polygon.strokeWidth) in mapView()
40 renderer.lineWidth = CGFloat(polyline.width) in mapView()
51 renderer.lineWidth = CGFloat(circle.strokeWidth) in mapView()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift31 renderer.lineWidth = CGFloat(polygon.strokeWidth) in mapView()
40 renderer.lineWidth = CGFloat(polyline.width) in mapView()
51 renderer.lineWidth = CGFloat(circle.strokeWidth) in mapView()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsDelegate.swift31 renderer.lineWidth = CGFloat(polygon.strokeWidth) in mapView()
40 renderer.lineWidth = CGFloat(polyline.width) in mapView()
51 renderer.lineWidth = CGFloat(circle.strokeWidth) in mapView()
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI49_0_0AIRMapPolylineRenderer.m188 CGFloat lineWidth = (self.lineWidth / zoomScale) * 2.0;
189 CGContextSetLineWidth(context, lineWidth);
H A DABI49_0_0AIRMapCircle.m81 _renderer.lineWidth = _strokeWidth;
H A DABI49_0_0AIRMapPolygon.m91 _renderer.lineWidth = _strokeWidth;
H A DABI49_0_0AIRMapPolyline.m116 renderer.lineWidth = _strokeWidth;
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI48_0_0AIRMapPolylineRenderer.m188 CGFloat lineWidth = (self.lineWidth / zoomScale) * 2.0;
189 CGContextSetLineWidth(context, lineWidth);
H A DABI48_0_0AIRMapCircle.m81 _renderer.lineWidth = _strokeWidth;
H A DABI48_0_0AIRMapPolygon.m91 _renderer.lineWidth = _strokeWidth;
H A DABI48_0_0AIRMapPolyline.m115 renderer.lineWidth = _strokeWidth;
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/
H A DABI47_0_0AIRMapPolylineRenderer.m188 CGFloat lineWidth = (self.lineWidth / zoomScale) * 2.0;
189 CGContextSetLineWidth(context, lineWidth);
H A DABI47_0_0AIRMapCircle.m81 _renderer.lineWidth = _strokeWidth;
H A DABI47_0_0AIRMapPolygon.m91 _renderer.lineWidth = _strokeWidth;
H A DABI47_0_0AIRMapPolyline.m115 renderer.lineWidth = _strokeWidth;
/expo/ios/Exponent/Versioned/Core/Api/Components/Maps/
H A DAIRMapPolylineRenderer.m188 CGFloat lineWidth = (self.lineWidth / zoomScale) * 2.0;
189 CGContextSetLineWidth(context, lineWidth);
H A DAIRMapCircle.m81 _renderer.lineWidth = _strokeWidth;
H A DAIRMapPolygon.m91 _renderer.lineWidth = _strokeWidth;
H A DAIRMapPolyline.m116 renderer.lineWidth = _strokeWidth;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTBorderDrawing.m478 const CGFloat lineWidth = borderInsets.top;
479 if (lineWidth <= 0.0) {
502 CGRect pathRect = CGRectInset(rect, lineWidth / 2.0, lineWidth / 2.0);
506 …shLengths[0] = dashLengths[1] = (borderStyle == ABI48_0_0RCTBorderStyleDashed ? 3 : 1) * lineWidth;
508 CGContextSetLineWidth(context, lineWidth);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTBorderDrawing.m478 const CGFloat lineWidth = borderInsets.top;
479 if (lineWidth <= 0.0) {
502 CGRect pathRect = CGRectInset(rect, lineWidth / 2.0, lineWidth / 2.0);
506 …shLengths[0] = dashLengths[1] = (borderStyle == ABI49_0_0RCTBorderStyleDashed ? 3 : 1) * lineWidth;
508 CGContextSetLineWidth(context, lineWidth);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTBorderDrawing.m478 const CGFloat lineWidth = borderInsets.top;
479 if (lineWidth <= 0.0) {
502 CGRect pathRect = CGRectInset(rect, lineWidth / 2.0, lineWidth / 2.0);
506 …shLengths[0] = dashLengths[1] = (borderStyle == ABI47_0_0RCTBorderStyleDashed ? 3 : 1) * lineWidth;
508 CGContextSetLineWidth(context, lineWidth);
/expo/packages/expo-modules-test-core/build/
H A DgetStructure.js117 lineWidth: 0, property
/expo/packages/expo-modules-test-core/src/
H A DgetStructure.ts132 lineWidth: 0,
/expo/packages/expo-gl/common/
H A DEXWebGLMethods.def35 NATIVE_METHOD(lineWidth)

12