| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | intersection_tests.cpp | 7 bool polygonContainsPoint(const GeometryCoordinates& ring, const GeometryCoordinate& p) { in polygonContainsPoint() 20 float distToSegmentSquared(const GeometryCoordinate& p, const GeometryCoordinate& v, const Geometry… in distToSegmentSquared() 29 bool pointIntersectsBufferedLine(const GeometryCoordinate& p, const GeometryCoordinates& line, cons… in pointIntersectsBufferedLine() 46 bool isCounterClockwise(const GeometryCoordinate& a, const GeometryCoordinate& b, const GeometryCoo… in isCounterClockwise() 50 …ectsLineSegment(const GeometryCoordinate& a0, const GeometryCoordinate& a1, const GeometryCoordina… in lineSegmentIntersectsLineSegment() 85 bool polygonIntersectsBufferedPoint(const GeometryCoordinates& polygon, const GeometryCoordinate& p… in polygonIntersectsBufferedPoint()
|
| H A D | intersection_tests.hpp | 12 bool polygonIntersectsBufferedPoint(const GeometryCoordinates& polygon, const GeometryCoordinate& p…
|
| H A D | tile_coordinate.hpp | 35 …static GeometryCoordinate toGeometryCoordinate(const UnwrappedTileID& tileID, const TileCoordinate… in toGeometryCoordinate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_data.hpp | 19 using GeometryCoordinate = Point<int16_t>; typedef 21 class GeometryCoordinates : public std::vector<GeometryCoordinate> { 26 …GeometryCoordinates(Args&&... args) : std::vector<GeometryCoordinate>(std::forward<Args>(args)...)… in GeometryCoordinates() 27 GeometryCoordinates(std::initializer_list<GeometryCoordinate> args) in GeometryCoordinates() 28 : std::vector<GeometryCoordinate>(std::move(args)) {} in GeometryCoordinates()
|
| H A D | geometry_tile_data.cpp | 12 const GeometryCoordinate& p1 = ring[i]; in signedArea() 13 const GeometryCoordinate& p2 = ring[j]; in signedArea()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | fill_bucket.cpp | 14 template <> struct nth<0, mbgl::GeometryCoordinate> { 15 static int64_t get(const mbgl::GeometryCoordinate& t) { return t.x; }; in get() 18 template <> struct nth<1, mbgl::GeometryCoordinate> { 19 static int64_t get(const mbgl::GeometryCoordinate& t) { return t.y; }; in get()
|
| H A D | line_bucket.cpp | 98 const GeometryCoordinate firstCoordinate = coordinates[first]; in addGeometry() 104 optional<GeometryCoordinate> currentCoordinate; in addGeometry() 105 optional<GeometryCoordinate> prevCoordinate; in addGeometry() 106 optional<GeometryCoordinate> nextCoordinate; in addGeometry() 192 …GeometryCoordinate newPrevVertex = *currentCoordinate - convertPoint<int16_t>(util::round(convertP… in addGeometry() 365 …GeometryCoordinate newCurrentVertex = *currentCoordinate + convertPoint<int16_t>(util::round(conve… in addGeometry() 394 void LineBucket::addCurrentVertex(const GeometryCoordinate& currentCoordinate, in addCurrentVertex() 434 void LineBucket::addPieSliceVertex(const GeometryCoordinate& currentVertex, in addPieSliceVertex()
|
| H A D | fill_extrusion_bucket.cpp | 16 struct nth<0, mbgl::GeometryCoordinate> { 17 static int64_t get(const mbgl::GeometryCoordinate& t) { in get() 23 struct nth<1, mbgl::GeometryCoordinate> { 24 static int64_t get(const mbgl::GeometryCoordinate& t) { in get()
|
| H A D | line_bucket.hpp | 50 void addCurrentVertex(const GeometryCoordinate& currentVertex, double& distance, 53 void addPieSliceVertex(const GeometryCoordinate& currentVertex, double distance,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | get_anchors.cpp | 45 const GeometryCoordinate& a = *(it); in resample() 46 const GeometryCoordinate& b = *(it + 1); in resample() 153 const GeometryCoordinate& a = *(it); in getCenterAnchor() 154 const GeometryCoordinate& b = *(it + 1); in getCenterAnchor()
|
| H A D | collision_feature.cpp | 35 GeometryCoordinate anchorPoint = convertPoint<int16_t>(anchor.point); in CollisionFeature() 42 void CollisionFeature::bboxifyLabel(const GeometryCoordinates& line, GeometryCoordinate& anchorPoin… in bboxifyLabel() 62 GeometryCoordinate &p = anchorPoint; in bboxifyLabel()
|
| H A D | check_max_angle.cpp | 24 GeometryCoordinate anchorPoint = convertPoint<int16_t>(anchor.point); in checkMaxAngle() 25 GeometryCoordinate &p = anchorPoint; in checkMaxAngle()
|
| H A D | collision_feature.hpp | 97 void bboxifyLabel(const GeometryCoordinates& line, GeometryCoordinate& anchorPoint,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_circle_layer.cpp | 114 GeometryCoordinate projectPoint(const GeometryCoordinate& p, const mat4& posMatrix, const Size& siz… in projectPoint() 165 …const GeometryCoordinate& transformedPoint = alignWithMap ? point : projectPoint(point, posMatrix,… in queryIntersectsFeature()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | clip_lines.cpp | 20 GeometryCoordinate p0 = *(it); in clipLines() 21 GeometryCoordinate p1 = *(it + 1); in clipLines()
|
| H A D | merge_lines.cpp | 45 size_t getKey(const std::u16string& text, const GeometryCoordinate& coord) { in getKey()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | symbol_annotation_impl.cpp | 20 …GeometryCoordinate tilePoint = TileCoordinate::toGeometryCoordinate(UnwrappedTileID(0, tileID), co… in updateLayer()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | tile_pyramid.cpp | 313 …GeometryCoordinate tileSpaceBoundsMin = TileCoordinate::toGeometryCoordinate(renderTile.id, box.mi… in queryRenderedFeatures() 318 …GeometryCoordinate tileSpaceBoundsMax = TileCoordinate::toGeometryCoordinate(renderTile.id, box.ma… in queryRenderedFeatures()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | feature_index.cpp | 181 …GeometryCoordinate translateVec(translate[0] * pixelsToTileUnits, translate[1] * pixelsToTileUnits… in translateQueryGeometry()
|