Lines Matching refs:lineWidth

1892 		gl.lineWidth((float)m_wideLineLineWidth);
1911 const float lineWidth = (m_isWideLineCase) ? ((float)m_wideLineLineWidth) : (1.0f);
1912 const tcu::IVec4 viewportBBoxArea = getViewportBoundingBoxArea(projectedBBox, config.viewportSize, lineWidth);
2121 const float lineWidth = (m_isWideLineCase) ? ((float)m_wideLineLineWidth) : (1.0f);
2130 else if (linePos * (float)viewportArea > (float)queryAreaBegin - lineWidth*0.5f - 1.0f &&
2131 linePos * (float)viewportArea < (float)queryAreaEnd + lineWidth*0.5f + 1.0f)
2330 int lineWidth = 0;
2349 ++lineWidth;
2361 ++lineWidth;
2362 else if (lineWidth)
2365 const bool incorrectLineWidth = (lineWidth < lineWidthRange.x() && !bboxLimitedLine) || (lineWidth > lineWidthRange.y());
2369 const bool incorrectRelaxedLineWidth = (lineWidth < relaxedLineWidthRange.x() && !bboxLimitedLine) || (lineWidth > relaxedLineWidthRange.y());
2376 printLineWidthError(cursor, lineWidth, lineWidthRange, advance.x() == 0, messageLimitCounter);
2379 lineWidth = 0;
2385 if (lineWidth)
2391 if (lineWidth > lineWidthRange.y())
2393 if (lineWidth > relaxedLineWidthRange.y())
2398 printLineWidthError(cursor, lineWidth, lineWidthRange, advance.x() == 0, messageLimitCounter);
2405 ++lineWidth;
2407 else if (lineWidth)
2411 const bool incorrectLineWidth = (lineWidth > lineWidthRange.y());
2415 const bool incorrectRelaxedLineWidth = (lineWidth > relaxedLineWidthRange.y());
2422 printLineWidthError(cursor, lineWidth, lineWidthRange, advance.x() == 0, messageLimitCounter);
2425 lineWidth = 0;