Home
last modified time | relevance | path

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

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