Searched refs:capstyle (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetLStyle.c | 38 int capstyle, 52 if (capstyle != gv->cap_style) { 53 gv->cap_style = capstyle; 33 XSetLineAttributes(register Display * dpy,GC gc,unsigned int linewidth,int linestyle,int capstyle,int joinstyle) argument
|
| /xsrc/external/mit/xgc/dist/ |
| H A D | interpret.c | 219 GC_change_capstyle(int capstyle, Boolean feedback) argument 221 X.gcv.cap_style = capstyle; 223 if (feedback) select_correct_button(CCapstyle,capstyle);
|
| /xsrc/external/mit/xcb-util/dist/aux/ |
| H A D | xcb_aux.c | 353 int32_t capstyle, 361 XCB_AUX_ADD_PARAM(&mask, &gv, cap_style, capstyle); 349 xcb_aux_set_line_attributes_checked(xcb_connection_t * dpy,xcb_gcontext_t gc,uint16_t linewidth,int32_t linestyle,int32_t capstyle,int32_t joinstyle) argument
|
| H A D | xcb_aux.h | 202 int32_t capstyle,
|
Completed in 3 milliseconds