Searched refs:cap_style (Results 1 – 7 of 7) sorted by relevance
61 VGCapStyle cap_style; member
51 VGCapStyle cap_style; member
56 state->stroke.cap_style = VG_CAP_BUTT; in vg_init_state()
538 switch(s->cap_style) { in stroker_cap_mode()1079 if (stroker->cap_style == VG_CAP_SQUARE) { in stroker_process_subpath()1091 } else if (stroker->cap_style == VG_CAP_ROUND) { in stroker_process_subpath()1276 stroker->cap_style = state->stroke.cap_style; in stroker_init()
72 VGCapStyle cap_style; member1252 p->stroked.cap_style == vg_state->stroke.cap_style && in path_create_stroke()1542 p->stroked.cap_style = vg_state->stroke.cap_style; in path_create_stroke()
194 state->stroke.cap_style = value; in vegaSeti()610 value = state->stroke.cap_style; in vegaGeti()
982 int cap_style; /* CapNotLast, CapButt, member