Home
last modified time | relevance | path

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

/external/skia/include/c/
Dsk_path.h27 void sk_path_line_to(sk_path_t*, float x, float y);
/external/skia/src/c/
Dsk_surface.cpp252 void sk_path_line_to(sk_path_t* cpath, float x, float y) { in sk_path_line_to() function
617 sk_path_line_to(cpath, 100, 100); in sk_test_capi()
618 sk_path_line_to(cpath, 50, 100); in sk_test_capi()