| /expo/docs/ui/components/Home/resources/ |
| H A D | WhyImage.tsx | 22 strokeLinecap="round" 28 strokeLinecap="round" 38 strokeLinecap="round" 44 strokeLinecap="round"
|
| H A D | OfficeHoursImage.tsx | 25 strokeLinecap="round" 31 strokeLinecap="round" 46 strokeLinecap="round"
|
| H A D | QuickStartIcon.tsx | 16 strokeLinecap="round"
|
| /expo/docs/ui/components/Sidebar/icons/ |
| H A D | Archive.tsx | 15 strokeLinecap="round" 22 strokeLinecap="round" 29 strokeLinecap="round"
|
| /expo/home/screens/SettingsScreen/ |
| H A D | ShakeDeviceIcon.tsx | 26 strokeLinecap="round" 32 strokeLinecap="round" 38 strokeLinecap="round" 44 strokeLinecap="round"
|
| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Line.tsx | 31 strokeLinecap="round" 40 strokeLinecap="butt" 49 strokeLinecap="square"
|
| H A D | Stroking.tsx | 24 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 D | Polyline.tsx | 56 static title = 'Stroke Polyline with strokeLinecap and strokeLinejoin'; 65 strokeLinecap="round"
|
| /expo/docs/components/icons/ |
| H A D | Permalink.tsx | 24 strokeLinecap="round" 31 strokeLinecap="round"
|
| /expo/home/menu/ |
| H A D | ClipboardIcon.tsx | 17 strokeLinecap="round" 24 strokeLinecap="round"
|
| /expo/docs/ui/components/CustomIcons/ |
| H A D | HandWaveIcon.tsx | 15 strokeLinecap="round"
|
| /expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/ |
| H A D | RenderableView.java | 82 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 D | RenderableView.java | 82 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 D | RenderableView.java | 81 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 D | RenderableView.java | 81 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 D | Icons.tsx | 133 strokeLinecap="round" 140 strokeLinecap="round" 147 strokeLinecap="round"
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/ |
| H A D | ABI47_0_0RNSVGRenderable.h | 28 @property (nonatomic, assign) CGLineCap strokeLinecap;
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/ |
| H A D | ABI49_0_0RNSVGRenderable.h | 28 @property (nonatomic, assign) CGLineCap strokeLinecap;
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/ |
| H A D | ABI48_0_0RNSVGRenderable.h | 28 @property (nonatomic, assign) CGLineCap strokeLinecap;
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/ |
| H A D | RNSVGRenderable.h | 28 @property (nonatomic, assign) CGLineCap strokeLinecap;
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/ViewManagers/ |
| H A D | ABI49_0_0RNSVGRenderableManager.mm | 33 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(strokeLinecap, CGLineCap) category
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/ViewManagers/ |
| H A D | RNSVGRenderableManager.mm | 33 RCT_EXPORT_VIEW_PROPERTY(strokeLinecap, CGLineCap) category
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Utils/ |
| H A D | ABI47_0_0RNSVGFabricConversions.h | 110 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 D | ABI48_0_0RNSVGFabricConversions.h | 110 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 D | ABI49_0_0RNSVGFabricConversions.h | 113 renderableNode.strokeLinecap = renderableProps.strokeLinecap == 0 ? kCGLineCapButt in setCommonRenderableProps() 114 : renderableProps.strokeLinecap == 1 ? kCGLineCapRound in setCommonRenderableProps()
|