Searched refs:maxLineWidth (Results 1 – 6 of 6) sorted by relevance
54 float maxLineWidth, maxLineWidthAA; member
157 return svgascreen->maxLineWidth; in svga_get_paramf()1092 svgascreen->maxLineWidth = in svga_screen_create()1104 svgascreen->maxLineWidth, svgascreen->maxLineWidthAA); in svga_screen_create()
193 MAX2(screen->maxLineWidth, in svga_init_swtnl()
218 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()