Searched refs:sk_path_line_to (Results 1 – 5 of 5) sorted by relevance
/external/skia/experimental/c-api-example/ |
D | skia-c-example.c | 56 sk_path_line_to(path, 590.0f, 50.0f); in draw() 58 sk_path_line_to(path, 590.0f, 430.0f); in draw()
|
D | c.md | 77 sk_path_line_to(path, 590.0f, 50.0f); 79 sk_path_line_to(path, 590.0f, 430.0f);
|
/external/skia/include/c/ |
D | sk_path.h | 35 SK_API void sk_path_line_to(sk_path_t*, float x, float y);
|
/external/skia/experimental/go-skia/ |
D | skia.go | 171 C.sk_path_line_to(p.ptr, C.float(x), C.float(y))
|
/external/skia/src/c/ |
D | sk_surface.cpp | 269 void sk_path_line_to(sk_path_t* cpath, float x, float y) { in sk_path_line_to() function
|