Searched refs:sk_path_conic_to (Results 1 – 2 of 2) sorted by relevance
/external/skia/include/c/ |
D | sk_path.h | 29 void sk_path_conic_to(sk_path_t*, float x0, float y0, float x1, float y1, float w);
|
/external/skia/src/c/ |
D | sk_surface.cpp | 260 void sk_path_conic_to(sk_path_t* cpath, float x0, float y0, float x1, float y1, float w) { in sk_path_conic_to() function
|