OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_path_new
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/c/
sk_path.h
24
SK_API sk_path_t*
sk_path_new
(void);
/external/skia/experimental/c-api-example/
skia-c-example.c
53
sk_path_t* path =
sk_path_new
();
/external/skia/src/c/
sk_surface.cpp
261
sk_path_t*
sk_path_new
() { return (sk_path_t*)new SkPath; }
function
Completed in 494 milliseconds