OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_path_delete
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/c/
sk_path.h
26
SK_API void
sk_path_delete
(sk_path_t*);
/external/skia/experimental/c-api-example/
skia-c-example.c
69
sk_path_delete
(path);
/external/skia/src/c/
sk_surface.cpp
263
void
sk_path_delete
(sk_path_t* cpath) { delete as_path(cpath); }
function
Completed in 90 milliseconds