Home
last modified time | relevance | path

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

/external/skia/include/c/
Dsk_path.h42 SK_API void sk_path_quad_to(sk_path_t*, float x0, float y0, float x1, float y1);
/external/skia/experimental/go-skia/
Dskia.go175 C.sk_path_quad_to(p.ptr, C.float(x0), C.float(y0), C.float(x1), C.float(y1))
/external/skia/src/c/
Dsk_surface.cpp273 void sk_path_quad_to(sk_path_t* cpath, float x0, float y0, float x1, float y1) { in sk_path_quad_to() function