Searched refs:make_path (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/tests/ |
D | DefaultPathRendererTest.cpp | 55 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/ |
D | count_verbs.cpp | 7 static SkPath make_path(const SkFont& font) { in make_path() function 33 SkPath path = make_path(font); in draw()
|
/third_party/skia/gm/ |
D | perspshaders.cpp | 185 static SkPath make_path() { in make_path() function 205 SkPath path = make_path();
|
/third_party/skia/samplecode/ |
D | SampleClip.cpp | 279 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/ |
D | generate_gypi.pl | 57 make_path("$base_dir/crypto/include/internal", "$base_dir/include/openssl",
|
/third_party/mksh/ |
D | misc.c | 62 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()
|