Searched refs:segment_ (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeoroutesegment.cpp | 86 segment_(segment) in QDeclarativeGeoRouteSegment() 88 maneuver_ = new QDeclarativeGeoManeuver(segment_.maneuver(), this); in QDeclarativeGeoRouteSegment() 103 return segment_.travelTime(); in travelTime() 115 return segment_.distance(); in distance() 153 QV4::Scoped<QV4::ArrayObject> pathArray(scope, v4->newArrayObject(segment_.path().length())); in path() 154 for (int i = 0; i < segment_.path().length(); ++i) { in path() 155 const QGeoCoordinate &c = segment_.path().at(i); in path()
|
| H A D | qdeclarativegeoroutesegment_p.h | 80 QGeoRouteSegment segment_;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | anchor.hpp | 16 Anchor(float x_, float y_, float angle_, float scale_, int segment_ = -1) in Anchor() argument 17 : point(x_, y_), angle(angle_), scale(scale_), segment(segment_) {} in Anchor()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | symbol_bucket.hpp | 21 PlacedSymbol(Point<float> anchorPoint_, uint16_t segment_, float lowerSize_, float upperSize_, in PlacedSymbol() argument 23 anchorPoint(anchorPoint_), segment(segment_), lowerSize(lowerSize_), upperSize(upperSize_), in PlacedSymbol()
|