Searched refs:linestyle (Results 1 - 5 of 5) sorted by path

/xsrc/external/mit/libX11/dist/src/
H A DSetLStyle.c37 int linestyle,
48 if (linestyle != gv->line_style) {
49 gv->line_style = linestyle;
33 XSetLineAttributes(register Display * dpy,GC gc,unsigned int linewidth,int linestyle,int capstyle,int joinstyle) argument
/xsrc/external/mit/xcb-util/dist/aux/
H A Dxcb_aux.c352 int32_t linestyle,
360 XCB_AUX_ADD_PARAM(&mask, &gv, line_style, linestyle);
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 Dxcb_aux.h201 int32_t linestyle,
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_accel.c774 int linestyle; local in function:TDFXSubsequentDashedTwoPointLine
779 linestyle = ((pTDFX->DashedLineSize-1)<<8) |
784 TDFXWriteLong(pTDFX, SST_2D_LINESTYLE, linestyle);
/xsrc/external/mit/xgc/dist/
H A Dinterpret.c211 GC_change_linestyle(int linestyle, Boolean feedback) argument
213 X.gcv.line_style = linestyle;
215 if (feedback) select_correct_button(CLinestyle,linestyle);

Completed in 12 milliseconds