Home
last modified time | relevance | path

Searched refs:makePath (Results 1 – 14 of 14) sorted by relevance

/external/libcxx/test/support/
Dfilesystem_test_helper.hpp22 inline fs::path makePath(fs::path const& p) { in makePath() function
31 makePath("empty_file"),
32 makePath("non_empty_file"),
33 makePath("dir1/file1"),
34 makePath("dir1/file2")
39 makePath("dir1"),
40 makePath("dir1/dir2"),
41 makePath("dir1/dir2/dir3")
49 static const fs::path SymlinkToFile = makePath("symlink_to_empty_file");
50 static const fs::path SymlinkToDir = makePath("symlink_to_dir");
[all …]
/external/skia/gm/
Dpathcontourstart.cpp100 SkPath (*makePath)(const SkRect&, SkPath::Direction, unsigned)) const { in drawDirs()
101 drawOneColumn(canvas, SkPath::kCW_Direction, makePath); in drawDirs()
103 drawOneColumn(canvas, SkPath::kCCW_Direction, makePath); in drawDirs()
108 SkPath (*makePath)(const SkRect&, SkPath::Direction, unsigned)) const { in drawOneColumn()
112 const SkPath path = makePath(fRect, dir, i); in drawOneColumn()
Dfilltypes.cpp21 void makePath() { in makePath() function in skiagm::FillTypeGM
67 this->makePath(); in onDraw()
Dfilltypespersp.cpp19 void makePath() { in makePath() function in skiagm::FillTypePerspGM
77 this->makePath(); in onDraw()
/external/skia/bench/
DHairlinePathBench.cpp43 virtual void makePath(SkPath*) = 0;
61 this->makePath(&path); in onDraw()
88 void makePath(SkPath* path) override { in makePath() function in LinePathBench
120 void makePath(SkPath* path) override { in makePath() function in QuadPathBench
152 void makePath(SkPath* path) override { in makePath() function in ConicPathBench
188 void makePath(SkPath* path) override { in makePath() function in CubicPathBench
DPathBench.cpp42 virtual void makePath(SkPath*) = 0;
59 this->makePath(&path); in onDraw()
87 void makePath(SkPath* path) override { in makePath() function in TrianglePathBench
107 void makePath(SkPath* path) override { in makePath() function in RectPathBench
128 void makePath(SkPath* path) override { in makePath() function in RotatedRectBench
153 void makePath(SkPath* path) override { in makePath() function in OvalPathBench
168 void makePath(SkPath* path) override { in makePath() function in CirclePathBench
202 void makePath(SkPath* path) override { in makePath() function in AAAConcavePathBench
223 void makePath(SkPath* path) override { in makePath() function in AAAConvexPathBench
241 void makePath(SkPath* path) override { in makePath() function in SawToothPathBench
[all …]
DDashBench.cpp55 virtual void makePath(SkPath* path) { in makePath() function in DashBench
72 this->makePath(&path); in onDraw()
/external/skia/samplecode/
DSamplePathFuzz.cpp150 fClip = makePath(); in randomize()
157 fPath = makePath(); in randomize()
363 SkPath makePath() { in makePath() function in FuzzPath
413 SkPath src = makePath(); in makePath()
426 SkPath src = makePath(); in makePath()
437 SkPath src = makePath(); in makePath()
449 SkPath src = makePath(); in makePath()
DSamplePath.cpp281 void makePath(SkPath* path) { in makePath() function in ArcToView
295 this->makePath(&path); in onDrawContent()
410 void makePath(SkPath* path) { in makePath() function in FatStroke
424 this->makePath(&path); in onDrawContent()
DSampleAll.cpp238 void makePath(SkPath& path) { in makePath() function in DemoView
305 makePath(path); in drawPicture()
/external/jsoncpp/src/lib_json/
Djson_value.cpp1366 makePath(path, in); in Path()
1369 void Path::makePath(const std::string& path, const InArgs& in) { in makePath() function in Json::Path
/external/jsoncpp/include/json/
Dvalue.h558 void makePath(const std::string& path, const InArgs& in);
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h1043 void makePath(const std::string& path, const InArgs& in);
Djsoncpp.cpp3843 makePath(path, in); in Path()
3846 void Path::makePath(const std::string& path, const InArgs& in) { in makePath() function in Json::Path