Home
last modified time | relevance | path

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

/external/skia/include/c/
Dsk_paint.h124 SK_API void sk_paint_set_stroke_join(sk_paint_t*, sk_stroke_join_t);
/external/skia/src/c/
Dsk_paint.cpp125 void sk_paint_set_stroke_join(sk_paint_t* cpaint, sk_stroke_join_t cjoin) { in sk_paint_set_stroke_join() function