Searched refs:sk_pathbuilder_line_to (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/experimental/c-api-example/ |
D | skia-c-example.c | 56 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()
|
D | c.md | 77 sk_pathbuilder_line_to(path_builder, 590.0f, 50.0f); 79 sk_pathbuilder_line_to(path_builder, 590.0f, 430.0f);
|
/third_party/skia/include/c/ |
D | sk_path.h | 38 SK_API void sk_pathbuilder_line_to(sk_pathbuilder_t*, float x, float y);
|
/third_party/skia/src/c/ |
D | sk_surface.cpp | 187 void sk_pathbuilder_line_to(sk_pathbuilder_t* cbuilder, float x, float y) { in sk_pathbuilder_line_to() function
|