Lines Matching refs:width
34 * Set the line width.36 * \param width line width in pixels.41 _mesa_LineWidth( GLfloat width )47 _mesa_debug(ctx, "glLineWidth %f\n", width);49 if (width<=0.0) {71 if (ctx->Line.Width == width)75 ctx->Line.Width = width;78 ctx->Driver.LineWidth(ctx, width);131 ctx->Line.Width = 1.0;