Searched defs:cpath (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/src/c/ |
D | sk_surface.cpp | 93 static const SkPath& AsPath(const sk_path_t& cpath) { in AsPath() 97 static SkPath* as_path(sk_path_t* cpath) { in as_path() 178 void sk_path_delete(sk_path_t* cpath) { delete as_path(cpath); } in sk_path_delete() 180 void sk_path_move_to(sk_path_t* cpath, float x, float y) { in sk_path_move_to() 184 void sk_path_line_to(sk_path_t* cpath, float x, float y) { in sk_path_line_to() 188 void sk_path_quad_to(sk_path_t* cpath, float x0, float y0, float x1, float y1) { in sk_path_quad_to() 192 void sk_path_conic_to(sk_path_t* cpath, float x0, float y0, float x1, float y1, float w) { in sk_path_conic_to() 196 void sk_path_cubic_to(sk_path_t* cpath, float x0, float y0, float x1, float y1, float x2, float y2)… in sk_path_cubic_to() 200 void sk_path_close(sk_path_t* cpath) { in sk_path_close() 204 void sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_rect() [all …]
|
/third_party/node/deps/npm/node_modules/chownr/ |
D | chownr.js | 68 const chown = (cpath, uid, gid, cb) => { argument 89 const cpath = path.resolve(p, child.name) constant 93 const cpath = path.resolve(p, child.name) constant
|
/third_party/skia/src/c/ |
D | sk_surface.cpp | 93 static const SkPath& AsPath(const sk_path_t& cpath) { in AsPath() 101 static SkPath* as_path(sk_path_t* cpath) { in as_path() 236 void sk_path_delete(sk_path_t* cpath) { delete as_path(cpath); } in sk_path_delete() 238 bool sk_path_get_bounds(const sk_path_t* cpath, sk_rect_t* crect) { in sk_path_get_bounds() 299 void sk_canvas_clip_path(sk_canvas_t* ccanvas, const sk_path_t* cpath) { in sk_canvas_clip_path() 320 void sk_canvas_draw_path(sk_canvas_t* ccanvas, const sk_path_t* cpath, const sk_paint_t* cpaint) { in sk_canvas_draw_path()
|
/third_party/node/deps/npm/node_modules/cacache/lib/content/ |
D | read.js | 57 return lstatAsync(cpath).then(stat => ({ cpath, sri, stat })) property 58 }).then(({ cpath, sri, stat }) => { property
|
/third_party/toybox/toys/other/ |
D | acpi.c | 27 GLOBALS( in GLOBALS()
|
/third_party/mesa3d/src/util/perf/ |
D | u_trace.py | 443 def utrace_generate(cpath, hpath, ctx_param, need_cs_param=True, argument
|
/third_party/python/Python/ |
D | fileutils.c | 1582 char *cpath; in _Py_wfopen() local 1896 char *cpath; in _Py_wreadlink() local 1946 char *cpath; in _Py_wrealpath() local
|
/third_party/ninja/src/ |
D | ninja.cc | 292 Node* NinjaMain::CollectTarget(const char* cpath, string* err) { in CollectTarget()
|
/third_party/toybox/generated/ |
D | globals.h | 211 char *cpath; member
|