Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp172 QList<QDoubleVector2D> subLine; in clipLine() local
185 if (!subLine.size()) in clipLine()
186 subLine.push_back(l.at(i)); // the initial element has to be pushed now. in clipLine()
187 subLine.push_back(l.at(i+1)); in clipLine()
228 subLine.clear(); in clipLine()
232 if (subLine.size()) in clipLine()
233 res.push_back(subLine); in clipLine()
234 subLine.clear(); in clipLine()
238 if (!subLine.size()) in clipLine()
239 subLine.push_back(QDoubleVector2D(intersections[0], intersections[1])); in clipLine()
[all …]