Home
last modified time | relevance | path

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

/external/skia/include/c/
Dsk_paint.h107 SK_API void sk_paint_set_stroke_cap(sk_paint_t*, sk_stroke_cap_t);
/external/skia/src/c/
Dsk_paint.cpp108 void sk_paint_set_stroke_cap(sk_paint_t* cpaint, sk_stroke_cap_t ccap) { in sk_paint_set_stroke_cap() function