Home
last modified time | relevance | path

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

/external/skia/experimental/c-api-example/
Dskia-c-example.c56 sk_path_line_to(path, 590.0f, 50.0f); in draw()
58 sk_path_line_to(path, 590.0f, 430.0f); in draw()
Dc.md77 sk_path_line_to(path, 590.0f, 50.0f);
79 sk_path_line_to(path, 590.0f, 430.0f);
/external/skia/include/c/
Dsk_path.h35 SK_API void sk_path_line_to(sk_path_t*, float x, float y);
/external/skia/experimental/go-skia/
Dskia.go171 C.sk_path_line_to(p.ptr, C.float(x), C.float(y))
/external/skia/src/c/
Dsk_surface.cpp269 void sk_path_line_to(sk_path_t* cpath, float x, float y) { in sk_path_line_to() function