Lines Matching refs:Line
47 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf; in compute_stipple_mask()
48 if ((1 << bit) & ctx->Line.StipplePattern) { in compute_stipple_mask()
65 const GLint width = (GLint) CLAMP(ctx->Line.Width, in draw_wide_line()
129 if (ctx->Line.StippleFlag) { \
133 if (ctx->Line.Width > 1.0) { \
148 if (ctx->Line.StippleFlag) { \
152 if (ctx->Line.Width > 1.0) { \
206 swrast->Line = lineFunc; \
211 #define USE(lineFunc) swrast->Line = lineFunc
233 if (ctx->Line.SmoothFlag) { in _swrast_choose_line()
236 ASSERT(swrast->Line); in _swrast_choose_line()
245 || ctx->Line.Width != 1.0 in _swrast_choose_line()
246 || ctx->Line.StippleFlag) { in _swrast_choose_line()
256 ASSERT(ctx->Line.Width == 1.0); in _swrast_choose_line()