Home
last modified time | relevance | path

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

/external/skia/src/c/
Dsk_paint.cpp98 sk_stroke_cap_t ccap; in sk_paint_get_stroke_cap() local
99 if (find_c(AsPaint(*cpaint).getStrokeCap(), &ccap)) { in sk_paint_get_stroke_cap()
100 ccap = BUTT_SK_STROKE_CAP; in sk_paint_get_stroke_cap()
102 return ccap; in sk_paint_get_stroke_cap()
105 void sk_paint_set_stroke_cap(sk_paint_t* cpaint, sk_stroke_cap_t ccap) { in sk_paint_set_stroke_cap() argument
107 if (find_sk(ccap, &skcap)) { in sk_paint_set_stroke_cap()