Searched refs:sk_path_new (Results 1 – 4 of 4) sorted by relevance
24 SK_API sk_path_t* sk_path_new();
53 sk_path_t* path = sk_path_new(); in draw()
74 sk_path_t* path = sk_path_new();
261 sk_path_t* sk_path_new() { return (sk_path_t*)new SkPath; } in sk_path_new() function