Searched refs:sk_path_new (Results 1 – 5 of 5) sorted by relevance
24 SK_API sk_path_t* sk_path_new(void);
53 sk_path_t* path = sk_path_new(); in draw()
74 sk_path_t* path = sk_path_new();
159 ret := &Path{ptr: C.sk_path_new()}
261 sk_path_t* sk_path_new() { return (sk_path_t*)new SkPath; } in sk_path_new() function