Searched refs:relaxedLineWidthRange (Results 1 – 1 of 1) sorted by relevance
2252 const tcu::IVec2 relaxedLineWidthRange = (tcu::IVec2(lineRenderWidth-1, lineRenderWidth+1)); in checkLineWidths() local2293 …ctRelaxedLineWidth = (lineWidth < relaxedLineWidthRange.x() && !bboxLimitedLine) || (lineWidth > r… in checkLineWidths()2317 if (lineWidth > relaxedLineWidthRange.y()) in checkLineWidths()2339 const bool incorrectRelaxedLineWidth = (lineWidth > relaxedLineWidthRange.y()); in checkLineWidths()