/third_party/flutter/skia/modules/pathkit/tests/ |
D | path2d.spec.js | 5 let path = PathKit.NewPath(); 31 let secondPath = PathKit.NewPath(); 76 let path = PathKit.NewPath(); 107 let path = PathKit.NewPath() 119 let path = PathKit.NewPath(); 129 let basePath = PathKit.NewPath(); 150 let path = PathKit.NewPath();
|
D | path.spec.js | 5 let path = PathKit.NewPath(); 17 let blank = PathKit.NewPath(); 66 let copy = PathKit.NewPath(orig); 99 let path = PathKit.NewPath(); 115 let path = PathKit.NewPath(); 148 let path = PathKit.NewPath();
|
D | svg.spec.js | 79 let path = PathKit.NewPath();
|
D | effects.spec.js | 5 let path = PathKit.NewPath();
|
/third_party/skia/modules/pathkit/tests/ |
D | path2d.spec.js | 5 let path = PathKit.NewPath(); 31 let secondPath = PathKit.NewPath(); 76 let path = PathKit.NewPath(); 107 let path = PathKit.NewPath() 119 let path = PathKit.NewPath(); 129 let basePath = PathKit.NewPath(); 150 let path = PathKit.NewPath();
|
D | path.spec.js | 5 let path = PathKit.NewPath(); 17 let blank = PathKit.NewPath(); 66 let copy = PathKit.NewPath(orig); 99 let path = PathKit.NewPath(); 115 let path = PathKit.NewPath(); 148 let path = PathKit.NewPath();
|
D | svg.spec.js | 79 let path = PathKit.NewPath();
|
D | effects.spec.js | 5 let path = PathKit.NewPath();
|
/third_party/skia/modules/pathkit/perf/ |
D | path.bench.js | 3 let path = PathKit.NewPath(); 28 let secondPath = PathKit.NewPath(); 86 let p = PathKit.NewPath() 211 let path = PathKit.NewPath(); 225 let path = PathKit.NewPath(); 253 let path = PathKit.NewPath(); 279 let path = PathKit.NewPath();
|
D | effects.bench.js | 5 let p = PathKit.NewPath();
|
D | pathops.bench.js | 4 let p = PathKit.NewPath();
|
/third_party/flutter/skia/modules/pathkit/perf/ |
D | path.bench.js | 3 let path = PathKit.NewPath(); 28 let secondPath = PathKit.NewPath(); 86 let p = PathKit.NewPath() 211 let path = PathKit.NewPath(); 225 let path = PathKit.NewPath(); 253 let path = PathKit.NewPath(); 279 let path = PathKit.NewPath();
|
D | effects.bench.js | 5 let p = PathKit.NewPath();
|
D | pathops.bench.js | 4 let p = PathKit.NewPath();
|
/third_party/skia/site/docs/user/modules/ |
D | pathkit.md | 136 let path = PathKit.NewPath(); 175 let path = drawStar(PathKit.NewPath()); 233 - From `PathKit.NewPath()` (It will be blank) 235 `PathKit.NewPath(path)` 297 // let path = PathKit.NewPath().moveTo(0, 10).lineTo(30, 40).quadTo(20, 50, 45, 60); 300 #### `NewPath()` 306 let path = PathKit.NewPath(); 313 #### `NewPath(pathToCopy)` 322 let clone = PathKit.NewPath(otherPath); 338 let pathOne = PathKit.NewPath().moveTo(0, 20).lineTo(10, 10).lineTo(20, 20).close(); [all …]
|
/third_party/flutter/skia/site/user/modules/ |
D | pathkit.md | 130 let path = PathKit.NewPath(); 169 let path = drawStar(PathKit.NewPath()); 230 - From `PathKit.NewPath()` (It will be blank) 231 - As a copy of an existing `SkPath` with `path.copy()` or `PathKit.NewPath(path)` 282 // let path = PathKit.NewPath().moveTo(0, 10).lineTo(30, 40).quadTo(20, 50, 45, 60); 285 #### `NewPath()` #### 291 let path = PathKit.NewPath(); 298 #### `NewPath(pathToCopy)` #### 306 let clone = PathKit.NewPath(otherPath); 322 let pathOne = PathKit.NewPath().moveTo(0, 20).lineTo(10, 10).lineTo(20, 20).close(); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 531 SmallString<256> NewPath; in replace_path_prefix() local 532 path::append(NewPath, style, NewPrefix); in replace_path_prefix() 535 path::append(NewPath, style, RelPath); in replace_path_prefix() 537 path::append(NewPath, style, relative_path(RelPath, style)); in replace_path_prefix() 540 Path.swap(NewPath); in replace_path_prefix()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 542 SmallString<256> NewPath; in replace_path_prefix() local 543 path::append(NewPath, NewPrefix); in replace_path_prefix() 544 path::append(NewPath, RelPath); in replace_path_prefix() 545 Path.swap(NewPath); in replace_path_prefix()
|
/third_party/flutter/skia/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 163 SkPath EMSCRIPTEN_KEEPALIVE NewPath() { in NewPath() function 551 function("NewPath", &NewPath); in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/modules/pathkit/ |
D | pathkit_wasm_bindings.cpp | 150 SkPath EMSCRIPTEN_KEEPALIVE NewPath() { in NewPath() function 538 function("NewPath", &NewPath); in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 1180 SmallString<128> NewPath(Path); in getThinLTOOutputFile() local 1181 llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix); in getThinLTOOutputFile() 1182 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str()); in getThinLTOOutputFile() 1189 return NewPath.str(); in getThinLTOOutputFile()
|