Home
last modified time | relevance | path

Searched refs:NewPath (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/modules/pathkit/tests/
Dpath2d.spec.js5 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();
Dpath.spec.js5 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();
Dsvg.spec.js79 let path = PathKit.NewPath();
Deffects.spec.js5 let path = PathKit.NewPath();
/third_party/skia/modules/pathkit/tests/
Dpath2d.spec.js5 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();
Dpath.spec.js5 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();
Dsvg.spec.js79 let path = PathKit.NewPath();
Deffects.spec.js5 let path = PathKit.NewPath();
/third_party/skia/modules/pathkit/perf/
Dpath.bench.js3 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();
Deffects.bench.js5 let p = PathKit.NewPath();
Dpathops.bench.js4 let p = PathKit.NewPath();
/third_party/flutter/skia/modules/pathkit/perf/
Dpath.bench.js3 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();
Deffects.bench.js5 let p = PathKit.NewPath();
Dpathops.bench.js4 let p = PathKit.NewPath();
/third_party/skia/site/docs/user/modules/
Dpathkit.md136 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/
Dpathkit.md130 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/
DPath.cpp531 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/
DPath.cpp542 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/
Dpathkit_wasm_bindings.cpp163 SkPath EMSCRIPTEN_KEEPALIVE NewPath() { in NewPath() function
551 function("NewPath", &NewPath); in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/pathkit/
Dpathkit_wasm_bindings.cpp150 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/
DLTO.cpp1180 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()