Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/c/
Dsk_path.h26 SK_API void sk_path_delete(sk_path_t*);
/third_party/skia/include/c/
Dsk_path.h91 SK_API void sk_path_delete(sk_path_t*);
/third_party/flutter/skia/experimental/c-api-example/
Dskia-c-example.c67 sk_path_delete(path); in draw()
Dc.md90 sk_path_delete(path);
/third_party/skia/experimental/c-api-example/
Dskia-c-example.c72 sk_path_delete(path); in draw()
Dc.md93 sk_path_delete(path);
/third_party/flutter/skia/src/c/
Dsk_surface.cpp178 void sk_path_delete(sk_path_t* cpath) { delete as_path(cpath); } in sk_path_delete() function
/third_party/skia/src/c/
Dsk_surface.cpp236 void sk_path_delete(sk_path_t* cpath) { delete as_path(cpath); } in sk_path_delete() function