Searched defs:cpath (Results 1 – 5 of 5) sorted by relevance
| /external/skia/src/c/ |
| D | sk_surface.cpp | 165 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/ |
| D | acpi.c | 27 GLOBALS( in GLOBALS()
|
| /external/opencv/cvaux/src/ |
| D | cvcorrespond.cpp | 76 uchar cpath; in icvDynamicCorrespond() local
|
| /external/dtc/ |
| D | flattree.c | 735 static char *nodename_from_path(const char *ppath, const char *cpath) in nodename_from_path()
|
| /external/toybox/generated/ |
| D | globals.h | 188 char *cpath; member
|