| /expo/android/vendored/sdk47/react-native-svg/android/src/main/java/abi47_0_0/com/horcrux/svg/ |
| H A D | GlyphPathBag.java | 4 import android.graphics.Path; 8 private final ArrayList<Path> paths = new ArrayList<>(); 15 paths.add(new Path()); in GlyphPathBag() 18 Path getOrCreateAndCache(char ch, String current) { in getOrCreateAndCache() 20 Path cached; in getOrCreateAndCache() 25 cached = new Path(); in getOrCreateAndCache() 37 Path glyph = new Path(); in getOrCreateAndCache()
|
| H A D | PathView.java | 14 import android.graphics.Path; 19 private Path mPath; 24 mPath = new Path(); in PathView() 34 Path getPath(Canvas canvas, Paint paint) { in getPath()
|
| H A D | CircleView.java | 14 import android.graphics.Path; 74 Path getPath(Canvas canvas, Paint paint) { in getPath() 75 Path path = new Path(); in getPath() 81 path.addCircle((float) cx, (float) cy, (float) r, Path.Direction.CW); in getPath()
|
| H A D | EllipseView.java | 14 import android.graphics.Path; 91 Path getPath(Canvas canvas, Paint paint) { in getPath() 92 Path path = new Path(); in getPath() 99 path.addOval(oval, Path.Direction.CW); in getPath()
|
| H A D | RectView.java | 14 import android.graphics.Path; 124 Path getPath(Canvas canvas, Paint paint) { in getPath() 125 Path path = new Path(); in getPath() 160 Path.Direction.CW); in getPath() 166 Path.Direction.CW); in getPath() 169 path.addRect((float) x, (float) y, (float) (x + w), (float) (y + h), Path.Direction.CW); in getPath()
|
| H A D | GroupView.java | 15 import android.graphics.Path; 129 Path getPath(final Canvas canvas, final Paint paint) { in getPath() 133 mPath = new Path(); in getPath() 150 Path getPath(final Canvas canvas, final Paint paint, final Region.Op op) { in getPath() 151 final Path path = new Path(); in getPath() 154 final Path.Op pop = Path.Op.valueOf(op.name()); in getPath() 163 Path p2; in getPath() 185 Path p2; in getPath() 218 Path clipPath = getClipPath(); in hitTest()
|
| /expo/android/vendored/sdk48/react-native-svg/android/src/main/java/abi48_0_0/com/horcrux/svg/ |
| H A D | GlyphPathBag.java | 4 import android.graphics.Path; 8 private final ArrayList<Path> paths = new ArrayList<>(); 15 paths.add(new Path()); in GlyphPathBag() 18 Path getOrCreateAndCache(char ch, String current) { in getOrCreateAndCache() 20 Path cached; in getOrCreateAndCache() 25 cached = new Path(); in getOrCreateAndCache() 37 Path glyph = new Path(); in getOrCreateAndCache()
|
| H A D | PathView.java | 14 import android.graphics.Path; 19 private Path mPath; 24 mPath = new Path(); in PathView() 34 Path getPath(Canvas canvas, Paint paint) { in getPath()
|
| H A D | CircleView.java | 14 import android.graphics.Path; 74 Path getPath(Canvas canvas, Paint paint) { in getPath() 75 Path path = new Path(); in getPath() 81 path.addCircle((float) cx, (float) cy, (float) r, Path.Direction.CW); in getPath()
|
| H A D | EllipseView.java | 14 import android.graphics.Path; 91 Path getPath(Canvas canvas, Paint paint) { in getPath() 92 Path path = new Path(); in getPath() 99 path.addOval(oval, Path.Direction.CW); in getPath()
|
| H A D | RectView.java | 14 import android.graphics.Path; 124 Path getPath(Canvas canvas, Paint paint) { in getPath() 125 Path path = new Path(); in getPath() 160 Path.Direction.CW); in getPath() 166 Path.Direction.CW); in getPath() 169 path.addRect((float) x, (float) y, (float) (x + w), (float) (y + h), Path.Direction.CW); in getPath()
|
| H A D | GroupView.java | 15 import android.graphics.Path; 129 Path getPath(final Canvas canvas, final Paint paint) { in getPath() 133 mPath = new Path(); in getPath() 150 Path getPath(final Canvas canvas, final Paint paint, final Region.Op op) { in getPath() 151 final Path path = new Path(); in getPath() 154 final Path.Op pop = Path.Op.valueOf(op.name()); in getPath() 163 Path p2; in getPath() 185 Path p2; in getPath() 218 Path clipPath = getClipPath(); in hitTest()
|
| /expo/android/vendored/sdk49/react-native-svg/android/src/main/java/abi49_0_0/com/horcrux/svg/ |
| H A D | GlyphPathBag.java | 4 import android.graphics.Path; 8 private final ArrayList<Path> paths = new ArrayList<>(); 15 paths.add(new Path()); in GlyphPathBag() 18 Path getOrCreateAndCache(char ch, String current) { in getOrCreateAndCache() 20 Path cached; in getOrCreateAndCache() 25 cached = new Path(); in getOrCreateAndCache() 37 Path glyph = new Path(); in getOrCreateAndCache()
|
| H A D | PathView.java | 14 import android.graphics.Path; 19 private Path mPath; 24 mPath = new Path(); in PathView() 40 Path getPath(Canvas canvas, Paint paint) { in getPath()
|
| /expo/android/vendored/unversioned/react-native-svg/android/src/main/java/com/horcrux/svg/ |
| H A D | GlyphPathBag.java | 4 import android.graphics.Path; 8 private final ArrayList<Path> paths = new ArrayList<>(); 15 paths.add(new Path()); in GlyphPathBag() 18 Path getOrCreateAndCache(char ch, String current) { in getOrCreateAndCache() 20 Path cached; in getOrCreateAndCache() 25 cached = new Path(); in getOrCreateAndCache() 37 Path glyph = new Path(); in getOrCreateAndCache()
|
| H A D | PathView.java | 14 import android.graphics.Path; 19 private Path mPath; 24 mPath = new Path(); in PathView() 40 Path getPath(Canvas canvas, Paint paint) { in getPath()
|
| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Stroking.tsx | 14 <Path stroke="red" d="M5 20 l215 0" /> 15 <Path stroke="black" d="M5 40 l215 0" /> 16 <Path stroke="blue" d="M5 60 l215 0" /> 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" /> 46 <Path strokeDasharray="5,5" d="M5 20 l215 0" /> 47 <Path strokeDasharray="10,10" d="M5 40 l215 0" /> 131 <Path strokeDasharray="2,2" d="M0 4 h20" /> 132 <Path strokeDasharray="4,4" d="M0 10 h20" /> [all …]
|
| H A D | Path.tsx | 9 static title = 'Path'; 14 <Svg.Path d="M50 0 L15 100 L85 100 Z" /> 16 <Svg.Path 20 <Svg.Path 34 <Svg.Path 53 <Svg.Path d="M 250 50 l 150 300" stroke="red" strokeWidth="3" fill="none" /> 54 <Svg.Path d="M 175 200 l 150 0" stroke="green" strokeWidth="3" fill="none" /> 80 <Svg.Path 84 <Svg.Path 92 const Path: Example = { [all …]
|
| /expo/packages/@expo/cli/src/start/server/type-generation/__typetests__/fixtures/ |
| H A D | basic.ts | 83 type ParameterNames<Path> = Path extends `${infer PartA}/${infer PartB}` 85 : IsParameter<Path>; 92 type RouteSegments<Path> = Path extends `${infer PartA}/${infer PartB}` 96 : Path extends '' 98 : [Path]; 109 type InputRouteParams<Path> = { 110 [Key in ParameterNames<Path> as Key extends `...${infer Name}` 115 type OutputRouteParams<Path> = { 116 [Key in ParameterNames<Path> as Key extends `...${infer Name}`
|
| /expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/io/ |
| H A D | PathTypeConverter.kt | 7 import java.nio.file.Path 10 class PathTypeConverter(isOptional: Boolean) : DynamicAwareTypeConverters<Path>(isOptional) { 11 override fun convertFromDynamic(value: Dynamic): Path { in convertFromDynamic() 16 override fun convertFromAny(value: Any): Path { in convertFromAny()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/types/io/ |
| H A D | PathTypeConverter.kt | 7 import java.nio.file.Path 10 class PathTypeConverter(isOptional: Boolean) : DynamicAwareTypeConverters<Path>(isOptional) { 11 override fun convertFromDynamic(value: Dynamic): Path { in convertFromDynamic() 16 override fun convertFromAny(value: Any): Path { in convertFromAny()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/types/io/ |
| H A D | PathTypeConverter.kt | 7 import java.nio.file.Path 10 class PathTypeConverter(isOptional: Boolean) : DynamicAwareTypeConverters<Path>(isOptional) { 11 override fun convertFromDynamic(value: Dynamic): Path { in convertFromDynamic() 16 override fun convertFromAny(value: Any): Path { in convertFromAny()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/types/io/ |
| H A D | PathTypeConverter.kt | 7 import java.nio.file.Path 10 class PathTypeConverter(isOptional: Boolean) : DynamicAwareTypeConverters<Path>(isOptional) { 11 override fun convertFromDynamic(value: Dynamic): Path { in convertFromDynamic() 16 override fun convertFromAny(value: Any): Path { in convertFromAny()
|
| /expo/packages/expo-asset/src/ts-declarations/ |
| H A D | path-browserify.d.ts | 2 interface Path { interface 6 const path: Path;
|
| /expo/home/screens/SettingsScreen/ |
| H A D | ShakeDeviceIcon.tsx | 4 import Svg, { SvgProps, G, Path, Defs, ClipPath, Rect } from 'react-native-svg'; 22 <Path 28 <Path 34 <Path 40 <Path
|