Searched refs:edgeDistance (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | fill_extrusion_bucket.cpp | 88 std::size_t edgeDistance = 0; in addFeature() local 94 FillExtrusionProgram::layoutVertex(p1, 0, 0, 1, 1, edgeDistance)); in addFeature() 106 if (edgeDistance + dist > std::numeric_limits<int16_t>::max()) { in addFeature() 107 edgeDistance = 0; in addFeature() 111 FillExtrusionProgram::layoutVertex(p1, perp.x, perp.y, 0, 0, edgeDistance)); in addFeature() 113 FillExtrusionProgram::layoutVertex(p1, perp.x, perp.y, 0, 1, edgeDistance)); in addFeature() 115 edgeDistance += dist; in addFeature() 118 FillExtrusionProgram::layoutVertex(p2, perp.x, perp.y, 0, 0, edgeDistance)); in addFeature() 120 FillExtrusionProgram::layoutVertex(p2, perp.x, perp.y, 0, 1, edgeDistance)); in addFeature()
|