Home
last modified time | relevance | path

Searched refs:strokeLinecap (Results 1 – 25 of 42) sorted by relevance

12

/expo/docs/ui/components/Home/resources/
H A DWhyImage.tsx22 strokeLinecap="round"
28 strokeLinecap="round"
38 strokeLinecap="round"
44 strokeLinecap="round"
H A DOfficeHoursImage.tsx25 strokeLinecap="round"
31 strokeLinecap="round"
46 strokeLinecap="round"
H A DQuickStartIcon.tsx16 strokeLinecap="round"
/expo/docs/ui/components/Sidebar/icons/
H A DArchive.tsx15 strokeLinecap="round"
22 strokeLinecap="round"
29 strokeLinecap="round"
/expo/home/screens/SettingsScreen/
H A DShakeDeviceIcon.tsx26 strokeLinecap="round"
32 strokeLinecap="round"
38 strokeLinecap="round"
44 strokeLinecap="round"
/expo/apps/native-component-list/src/screens/SVG/examples/
H A DLine.tsx31 strokeLinecap="round"
40 strokeLinecap="butt"
49 strokeLinecap="square"
H A DStroking.tsx24 static title = 'The strokeLinecap property defines different types of endings to an open path';
30 <Path strokeLinecap="butt" d="M5 20 l215 0" />
31 <Path strokeLinecap="round" d="M5 40 l215 0" />
32 <Path strokeLinecap="square" d="M5 60 l215 0" />
120 strokeLinecap="round"
H A DPolyline.tsx56 static title = 'Stroke Polyline with strokeLinecap and strokeLinejoin';
65 strokeLinecap="round"
/expo/docs/components/icons/
H A DPermalink.tsx24 strokeLinecap="round"
31 strokeLinecap="round"
/expo/home/menu/
H A DClipboardIcon.tsx17 strokeLinecap="round"
24 strokeLinecap="round"
/expo/docs/ui/components/CustomIcons/
H A DHandWaveIcon.tsx15 strokeLinecap="round"
/expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/
H A DRenderableView.java82 public Paint.Cap strokeLinecap = Paint.Cap.BUTT; field in RenderableView
295 public void setStrokeLinecap(int strokeLinecap) { in setStrokeLinecap() argument
296 switch (strokeLinecap) { in setStrokeLinecap()
298 this.strokeLinecap = Paint.Cap.BUTT; in setStrokeLinecap()
301 this.strokeLinecap = Paint.Cap.SQUARE; in setStrokeLinecap()
304 this.strokeLinecap = Paint.Cap.ROUND; in setStrokeLinecap()
308 "strokeLinecap " + strokeLinecap + " unrecognized"); in setStrokeLinecap()
523 paint.setStrokeCap(strokeLinecap); in setupStrokePaint()
/expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/
H A DRenderableView.java82 public Paint.Cap strokeLinecap = Paint.Cap.BUTT; field in RenderableView
295 public void setStrokeLinecap(int strokeLinecap) { in setStrokeLinecap() argument
296 switch (strokeLinecap) { in setStrokeLinecap()
298 this.strokeLinecap = Paint.Cap.BUTT; in setStrokeLinecap()
301 this.strokeLinecap = Paint.Cap.SQUARE; in setStrokeLinecap()
304 this.strokeLinecap = Paint.Cap.ROUND; in setStrokeLinecap()
308 "strokeLinecap " + strokeLinecap + " unrecognized"); in setStrokeLinecap()
523 paint.setStrokeCap(strokeLinecap); in setupStrokePaint()
/expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/
H A DRenderableView.java81 public Paint.Cap strokeLinecap = Paint.Cap.BUTT; field in RenderableView
294 public void setStrokeLinecap(int strokeLinecap) { in setStrokeLinecap() argument
295 switch (strokeLinecap) { in setStrokeLinecap()
297 this.strokeLinecap = Paint.Cap.BUTT; in setStrokeLinecap()
300 this.strokeLinecap = Paint.Cap.SQUARE; in setStrokeLinecap()
303 this.strokeLinecap = Paint.Cap.ROUND; in setStrokeLinecap()
307 "strokeLinecap " + strokeLinecap + " unrecognized"); in setStrokeLinecap()
522 paint.setStrokeCap(strokeLinecap); in setupStrokePaint()
/expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/
H A DRenderableView.java81 public Paint.Cap strokeLinecap = Paint.Cap.BUTT; field in RenderableView
294 public void setStrokeLinecap(int strokeLinecap) { in setStrokeLinecap() argument
295 switch (strokeLinecap) { in setStrokeLinecap()
297 this.strokeLinecap = Paint.Cap.BUTT; in setStrokeLinecap()
300 this.strokeLinecap = Paint.Cap.SQUARE; in setStrokeLinecap()
303 this.strokeLinecap = Paint.Cap.ROUND; in setStrokeLinecap()
307 "strokeLinecap " + strokeLinecap + " unrecognized"); in setStrokeLinecap()
522 paint.setStrokeCap(strokeLinecap); in setupStrokePaint()
/expo/home/components/
H A DIcons.tsx133 strokeLinecap="round"
140 strokeLinecap="round"
147 strokeLinecap="round"
/expo/ios/vendored/sdk47/react-native-svg/apple/
H A DABI47_0_0RNSVGRenderable.h28 @property (nonatomic, assign) CGLineCap strokeLinecap;
/expo/ios/vendored/sdk49/react-native-svg/apple/
H A DABI49_0_0RNSVGRenderable.h28 @property (nonatomic, assign) CGLineCap strokeLinecap;
/expo/ios/vendored/sdk48/react-native-svg/apple/
H A DABI48_0_0RNSVGRenderable.h28 @property (nonatomic, assign) CGLineCap strokeLinecap;
/expo/ios/vendored/unversioned/react-native-svg/apple/
H A DRNSVGRenderable.h28 @property (nonatomic, assign) CGLineCap strokeLinecap;
/expo/ios/vendored/sdk49/react-native-svg/apple/ViewManagers/
H A DABI49_0_0RNSVGRenderableManager.mm33 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(strokeLinecap, CGLineCap) category
/expo/ios/vendored/unversioned/react-native-svg/apple/ViewManagers/
H A DRNSVGRenderableManager.mm33 RCT_EXPORT_VIEW_PROPERTY(strokeLinecap, CGLineCap) category
/expo/ios/vendored/sdk47/react-native-svg/apple/Utils/
H A DABI47_0_0RNSVGFabricConversions.h110 renderableNode.strokeLinecap = renderableProps.strokeLinecap == 0 ? kCGLineCapButt in setCommonRenderableProps()
111 : renderableProps.strokeLinecap == 1 ? kCGLineCapRound in setCommonRenderableProps()
/expo/ios/vendored/sdk48/react-native-svg/apple/Utils/
H A DABI48_0_0RNSVGFabricConversions.h110 renderableNode.strokeLinecap = renderableProps.strokeLinecap == 0 ? kCGLineCapButt in setCommonRenderableProps()
111 : renderableProps.strokeLinecap == 1 ? kCGLineCapRound in setCommonRenderableProps()
/expo/ios/vendored/sdk49/react-native-svg/apple/Utils/
H A DABI49_0_0RNSVGFabricConversions.h113 renderableNode.strokeLinecap = renderableProps.strokeLinecap == 0 ? kCGLineCapButt in setCommonRenderableProps()
114 : renderableProps.strokeLinecap == 1 ? kCGLineCapRound in setCommonRenderableProps()

12