Searched refs:sk_path_conic_to (Results 1 – 3 of 3) sorted by relevance
/external/skia/include/c/ |
D | sk_path.h | 49 SK_API void sk_path_conic_to(sk_path_t*, float x0, float y0, float x1, float y1, float w);
|
/external/skia/experimental/go-skia/ |
D | skia.go | 179 C.sk_path_conic_to(p.ptr, C.float(x0), C.float(y0), C.float(x1), C.float(y1), C.float(w))
|
/external/skia/src/c/ |
D | sk_surface.cpp | 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() function
|