Home
last modified time | relevance | path

Searched refs:sk_paint_set_stroke (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/c/
Dsk_paint.h68 SK_API void sk_paint_set_stroke(sk_paint_t*, bool);
/external/skia/experimental/c-api-example/
Dskia-c-example.c51 sk_paint_set_stroke(stroke, true); in draw()
Dc.md72 sk_paint_set_stroke(stroke, true);
/external/skia/src/c/
Dsk_paint.cpp77 void sk_paint_set_stroke(sk_paint_t* cpaint, bool doStroke) { in sk_paint_set_stroke() function