Home
last modified time | relevance | path

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

/external/skia/experimental/c-api-example/
Dskia-c-example.c56 sk_pathbuilder_line_to(path_builder, 590.0f, 50.0f); in draw()
58 sk_pathbuilder_line_to(path_builder, 590.0f, 430.0f); in draw()
Dc.md77 sk_pathbuilder_line_to(path_builder, 590.0f, 50.0f);
79 sk_pathbuilder_line_to(path_builder, 590.0f, 430.0f);
/external/skia/include/c/
Dsk_path.h38 SK_API void sk_pathbuilder_line_to(sk_pathbuilder_t*, float x, float y);
/external/skia/src/c/
Dsk_surface.cpp187 void sk_pathbuilder_line_to(sk_pathbuilder_t* cbuilder, float x, float y) { in sk_pathbuilder_line_to() function