Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_state.h61 VGCapStyle cap_style; member
Dstroker.h51 VGCapStyle cap_style; member
Dvg_state.c56 state->stroke.cap_style = VG_CAP_BUTT; in vg_init_state()
Dstroker.c538 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()
Dpath.c72 VGCapStyle cap_style; member
1252 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()
Dapi_params.c194 state->stroke.cap_style = value; in vegaSeti()
610 value = state->stroke.cap_style; in vegaGeti()
/external/libvncserver/x11vnc/
Dnox11.h982 int cap_style; /* CapNotLast, CapButt, member