Home
last modified time | relevance | path

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

/external/skia/src/c/
Dsk_paint.cpp16 sk_stroke_cap_t fC;
18 } MAKE_FROM_TO_NAME(sk_stroke_cap_t)[] = { variable
33 #define CType sk_stroke_cap_t
35 #define CTypeSkTypeMap MAKE_FROM_TO_NAME(sk_stroke_cap_t)
101 sk_stroke_cap_t sk_paint_get_stroke_cap(const sk_paint_t* cpaint) { in sk_paint_get_stroke_cap()
102 sk_stroke_cap_t ccap; in sk_paint_get_stroke_cap()
109 void sk_paint_set_stroke_cap(sk_paint_t* cpaint, sk_stroke_cap_t ccap) { in sk_paint_set_stroke_cap()
/external/skia/include/c/
Dsk_paint.h42 } sk_stroke_cap_t; typedef
44 sk_stroke_cap_t sk_paint_get_stroke_cap(const sk_paint_t*);
45 void sk_paint_set_stroke_cap(sk_paint_t*, sk_stroke_cap_t);