Home
last modified time | relevance | path

Searched refs:sk_path_close (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/c/
Dsk_path.h64 SK_API void sk_path_close(sk_path_t*);
/external/skia/experimental/go-skia/
Dskia.go187 C.sk_path_close(p.ptr)
/external/skia/src/c/
Dsk_surface.cpp285 void sk_path_close(sk_path_t* cpath) { in sk_path_close() function