Home
last modified time | relevance | path

Searched refs:sk_path_new (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/c/
Dsk_path.h24 SK_API sk_path_t* sk_path_new(void);
/external/skia/experimental/c-api-example/
Dskia-c-example.c53 sk_path_t* path = sk_path_new(); in draw()
Dc.md74 sk_path_t* path = sk_path_new();
/external/skia/experimental/go-skia/
Dskia.go159 ret := &Path{ptr: C.sk_path_new()}
/external/skia/src/c/
Dsk_surface.cpp261 sk_path_t* sk_path_new() { return (sk_path_t*)new SkPath; } in sk_path_new() function