Searched refs:sk_pathbuilder_move_to (Results 1 – 4 of 4) sorted by relevance
32 SK_API void sk_pathbuilder_move_to(sk_pathbuilder_t*, float x, float y);
55 sk_pathbuilder_move_to(path_builder, 50.0f, 50.0f); in draw()
76 sk_pathbuilder_move_to(path_builder, 50.0f, 50.0f);
183 void sk_pathbuilder_move_to(sk_pathbuilder_t* cbuilder, float x, float y) { in sk_pathbuilder_move_to() function