Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dget_anchors.cpp31 const bool continuedLine, in resample() argument
75 if (!placeAtMiddle && anchors.empty() && !continuedLine) { in resample()
81 …resample(line, distance / 2, spacing, angleWindowSize, maxAngle, labelLength, continuedLine, true); in resample()
111 …const bool continuedLine = (line[0].x == 0 || line[0].x == util::EXTENT || line[0].y == 0 || line[… in getAnchors() local
126 const float offset = !continuedLine ? in getAnchors()
130 …return resample(line, offset, spacing, angleWindowSize, maxAngle, labelLength, continuedLine, fals… in getAnchors()