Home
last modified time | relevance | path

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

/third_party/skia/include/c/
Dsk_path.h32 SK_API void sk_pathbuilder_move_to(sk_pathbuilder_t*, float x, float y);
/third_party/skia/experimental/c-api-example/
Dskia-c-example.c55 sk_pathbuilder_move_to(path_builder, 50.0f, 50.0f); in draw()
Dc.md76 sk_pathbuilder_move_to(path_builder, 50.0f, 50.0f);
/third_party/skia/src/c/
Dsk_surface.cpp183 void sk_pathbuilder_move_to(sk_pathbuilder_t* cbuilder, float x, float y) { in sk_pathbuilder_move_to() function