Searched refs:sk_pathbuilder_cubic_to (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/include/c/ |
D | sk_path.h | 59 SK_API void sk_pathbuilder_cubic_to(sk_pathbuilder_t*,
|
/third_party/skia/experimental/c-api-example/ |
D | skia-c-example.c | 57 sk_pathbuilder_cubic_to(path_builder, -490.0f, 50.0f, 1130.0f, 430.0f, 50.0f, 430.0f); in draw()
|
D | c.md | 78 sk_pathbuilder_cubic_to(path_builder, -490.0f, 50.0f, 1130.0f, 430.0f, 50.0f, 430.0f);
|
/third_party/skia/src/c/ |
D | sk_surface.cpp | 201 void sk_pathbuilder_cubic_to(sk_pathbuilder_t* cbuilder, in sk_pathbuilder_cubic_to() function
|