Home
last modified time | relevance | path

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

/external/skia/include/c/
Dsk_path.h26 SK_API void sk_path_delete(sk_path_t*);
/external/skia/experimental/c-api-example/
Dskia-c-example.c69 sk_path_delete(path); in draw()
Dc.md90 sk_path_delete(path);
/external/skia/src/c/
Dsk_surface.cpp263 void sk_path_delete(sk_path_t* cpath) { delete as_path(cpath); } in sk_path_delete() function