Home
last modified time | relevance | path

Searched refs:strokeLinejoin (Results 1 – 25 of 37) sorted by relevance

12

/expo/docs/ui/components/Sidebar/icons/
H A DArchive.tsx16 strokeLinejoin="round"
23 strokeLinejoin="round"
30 strokeLinejoin="round"
/expo/docs/components/icons/
H A DPermalink.tsx25 strokeLinejoin="round"
32 strokeLinejoin="round"
/expo/home/menu/
H A DClipboardIcon.tsx18 strokeLinejoin="round"
25 strokeLinejoin="round"
/expo/apps/native-component-list/src/screens/SVG/examples/
H A DPolyline.tsx56 static title = 'Stroke Polyline with strokeLinecap and strokeLinejoin';
66 strokeLinejoin="round"
/expo/docs/ui/components/Home/resources/
H A DQuickStartIcon.tsx17 strokeLinejoin="round"
/expo/docs/ui/components/AppJSBanner/
H A DBackground.tsx9 strokeLinejoin="round"
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DRenderableView.java83 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 DRenderableView.java83 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 DRenderableView.java82 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 DRenderableView.java82 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 DIcons.tsx134 strokeLinejoin="round"
141 strokeLinejoin="round"
148 strokeLinejoin="round"
/expo/ios/vendored/sdk47/react-native-svg/apple/
H A DABI47_0_0RNSVGRenderable.h29 @property (nonatomic, assign) CGLineJoin strokeLinejoin;
H A DABI47_0_0RNSVGRenderable.mm123 - (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 DABI49_0_0RNSVGRenderable.h29 @property (nonatomic, assign) CGLineJoin strokeLinejoin;
H A DABI49_0_0RNSVGRenderable.mm123 - (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 DABI48_0_0RNSVGRenderable.h29 @property (nonatomic, assign) CGLineJoin strokeLinejoin;
H A DABI48_0_0RNSVGRenderable.mm123 - (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 DRNSVGRenderable.h29 @property (nonatomic, assign) CGLineJoin strokeLinejoin;
H A DRNSVGRenderable.mm123 - (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 DABI49_0_0RNSVGRenderableManager.mm34 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(strokeLinejoin, CGLineJoin) category
/expo/ios/vendored/unversioned/react-native-svg/apple/ViewManagers/
H A DRNSVGRenderableManager.mm34 RCT_EXPORT_VIEW_PROPERTY(strokeLinejoin, CGLineJoin) category
/expo/ios/vendored/sdk47/react-native-svg/apple/Utils/
H A DABI47_0_0RNSVGFabricConversions.h113 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 DABI48_0_0RNSVGFabricConversions.h113 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 DABI49_0_0RNSVGFabricConversions.h116 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 DRNSVGFabricConversions.h116 renderableNode.strokeLinejoin = renderableProps.strokeLinejoin == 0 ? kCGLineJoinMiter in setCommonRenderableProps()
117 : renderableProps.strokeLinejoin == 1 ? kCGLineJoinRound in setCommonRenderableProps()

12