Searched refs:MAX_LINE_WIDTH (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dconfig.h89 #define MAX_LINE_WIDTH 10.0 macro
H A Dcontext.c582 consts->MaxLineWidth = MAX_LINE_WIDTH;
584 consts->MaxLineWidthAA = MAX_LINE_WIDTH;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dconfig.h90 #define MAX_LINE_WIDTH 10.0 macro
H A Dcontext.c490 consts->MaxLineWidth = MAX_LINE_WIDTH;
492 consts->MaxLineWidthAA = MAX_LINE_WIDTH;
/xsrc/external/mit/xset/dist/
H A Dxset.c1325 #define MAX_LINE_WIDTH 76 macro
1328 if (columnwidth > MAX_LINE_WIDTH) {
1329 columnwidth = MAX_LINE_WIDTH;
1348 if (linewidth > (MAX_LINE_WIDTH - columnwidth)) {

Completed in 16 milliseconds