Home
last modified time | relevance | path

Searched defs:cpath (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/c/
Dsk_surface.cpp165 static const SkPath& AsPath(const sk_path_t& cpath) { in AsPath()
169 static SkPath* as_path(sk_path_t* cpath) { in as_path()
263 void sk_path_delete(sk_path_t* cpath) { delete as_path(cpath); } in sk_path_delete()
265 void sk_path_move_to(sk_path_t* cpath, float x, float y) { in sk_path_move_to()
269 void sk_path_line_to(sk_path_t* cpath, float x, float y) { in sk_path_line_to()
273 void sk_path_quad_to(sk_path_t* cpath, float x0, float y0, float x1, float y1) { in sk_path_quad_to()
277 void sk_path_conic_to(sk_path_t* cpath, float x0, float y0, float x1, float y1, float w) { in sk_path_conic_to()
281 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()
285 void sk_path_close(sk_path_t* cpath) { in sk_path_close()
289 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 …]
/external/skia/src/c/
Dsk_surface.cpp165 static const SkPath& AsPath(const sk_path_t& cpath) { in AsPath()
169 static SkPath* as_path(sk_path_t* cpath) { in as_path()
263 void sk_path_delete(sk_path_t* cpath) { delete as_path(cpath); } in sk_path_delete()
265 void sk_path_move_to(sk_path_t* cpath, float x, float y) { in sk_path_move_to()
269 void sk_path_line_to(sk_path_t* cpath, float x, float y) { in sk_path_line_to()
273 void sk_path_quad_to(sk_path_t* cpath, float x0, float y0, float x1, float y1) { in sk_path_quad_to()
277 void sk_path_conic_to(sk_path_t* cpath, float x0, float y0, float x1, float y1, float w) { in sk_path_conic_to()
281 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()
285 void sk_path_close(sk_path_t* cpath) { in sk_path_close()
289 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 …]
/external/toybox/toys/other/
Dacpi.c27 GLOBALS( in GLOBALS()
/external/python/cpython3/Python/
Dfileutils.c430 char *cpath; in Py_EncodeLocale() local
1021 char *cpath; in _Py_wfopen() local
1343 char *cpath; in _Py_wreadlink() local
1389 char *cpath; in _Py_wrealpath() local
/external/libxkbcommon/xkbcommon/src/compose/
Dtable.c163 const char *cpath; in xkb_compose_table_new_from_locale() local
/external/dtc/
Dflattree.c728 static char *nodename_from_path(const char *ppath, const char *cpath) in nodename_from_path()
/external/toybox/generated/
Dglobals.h200 char *cpath; member