• Home
  • Raw
  • Download

Lines Matching refs:lineWidth

1816 		gl.lineWidth((float)m_wideLineLineWidth);  in renderTestPattern()
1835 const float lineWidth = (m_isWideLineCase) ? ((float)m_wideLineLineWidth) : (1.0f); in verifyRenderResult() local
1836 …c4 viewportBBoxArea = getViewportBoundingBoxArea(projectedBBox, config.viewportSize, lineWidth); in verifyRenderResult()
2045 const float lineWidth = (m_isWideLineCase) ? ((float)m_wideLineLineWidth) : (1.0f); in getNumberOfLinesRange() local
2054 else if (linePos * (float)viewportArea > (float)queryAreaBegin - lineWidth*0.5f - 1.0f && in getNumberOfLinesRange()
2055 linePos * (float)viewportArea < (float)queryAreaEnd + lineWidth*0.5f + 1.0f) in getNumberOfLinesRange()
2254 int lineWidth = 0; in checkLineWidths() local
2273 ++lineWidth; in checkLineWidths()
2285 ++lineWidth; in checkLineWidths()
2286 else if (lineWidth) in checkLineWidths()
2289 …const bool incorrectLineWidth = (lineWidth < lineWidthRange.x() && !bboxLimitedLine) || (lineWidth in checkLineWidths()
2293 …const bool incorrectRelaxedLineWidth = (lineWidth < relaxedLineWidthRange.x() && !bboxLimitedLine)… in checkLineWidths()
2300 printLineWidthError(cursor, lineWidth, lineWidthRange, advance.x() == 0, messageLimitCounter); in checkLineWidths()
2303 lineWidth = 0; in checkLineWidths()
2309 if (lineWidth) in checkLineWidths()
2315 if (lineWidth > lineWidthRange.y()) in checkLineWidths()
2317 if (lineWidth > relaxedLineWidthRange.y()) in checkLineWidths()
2322 printLineWidthError(cursor, lineWidth, lineWidthRange, advance.x() == 0, messageLimitCounter); in checkLineWidths()
2329 ++lineWidth; in checkLineWidths()
2331 else if (lineWidth) in checkLineWidths()
2335 const bool incorrectLineWidth = (lineWidth > lineWidthRange.y()); in checkLineWidths()
2339 const bool incorrectRelaxedLineWidth = (lineWidth > relaxedLineWidthRange.y()); in checkLineWidths()
2346 printLineWidthError(cursor, lineWidth, lineWidthRange, advance.x() == 0, messageLimitCounter); in checkLineWidths()
2349 lineWidth = 0; in checkLineWidths()