Home
last modified time | relevance | path

Searched refs:sk_path_move_to (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/c/
Dsk_path.h29 SK_API void sk_path_move_to(sk_path_t*, float x, float y);
/external/skia/experimental/c-api-example/
Dskia-c-example.c55 sk_path_move_to(path, 50.0f, 50.0f); in draw()
Dc.md76 sk_path_move_to(path, 50.0f, 50.0f);
/external/skia/experimental/go-skia/
Dskia.go167 C.sk_path_move_to(p.ptr, C.float(x), C.float(y))
/external/skia/src/c/
Dsk_surface.cpp265 void sk_path_move_to(sk_path_t* cpath, float x, float y) { in sk_path_move_to() function