Home
last modified time | relevance | path

Searched +full:- +full:path (Results 1 – 25 of 1343) sorted by relevance

12345678910>>...54

/external/skia/tools/
DBigPathBench.inc2 path.moveTo(-1113, 81);
3 path.lineTo(-1113, 83);
4 path.lineTo(-1113, 82);
5 path.lineTo(-1112, 82);
6 path.lineTo(-1112, 83);
7 path.lineTo(-1111, 82);
8 path.lineTo(-1111, 82);
9 path.lineTo(-1110, 81);
10 path.lineTo(-1110, 81);
11 path.lineTo(-1109, 80);
[all …]
/external/skqp/tools/
DBigPathBench.inc2 path.moveTo(-1113, 81);
3 path.lineTo(-1113, 83);
4 path.lineTo(-1113, 82);
5 path.lineTo(-1112, 82);
6 path.lineTo(-1112, 83);
7 path.lineTo(-1111, 82);
8 path.lineTo(-1111, 82);
9 path.lineTo(-1110, 81);
10 path.lineTo(-1110, 81);
11 path.lineTo(-1109, 80);
[all …]
/external/skqp/gm/
Dpathfill.cpp4 * Use of this source code is governed by a BSD-style license that can be
13 static SkScalar make_frame(SkPath* path) { in make_frame() argument
16 path->addRoundRect(r, SkIntToScalar(15), SkIntToScalar(15)); in make_frame()
21 paint.getFillPath(*path, path); in make_frame()
25 static SkScalar make_triangle(SkPath* path) { in make_triangle() argument
29 path->moveTo(SkIntToScalar(gCoord[0]), SkIntToScalar(gCoord[1])); in make_triangle()
30 path->lineTo(SkIntToScalar(gCoord[2]), SkIntToScalar(gCoord[3])); in make_triangle()
31 path->lineTo(SkIntToScalar(gCoord[4]), SkIntToScalar(gCoord[5])); in make_triangle()
32 path->close(); in make_triangle()
33 path->offset(SkIntToScalar(10), SkIntToScalar(0)); in make_triangle()
[all …]
Dstrokefill.cpp4 * Use of this source code is governed by a BSD-style license that can be
20 SkPath path; in papyrus_hello() local
21 path.moveTo(169.824f, 83.4102f); in papyrus_hello()
22 path.lineTo(167.285f, 85.6074f); in papyrus_hello()
23 path.lineTo(166.504f, 87.2188f); in papyrus_hello()
24 path.lineTo(165.82f, 86.7793f); in papyrus_hello()
25 path.lineTo(165.186f, 87.1211f); in papyrus_hello()
26 path.lineTo(164.6f, 88.1953f); in papyrus_hello()
27 path.lineTo(161.914f, 89.416f); in papyrus_hello()
28 path.lineTo(161.719f, 89.2207f); in papyrus_hello()
[all …]
Dconcavepaths.cpp4 * Use of this source code is governed by a BSD-style license that can be
15 SkPath path; in test_concave() local
16 canvas->translate(0, 0); in test_concave()
17 path.moveTo(SkIntToScalar(20), SkIntToScalar(20)) in test_concave()
21 canvas->drawPath(path, paint); in test_concave()
26 SkPath path; in test_reverse_concave() local
27 canvas->save(); in test_reverse_concave()
28 canvas->translate(100, 0); in test_reverse_concave()
29 path.moveTo(SkIntToScalar(20), SkIntToScalar(20)) in test_reverse_concave()
33 canvas->drawPath(path, paint); in test_reverse_concave()
[all …]
/external/skqp/tests/
DTessellatingPathRendererTests.cpp4 * Use of this source code is governed by a BSD-style license that can be
29 SkPath path; in create_path_0() local
30 path.moveTo(229.127044677734375f, 67.34100341796875f); in create_path_0()
31 path.lineTo(187.8097381591796875f, -6.7729740142822265625f); in create_path_0()
32 path.lineTo(171.411407470703125f, 50.94266510009765625f); in create_path_0()
33 path.lineTo(245.5253753662109375f, 9.6253643035888671875f); in create_path_0()
34 path.moveTo(208.4683990478515625f, 30.284009933471679688f); in create_path_0()
35 path.lineTo(171.411407470703125f, 50.94266510009765625f); in create_path_0()
36 path.lineTo(187.8097381591796875f, -6.7729740142822265625f); in create_path_0()
37 return path; in create_path_0()
[all …]
DPathOpsOpTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
13 PathTest_Private(SkPath* path) in PathTest_Private() argument
14 : fPath(path) {} in PathTest_Private()
17 fPath->setPt(index, x, y); in setPt()
23 static void path_edit(const SkPoint& from, const SkPoint& to, SkPath* path) { in path_edit() argument
24 PathTest_Private testPath(path); in path_edit()
25 for (int index = 0; index < path->countPoints(); ++index) { in path_edit()
26 if (SkDPoint::ApproximatelyEqual(path->getPoint(index), from)) { in path_edit()
34 SkPath path, pathB; in cubicOp1d() local
35 path.setFillType(SkPath::kWinding_FillType); in cubicOp1d()
[all …]
/external/llvm-project/libcxx/include/experimental/
Dfilesystem1 // -*- C++ -*-
2 //===--------------------------- filesystem -------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 //===----------------------------------------------------------------------===//
16 class path;
18 void swap(path& lhs, path& rhs) noexcept;
19 size_t hash_value(const path& p) noexcept;
21 bool operator==(const path& lhs, const path& rhs) noexcept;
22 bool operator!=(const path& lhs, const path& rhs) noexcept;
23 bool operator< (const path& lhs, const path& rhs) noexcept;
[all …]
/external/libcxx/include/experimental/
Dfilesystem1 // -*- C++ -*-
2 //===--------------------------- filesystem -------------------------------===//
9 //===----------------------------------------------------------------------===//
17 class path;
19 void swap(path& lhs, path& rhs) noexcept;
20 size_t hash_value(const path& p) noexcept;
22 bool operator==(const path& lhs, const path& rhs) noexcept;
23 bool operator!=(const path& lhs, const path& rhs) noexcept;
24 bool operator< (const path& lhs, const path& rhs) noexcept;
25 bool operator<=(const path& lhs, const path& rhs) noexcept;
[all …]
/external/skia/tests/
DTriangulatingPathRendererTests.cpp4 * Use of this source code is governed by a BSD-style license that can be
35 []() -> SkPath { in __anon0d4003b20102()
36 SkPath path; in __anon0d4003b20102() local
37 path.moveTo(229.127044677734375f, 67.34100341796875f); in __anon0d4003b20102()
38 path.lineTo(187.8097381591796875f, -6.7729740142822265625f); in __anon0d4003b20102()
39 path.lineTo(171.411407470703125f, 50.94266510009765625f); in __anon0d4003b20102()
40 path.lineTo(245.5253753662109375f, 9.6253643035888671875f); in __anon0d4003b20102()
41 path.moveTo(208.4683990478515625f, 30.284009933471679688f); in __anon0d4003b20102()
42 path.lineTo(171.411407470703125f, 50.94266510009765625f); in __anon0d4003b20102()
43 path.lineTo(187.8097381591796875f, -6.7729740142822265625f); in __anon0d4003b20102()
[all …]
DPathOpsOpTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
13 PathTest_Private(SkPath* path) in PathTest_Private() argument
14 : fPath(path) {} in PathTest_Private()
17 fPath->setPt(index, x, y); in setPt()
23 static void path_edit(const SkPoint& from, const SkPoint& to, SkPath* path) { in path_edit() argument
24 PathTest_Private testPath(path); in path_edit()
25 for (int index = 0; index < path->countPoints(); ++index) { in path_edit()
26 if (SkDPoint::ApproximatelyEqual(path->getPoint(index), from)) { in path_edit()
34 SkPath path, pathB; in cubicOp1d() local
35 path.setFillType(SkPathFillType::kWinding); in cubicOp1d()
[all …]
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.groovy8 * http://www.apache.org/licenses/LICENSE-2.0
32 * @version $Revision: $ - $Date: $
53 * @param entry - the subclass of AbstractFileSystemEntry to add
56 def normalized = normalize(entry.path)
58 throw new FileSystemException("The path [" + normalized + "] already exists")
73 * @param path - the path of the filename to create
76 * @throws AssertionError - if path is null
77 * @throws FileSystemException - if an I/O error occurs
79 public boolean createFile(String path) {
80 assert path != null
[all …]
DFileSystem.groovy8 * http://www.apache.org/licenses/LICENSE-2.0
27 * @version $Revision: $ - $Date: $
36 * @param path - the path of the filename to create
39 * @throws AssertionError - if path is null
40 * @throws FileSystemException - if an I/O error occurs
42 public boolean createFile(String path)
47 * @param path - the path of the directory to create
50 * @throws AssertionError - if path is null
52 public boolean createDirectory(String path)
55 * Create and return a new OutputStream for writing to the file at the specified path
[all …]
/external/skia/gm/
Dpathfill.cpp4 * Use of this source code is governed by a BSD-style license that can be
21 SkPath path; member
31 SkPath path = SkPath::RRect(SkRRect::MakeRectXY(r, 15, 15)); in make_frame() local
35 paint.getFillPath(path, &path); in make_frame()
36 return {path, 15}; in make_frame()
83 builder.lineTo(x, y - dy); in make_sawtooth()
138 SkScalar rad = -SK_ScalarPI / 2; in make_star()
142 builder.moveTo(c, c - r); in make_star()
155 // We don't expect any output from this path.
171 SkPathBuilder path; in make_info() local
[all …]
Dstrokefill.cpp4 * Use of this source code is governed by a BSD-style license that can be
26 SkASSERT(paint->getPathEffect() == nullptr); in set_strokeandfill()
27 paint->setPathEffect(SkStrokeAndFillPathEffect::Make()); in set_strokeandfill()
28 paint->setStroke(true); in set_strokeandfill()
36 SkPath path; in papyrus_hello() local
37 path.moveTo(169.824f, 83.4102f); in papyrus_hello()
38 path.lineTo(167.285f, 85.6074f); in papyrus_hello()
39 path.lineTo(166.504f, 87.2188f); in papyrus_hello()
40 path.lineTo(165.82f, 86.7793f); in papyrus_hello()
41 path.lineTo(165.186f, 87.1211f); in papyrus_hello()
[all …]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java8 * http://www.apache.org/licenses/LICENSE-2.0
42 * filesystem-specific manner. This property must be initialized by concrete subclasses.
45 * @version $Revision: 142 $ - $Date: 2008-10-30 21:11:18 -0400 (Thu, 30 Oct 2008) $
67 //-------------------------------------------------------------------------
69 //-------------------------------------------------------------------------
91 * @param entriesToAdd - the List of FileSystemEntry entries to add
103 * @param entry - the FileSystemEntry to add
106 String path = entry.getPath(); in add() local
107 checkForInvalidFilename(path); in add()
108 if (getEntry(path) != null) { in add()
[all …]
/external/llvm/include/llvm/Support/
DPath.h1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 // This file declares the llvm::sys::path namespace. It is designed after
12 // path class.
14 //===----------------------------------------------------------------------===//
25 namespace path {
30 /// @brief Path iterator.
33 /// \a path. The traversal order is as follows:
34 /// * The root-name element, if present.
35 /// * The root-directory element, if present.
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
10 // This file declares the llvm::sys::path namespace. It is designed after
12 // path class.
14 //===----------------------------------------------------------------------===//
25 namespace path {
30 /// @brief Path iterator.
33 /// \a path. The traversal order is as follows:
34 /// * The root-name element, if present.
35 /// * The root-directory element, if present.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file declares the llvm::sys::path namespace. It is designed after
11 // path class.
13 //===----------------------------------------------------------------------===//
26 namespace path {
33 /// Path iterator.
36 /// \a path. The traversal order is as follows:
37 /// * The root-name element, if present.
[all …]
/external/llvm-project/llvm/include/llvm/Support/
DPath.h1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file declares the llvm::sys::path namespace. It is designed after
11 // path class.
13 //===----------------------------------------------------------------------===//
26 namespace path {
33 /// Path iterator.
36 /// \a path. The traversal order is as follows:
37 /// * The root-name element, if present.
[all …]
/external/tensorflow/tensorflow/lite/g3doc/
D_book.yaml2 - name: "Install"
5 - include: /install/_toc.yaml
7 - name: "Learn"
8 path: /learn/
11 - include: /learn/_menu_toc.yaml
15 - name: "Tutorials"
17 - title: "TensorFlow Lite Tutorials"
18 path: /lite/tutorials
20 - heading: "Vision"
21 - title: "Recognize handwritten digits"
[all …]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java8 * http://www.apache.org/licenses/LICENSE-2.0
42 * filesystem-specific manner. This property must be initialized by concrete subclasses.
45 * @version $Revision$ - $Date$
67 //-------------------------------------------------------------------------
69 //-------------------------------------------------------------------------
91 * @param entriesToAdd - the List of FileSystemEntry entries to add
103 * @param entry - the FileSystemEntry to add
106 String path = entry.getPath(); in add() local
107 checkForInvalidFilename(path); in add()
108 if (getEntry(path) != null) { in add()
[all …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java8 * http://www.apache.org/licenses/LICENSE-2.0
42 * filesystem-specific manner. This property must be initialized by concrete subclasses.
45 * @version $Revision$ - $Date$
67 //-------------------------------------------------------------------------
69 //-------------------------------------------------------------------------
91 * @param entriesToAdd - the List of FileSystemEntry entries to add
103 * @param entry - the FileSystemEntry to add
106 String path = entry.getPath(); in add() local
107 checkForInvalidFilename(path); in add()
108 if (getEntry(path) != null) { in add()
[all …]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java8 * http://www.apache.org/licenses/LICENSE-2.0
43 * filesystem-specific manner. This property must be initialized by concrete subclasses.
46 * @version $Revision$ - $Date$
68 //-------------------------------------------------------------------------
70 //-------------------------------------------------------------------------
92 * @param entriesToAdd - the List of FileSystemEntry entries to add
104 * @param entry - the FileSystemEntry to add
107 String path = entry.getPath(); in add() local
108 checkForInvalidFilename(path); in add()
109 if (getEntry(path) != null) { in add()
[all …]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java8 * http://www.apache.org/licenses/LICENSE-2.0
43 * filesystem-specific manner. This property must be initialized by concrete subclasses.
46 * @version $Revision$ - $Date$
68 //-------------------------------------------------------------------------
70 //-------------------------------------------------------------------------
92 * @param entriesToAdd - the List of FileSystemEntry entries to add
104 * @param entry - the FileSystemEntry to add
107 String path = entry.getPath(); in add() local
108 checkForInvalidFilename(path); in add()
109 if (getEntry(path) != null) { in add()
[all …]

12345678910>>...54