OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_canvas_draw_path
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/c/
sk_canvas.h
119
SK_API void
sk_canvas_draw_path
(sk_canvas_t*, const sk_path_t*, const sk_paint_t*);
/external/skia/experimental/c-api-example/
skia-c-example.c
59
sk_canvas_draw_path
(canvas, path, stroke);
/external/skia/src/c/
sk_surface.cpp
387
void
sk_canvas_draw_path
(sk_canvas_t* ccanvas, const sk_path_t* cpath, const sk_paint_t* cpaint) {
function
Completed in 41 milliseconds