Searched refs:sk_path_move_to (Results 1 – 5 of 5) sorted by relevance
/external/skia/include/c/ |
D | sk_path.h | 29 SK_API void sk_path_move_to(sk_path_t*, float x, float y);
|
/external/skia/experimental/c-api-example/ |
D | skia-c-example.c | 55 sk_path_move_to(path, 50.0f, 50.0f); in draw()
|
D | c.md | 76 sk_path_move_to(path, 50.0f, 50.0f);
|
/external/skia/experimental/go-skia/ |
D | skia.go | 167 C.sk_path_move_to(p.ptr, C.float(x), C.float(y))
|
/external/skia/src/c/ |
D | sk_surface.cpp | 265 void sk_path_move_to(sk_path_t* cpath, float x, float y) { in sk_path_move_to() function
|