Searched refs:lineLength (Results 1 – 2 of 2) sorted by relevance
18 float lineLength = 0; in getLineLength() local20 lineLength += util::dist<float>(*(it), *(it + 1)); in getLineLength()22 return lineLength; in getLineLength()34 const float lineLength = getLineLength(line); in resample() local63 markedDistance + halfLabelLength <= lineLength) { in resample()
301 float lineLength = x - spacing; // Don't count trailing spacing in shapeLines() local302 maxLineLength = util::max(lineLength, maxLineLength); in shapeLines()