Searched refs:linewidth (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DSetLStyle.c36 unsigned int linewidth, /* CARD16 */
44 if (linewidth != gv->line_width) {
45 gv->line_width = linewidth;
33 XSetLineAttributes(register Display * dpy,GC gc,unsigned int linewidth,int linestyle,int capstyle,int joinstyle) argument
/xsrc/external/mit/ico/dist/
H A Dico.c228 static int linewidth = 0; /* -lw */ variable in typeref:typename:int
625 closure->drawbuf->prevX - linewidth/2,
626 closure->drawbuf->prevY - linewidth/2,
627 icoW + linewidth + 1, icoH + linewidth + 1);
629 prevX - linewidth/2, prevY - linewidth/2,
630 icoW + linewidth + 1, icoH + linewidth + 1);
694 closure->drawbuf->prevX - linewidth/
[all...]
/xsrc/external/mit/xgc/dist/
H A Dinterpret.c66 else if (!strcmp(word1,"linewidth"))
198 GC_change_linewidth(int linewidth, Boolean feedback) argument
202 X.gcv.line_width = linewidth;
205 snprintf(text, sizeof text, "%d",linewidth);
/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_2dtool.h430 ULONG linewidth; \
431 linewidth = (ULONG)((width & MASK_LINE_WIDTH) << 16); \
433 *(ULONG *)(MMIOREG_LINE_WIDTH) = linewidth; \
434 } while (*(volatile ULONG *)(MMIOREG_LINE_WIDTH) != linewidth); \
/xsrc/external/mit/xcb-util/dist/aux/
H A Dxcb_aux.c351 uint16_t linewidth,
359 XCB_AUX_ADD_PARAM(&mask, &gv, line_width, linewidth);
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.h200 uint16_t linewidth,
/xsrc/external/mit/xset/dist/
H A Dxset.c1322 int linewidth; local in function:query
1332 for (i = 0, linewidth = 0; i < activecount ; i++) {
1340 linewidth += printf(" %02d: %s: %*s",
1348 if (linewidth > (MAX_LINE_WIDTH - columnwidth)) {
1350 linewidth = 0;
1353 if (linewidth > 0) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c215 rast->linewidth = MAX2(1.0F, templ->line_width);
H A Dsvga_context.h182 float linewidth; member in struct:svga_rasterizer_state
H A Dsvga_state_rss.c253 EMIT_RS_FLOAT(svga, curr->linewidth, LINEWIDTH);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_rasterizer.c220 rast->linewidth = MAX2(1.0F, templ->line_width);
H A Dsvga_context.h188 float linewidth; member in struct:svga_rasterizer_state
H A Dsvga_state_rss.c253 EMIT_RS_FLOAT(svga, curr->linewidth, LINEWIDTH);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst1970 - r600g: emit hardware linewidth
2004 - evergreeng: respect linewidth state, use integer widths only

Completed in 37 milliseconds