Searched refs:sk_path_move_to (Results 1 – 4 of 4) sorted by relevance
29 SK_API void sk_path_move_to(sk_path_t*, float x, float y);
55 sk_path_move_to(path, 50.0f, 50.0f); in draw()
76 sk_path_move_to(path, 50.0f, 50.0f);
265 void sk_path_move_to(sk_path_t* cpath, float x, float y) { in sk_path_move_to() function