Home
last modified time | relevance | path

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

/external/skia/include/c/
Dsk_paint.h33 void sk_paint_set_stroke_width(sk_paint_t*, float width);
/external/skia/src/c/
Dsk_paint.cpp89 void sk_paint_set_stroke_width(sk_paint_t* cpaint, float width) { in sk_paint_set_stroke_width() function