Home
last modified time | relevance | path

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

/external/skia/include/c/
Dsk_path.h24 SK_API sk_path_t* sk_path_new();
/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/src/c/
Dsk_surface.cpp261 sk_path_t* sk_path_new() { return (sk_path_t*)new SkPath; } in sk_path_new() function