Searched refs:joinstyle (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetLStyle.c | 39 int joinstyle) 56 if (joinstyle != gv->join_style) { 57 gv->join_style = joinstyle; 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 | 227 GC_change_joinstyle(int joinstyle, Boolean feedback) argument 229 X.gcv.join_style = joinstyle; 231 if (feedback) select_correct_button(CJoinstyle,joinstyle);
|
| /xsrc/external/mit/xcb-util/dist/aux/ |
| H A D | xcb_aux.c | 354 int32_t joinstyle) 362 XCB_AUX_ADD_PARAM(&mask, &gv, join_style, joinstyle); 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 | 203 int32_t joinstyle);
|
Completed in 3 milliseconds