Home
last modified time | relevance | path

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

/external/skia/include/c/
Dsk_path.h29 void sk_path_conic_to(sk_path_t*, float x0, float y0, float x1, float y1, float w);
/external/skia/src/c/
Dsk_surface.cpp260 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