Searched refs:make_path (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/tests/ |
H A 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/ |
H A D | count_verbs.cpp | 7 static SkPath make_path(const SkFont& font) { in REG_FIDDLE() function 33 SkPath path = make_path(font); in REG_FIDDLE()
|
/third_party/node/deps/openssl/config/ |
H A D | generate_gypi.pl | 11 use File::Path qw/make_path/; 57 make_path("$base_dir/crypto/include/internal", "$base_dir/include/openssl", 65 die "make_path error: $file $message\n";
|
/third_party/skia/gm/ |
H A D | perspshaders.cpp | 185 static SkPath make_path() { in make_path() function 205 SkPath path = make_path(); in DEF_SIMPLE_GM()
|
/third_party/skia/samplecode/ |
H A D | SampleClip.cpp | 279 static SkPath make_path() { in make_path() function 307 fPath = make_path(); 360 fPath = make_path(); 498 fPath = make_path();
|
/third_party/mksh/ |
H A 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 2267 /* only a first guess; make_path will enlarge xs if necessary */ in c_cd() 2275 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path); in c_cd()
|
Completed in 6 milliseconds