| /expo/docs/ui/components/Sidebar/icons/ |
| H A D | Archive.tsx | 16 strokeLinejoin="round" 23 strokeLinejoin="round" 30 strokeLinejoin="round"
|
| /expo/docs/components/icons/ |
| H A D | Permalink.tsx | 25 strokeLinejoin="round" 32 strokeLinejoin="round"
|
| /expo/home/menu/ |
| H A D | ClipboardIcon.tsx | 18 strokeLinejoin="round" 25 strokeLinejoin="round"
|
| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Polyline.tsx | 56 static title = 'Stroke Polyline with strokeLinecap and strokeLinejoin'; 66 strokeLinejoin="round"
|
| /expo/docs/ui/components/Home/resources/ |
| H A D | QuickStartIcon.tsx | 17 strokeLinejoin="round"
|
| /expo/docs/ui/components/AppJSBanner/ |
| H A D | Background.tsx | 9 strokeLinejoin="round"
|
| /expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/ |
| H A D | RenderableView.java | 83 public Paint.Join strokeLinejoin = Paint.Join.MITER; field in RenderableView 313 public void setStrokeLinejoin(int strokeLinejoin) { in setStrokeLinejoin() argument 314 switch (strokeLinejoin) { in setStrokeLinejoin() 316 this.strokeLinejoin = Paint.Join.MITER; in setStrokeLinejoin() 319 this.strokeLinejoin = Paint.Join.BEVEL; in setStrokeLinejoin() 322 this.strokeLinejoin = Paint.Join.ROUND; in setStrokeLinejoin() 326 "strokeLinejoin " + strokeLinejoin + " unrecognized"); in setStrokeLinejoin() 524 paint.setStrokeJoin(strokeLinejoin); in setupStrokePaint()
|
| /expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/ |
| H A D | RenderableView.java | 83 public Paint.Join strokeLinejoin = Paint.Join.MITER; field in RenderableView 313 public void setStrokeLinejoin(int strokeLinejoin) { in setStrokeLinejoin() argument 314 switch (strokeLinejoin) { in setStrokeLinejoin() 316 this.strokeLinejoin = Paint.Join.MITER; in setStrokeLinejoin() 319 this.strokeLinejoin = Paint.Join.BEVEL; in setStrokeLinejoin() 322 this.strokeLinejoin = Paint.Join.ROUND; in setStrokeLinejoin() 326 "strokeLinejoin " + strokeLinejoin + " unrecognized"); in setStrokeLinejoin() 524 paint.setStrokeJoin(strokeLinejoin); in setupStrokePaint()
|
| /expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/ |
| H A D | RenderableView.java | 82 public Paint.Join strokeLinejoin = Paint.Join.MITER; field in RenderableView 312 public void setStrokeLinejoin(int strokeLinejoin) { in setStrokeLinejoin() argument 313 switch (strokeLinejoin) { in setStrokeLinejoin() 315 this.strokeLinejoin = Paint.Join.MITER; in setStrokeLinejoin() 318 this.strokeLinejoin = Paint.Join.BEVEL; in setStrokeLinejoin() 321 this.strokeLinejoin = Paint.Join.ROUND; in setStrokeLinejoin() 325 "strokeLinejoin " + strokeLinejoin + " unrecognized"); in setStrokeLinejoin() 523 paint.setStrokeJoin(strokeLinejoin); in setupStrokePaint()
|
| /expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/ |
| H A D | RenderableView.java | 82 public Paint.Join strokeLinejoin = Paint.Join.MITER; field in RenderableView 312 public void setStrokeLinejoin(int strokeLinejoin) { in setStrokeLinejoin() argument 313 switch (strokeLinejoin) { in setStrokeLinejoin() 315 this.strokeLinejoin = Paint.Join.MITER; in setStrokeLinejoin() 318 this.strokeLinejoin = Paint.Join.BEVEL; in setStrokeLinejoin() 321 this.strokeLinejoin = Paint.Join.ROUND; in setStrokeLinejoin() 325 "strokeLinejoin " + strokeLinejoin + " unrecognized"); in setStrokeLinejoin() 523 paint.setStrokeJoin(strokeLinejoin); in setupStrokePaint()
|
| /expo/home/components/ |
| H A D | Icons.tsx | 134 strokeLinejoin="round" 141 strokeLinejoin="round" 148 strokeLinejoin="round"
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/ |
| H A D | ABI47_0_0RNSVGRenderable.h | 29 @property (nonatomic, assign) CGLineJoin strokeLinejoin;
|
| H A D | ABI47_0_0RNSVGRenderable.mm | 123 - (void)setStrokeJoin:(CGLineJoin)strokeLinejoin 125 if (strokeLinejoin == _strokeLinejoin) { 129 _strokeLinejoin = strokeLinejoin; 494 CGContextSetLineJoin(context, self.strokeLinejoin); 560 path, nil, width, self.strokeLinecap, self.strokeLinejoin, self.strokeMiterlimit)));
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/ |
| H A D | ABI49_0_0RNSVGRenderable.h | 29 @property (nonatomic, assign) CGLineJoin strokeLinejoin;
|
| H A D | ABI49_0_0RNSVGRenderable.mm | 123 - (void)setStrokeJoin:(CGLineJoin)strokeLinejoin 125 if (strokeLinejoin == _strokeLinejoin) { 129 _strokeLinejoin = strokeLinejoin; 494 CGContextSetLineJoin(context, self.strokeLinejoin); 560 path, nil, width, self.strokeLinecap, self.strokeLinejoin, self.strokeMiterlimit)));
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/ |
| H A D | ABI48_0_0RNSVGRenderable.h | 29 @property (nonatomic, assign) CGLineJoin strokeLinejoin;
|
| H A D | ABI48_0_0RNSVGRenderable.mm | 123 - (void)setStrokeJoin:(CGLineJoin)strokeLinejoin 125 if (strokeLinejoin == _strokeLinejoin) { 129 _strokeLinejoin = strokeLinejoin; 494 CGContextSetLineJoin(context, self.strokeLinejoin); 560 path, nil, width, self.strokeLinecap, self.strokeLinejoin, self.strokeMiterlimit)));
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/ |
| H A D | RNSVGRenderable.h | 29 @property (nonatomic, assign) CGLineJoin strokeLinejoin;
|
| H A D | RNSVGRenderable.mm | 123 - (void)setStrokeJoin:(CGLineJoin)strokeLinejoin 125 if (strokeLinejoin == _strokeLinejoin) { 129 _strokeLinejoin = strokeLinejoin; 494 CGContextSetLineJoin(context, self.strokeLinejoin); 560 path, nil, width, self.strokeLinecap, self.strokeLinejoin, self.strokeMiterlimit)));
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/ViewManagers/ |
| H A D | ABI49_0_0RNSVGRenderableManager.mm | 34 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(strokeLinejoin, CGLineJoin) category
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/ViewManagers/ |
| H A D | RNSVGRenderableManager.mm | 34 RCT_EXPORT_VIEW_PROPERTY(strokeLinejoin, CGLineJoin) category
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Utils/ |
| H A D | ABI47_0_0RNSVGFabricConversions.h | 113 renderableNode.strokeLinejoin = renderableProps.strokeLinejoin == 0 ? kCGLineJoinMiter in setCommonRenderableProps() 114 : renderableProps.strokeLinejoin == 1 ? kCGLineJoinRound in setCommonRenderableProps()
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Utils/ |
| H A D | ABI48_0_0RNSVGFabricConversions.h | 113 renderableNode.strokeLinejoin = renderableProps.strokeLinejoin == 0 ? kCGLineJoinMiter in setCommonRenderableProps() 114 : renderableProps.strokeLinejoin == 1 ? kCGLineJoinRound in setCommonRenderableProps()
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Utils/ |
| H A D | ABI49_0_0RNSVGFabricConversions.h | 116 renderableNode.strokeLinejoin = renderableProps.strokeLinejoin == 0 ? kCGLineJoinMiter in setCommonRenderableProps() 117 : renderableProps.strokeLinejoin == 1 ? kCGLineJoinRound in setCommonRenderableProps()
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Utils/ |
| H A D | RNSVGFabricConversions.h | 116 renderableNode.strokeLinejoin = renderableProps.strokeLinejoin == 0 ? kCGLineJoinMiter in setCommonRenderableProps() 117 : renderableProps.strokeLinejoin == 1 ? kCGLineJoinRound in setCommonRenderableProps()
|