Home
last modified time | relevance | path

Searched refs:sk_path_cubic_to (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/c/
Dsk_path.h56 SK_API void sk_path_cubic_to(sk_path_t*,
/external/skia/experimental/c-api-example/
Dskia-c-example.c57 sk_path_cubic_to(path, -490.0f, 50.0f, 1130.0f, 430.0f, 50.0f, 430.0f); in draw()
Dc.md78 sk_path_cubic_to(path, -490.0f, 50.0f, 1130.0f, 430.0f, 50.0f, 430.0f);
/external/skia/src/c/
Dsk_surface.cpp281 void sk_path_cubic_to(sk_path_t* cpath, float x0, float y0, float x1, float y1, float x2, float y2)… in sk_path_cubic_to() function