Home
last modified time | relevance | path

Searched refs:make_path (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tests/
DDefaultPathRendererTest.cpp55 static SkPath make_path(const SkRect& outer, int inset, SkPathFillType fill) { in make_path() function
79 SkPath invPath = make_path(SkRect::MakeXYWH(0, 0, kBigSize, kBigSize), in run_test()
81 SkPath path = make_path(SkRect::MakeXYWH(0, 0, kBigSize, kBigSize), in run_test()
/third_party/skia/docs/examples/
Dcount_verbs.cpp7 static SkPath make_path(const SkFont& font) { in make_path() function
33 SkPath path = make_path(font); in draw()
/third_party/skia/gm/
Dperspshaders.cpp185 static SkPath make_path() { in make_path() function
205 SkPath path = make_path();
/third_party/skia/samplecode/
DSampleClip.cpp279 static SkPath make_path() { in make_path() function
307 fPath = make_path(); in onOnceBeforeDraw()
360 fPath = make_path(); in onOnceBeforeDraw()
498 fPath = make_path(); in onOnceBeforeDraw()
/third_party/node/deps/openssl/config/
Dgenerate_gypi.pl57 make_path("$base_dir/crypto/include/internal", "$base_dir/include/openssl",
/third_party/mksh/
Dmisc.c62 static int make_path(const char *, const char *, char **, XString *, int *);
1940 make_path(const char *cwd, const char *file, in make_path() function
2275 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path); in c_cd()