OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_path_cubic_to
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/c/
sk_path.h
56
SK_API void
sk_path_cubic_to
(sk_path_t*,
/external/skia/experimental/c-api-example/
skia-c-example.c
57
sk_path_cubic_to
(path, -490.0f, 50.0f, 1130.0f, 430.0f, 50.0f, 430.0f);
/external/skia/src/c/
sk_surface.cpp
281
void
sk_path_cubic_to
(sk_path_t* cpath, float x0, float y0, float x1, float y1, float x2, float y2) {
function
Completed in 44 milliseconds