Lines Matching refs:gc
61 XMesaGC gc = xmesa->xm_buffer->gc;
70 XMesaSetForeground( dpy, gc, pixel );
73 XMesaDrawPoint( dpy, buffer, gc, x, y);
78 XMesaSetForeground( dpy, gc, vert->index );
81 XMesaDrawPoint( dpy, buffer, gc, x, y);
420 XMesaGC gc = xmesa->xm_buffer->gc;
430 XMesaSetForeground(dpy, gc, pixel);
431 XMesaSetFunction(dpy, gc, GXxor);
432 XSetLineAttributes(dpy, gc, (int) ctx->Line.Width,
434 XDrawLine(dpy, xrb->pixmap, gc, x0, y0, x1, y1);
435 XMesaSetFunction(dpy, gc, GXcopy); /* this gc is used elsewhere */