Searched refs:bboxLimitedLine (Results 1 – 1 of 1) sorted by relevance
2255 bool bboxLimitedLine = false; in checkLineWidths() local2263 bboxLimitedLine = true; in checkLineWidths()2289 …const bool incorrectLineWidth = (lineWidth < lineWidthRange.x() && !bboxLimitedLine) || (lineWidth… in checkLineWidths()2293 …correctRelaxedLineWidth = (lineWidth < relaxedLineWidthRange.x() && !bboxLimitedLine) || (lineWidt… in checkLineWidths()2304 bboxLimitedLine = false; in checkLineWidths()