Home
last modified time | relevance | path

Searched refs:lineLength (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dget_anchors.cpp18 float lineLength = 0; in getLineLength() local
20 lineLength += util::dist<float>(*(it), *(it + 1)); in getLineLength()
22 return lineLength; in getLineLength()
34 const float lineLength = getLineLength(line); in resample() local
63 markedDistance + halfLabelLength <= lineLength) { in resample()
H A Dshaping.cpp301 float lineLength = x - spacing; // Don't count trailing spacing in shapeLines() local
302 maxLineLength = util::max(lineLength, maxLineLength); in shapeLines()