Home
last modified time | relevance | path

Searched refs:sk_paint_set_stroke (Results 1 – 5 of 5) 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.cpp80 void sk_paint_set_stroke(sk_paint_t* cpaint, bool doStroke) { in sk_paint_set_stroke() function
/external/skia/experimental/go-skia/
Dskia.go144 C.sk_paint_set_stroke(p.ptr, C._Bool(val))