Lines Matching refs:Line
128 * Macros for optimized line/triangle rendering.
144 * Draw a flat-shaded, RGB line into an osmesa buffer.
163 * Draw a flat-shaded, Z-less, RGB line into an osmesa buffer.
188 * Analyze context state to see if we can provide a fast line drawing
198 if (ctx->Line.SmoothFlag) return NULL;
201 if (ctx->Line.Width != 1.0F) return NULL;
202 if (ctx->Line.StippleFlag) return NULL;
203 if (ctx->Line.SmoothFlag) return NULL;
344 swrast->Line = osmesa_choose_line_function( ctx );
345 if (!swrast->Line)
370 /* Y=0 is bottom line of window */
376 /* Y=0 is top line of window */
554 /* Y=0 is top line of window */
786 /* Extend the software rasterizer with our optimized line and triangle