Home
last modified time | relevance | path

Searched refs:sk_path_conic_to (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/c/
Dsk_path.h49 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/
Dskia.go179 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/
Dsk_surface.cpp277 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