Home
last modified time | relevance | path

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

/external/skia/include/c/
Dsk_paint.h30 void sk_paint_set_stroke(sk_paint_t*, bool);
/external/skia/src/c/
Dsk_paint.cpp81 void sk_paint_set_stroke(sk_paint_t* cpaint, bool doStroke) { in sk_paint_set_stroke() function