OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_path_line_to
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/c/
sk_path.h
35
SK_API void
sk_path_line_to
(sk_path_t*, float x, float y);
/external/skia/experimental/c-api-example/
skia-c-example.c
56
sk_path_line_to
(path, 590.0f, 50.0f);
58
sk_path_line_to
(path, 590.0f, 430.0f);
/external/skia/src/c/
sk_surface.cpp
269
void
sk_path_line_to
(sk_path_t* cpath, float x, float y) {
function
Completed in 105 milliseconds