Searched refs:markedDistance (Results 1 – 1 of 1) sorted by relevance
37 float markedDistance = offset - spacing; in resample() local51 while (markedDistance + spacing < distance + segmentDist) { in resample()52 markedDistance += spacing; in resample()54 float t = (markedDistance - distance) / segmentDist, in resample()62 markedDistance - halfLabelLength >= 0.0f && in resample()63 markedDistance + halfLabelLength <= lineLength) { in resample()