Searched refs:maxLineWidth (Results 1 – 9 of 9) sorted by relevance
35 let maxLineWidth = options.maxLineWidth || Infinity36 if (maxLineWidth === 'auto') maxLineWidth = process.stdout.columns || Infinity37 delete options.maxLineWidth // this is a line control option, don't pass it to column193 .map(line => truncateString(line, maxLineWidth))
41 var maxLineWidth = options.maxLineWidth || Infinity;42 if (maxLineWidth === 'auto') maxLineWidth = process.stdout.columns || Infinity;43 delete options.maxLineWidth; // this is a line control option, don't pass it to column202 return truncateString(line, maxLineWidth);
190 You can set a hard maximum line width using the `maxLineWidth` option.
54 float maxLineWidth, maxLineWidthAA; member
169 return svgascreen->maxLineWidth; in svga_get_paramf()1302 svgascreen->maxLineWidth = in svga_screen_create()1314 svgascreen->maxLineWidth, svgascreen->maxLineWidthAA); in svga_screen_create()
197 MAX2(screen->maxLineWidth, in svga_init_swtnl()
250 if (templ->line_width <= screen->maxLineWidth) { in svga_create_rasterizer_state()
252 if (screen->maxLineWidth > 1.0F) in emit_rss_vgpu9()
168 const float maxLineWidth = 32.0f; in drawRandomPrimitives() local191 const float lineWidth = de::min(rnd->getFloat(minLineWidth, maxLineWidth), range.y()); in drawRandomPrimitives()