| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | render_static_data.cpp | 8 result.emplace_back(PositionOnlyLayoutAttributes::Vertex({{{ 0, 0 }}})); in tileVertices() 9 result.emplace_back(PositionOnlyLayoutAttributes::Vertex({{{ util::EXTENT, 0 }}})); in tileVertices() 10 result.emplace_back(PositionOnlyLayoutAttributes::Vertex({{{ 0, util::EXTENT }}})); in tileVertices() 11 result.emplace_back(PositionOnlyLayoutAttributes::Vertex({{{ util::EXTENT, util::EXTENT }}})); in tileVertices() 17 result.emplace_back(0, 1, 2); in quadTriangleIndices() 18 result.emplace_back(1, 2, 3); in quadTriangleIndices() 24 result.emplace_back(0); in tileLineStripIndices() 25 result.emplace_back(1); in tileLineStripIndices() 26 result.emplace_back(3); in tileLineStripIndices() 27 result.emplace_back(2); in tileLineStripIndices() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.cpp | 296 symbolInstances.emplace_back(anchor, line, shapedTextOrientations, shapedIcon, in addFeature() 430 …bucket->text.placedSymbols.emplace_back(symbolInstance.anchor.point, symbolInstance.anchor.segment… in place() 447 …bucket->text.placedSymbols.emplace_back(symbolInstance.anchor.point, symbolInstance.anchor.segment… in place() 470 …bucket->icon.placedSymbols.emplace_back(symbolInstance.anchor.point, symbolInstance.anchor.segment… in place() 508 buffer.segments.emplace_back(buffer.vertices.vertexSize(), buffer.triangles.indexSize()); in addSymbol() 518 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, tl, symbol.glyphOff… in addSymbol() 519 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, tr, symbol.glyphOff… in addSymbol() 520 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, bl, symbol.glyphOff… in addSymbol() 521 …buffer.vertices.emplace_back(SymbolLayoutAttributes::vertex(labelAnchor.point, br, symbol.glyphOff… in addSymbol() 526 buffer.dynamicVertices.emplace_back(dynamicVertex); in addSymbol() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | fill_extrusion_bucket.cpp | 72 triangleSegments.emplace_back(startVertices, triangles.indexSize()); in addFeature() 93 vertices.emplace_back( in addFeature() 95 flatIndices.emplace_back(triangleIndex); in addFeature() 110 vertices.emplace_back( in addFeature() 112 vertices.emplace_back( in addFeature() 117 vertices.emplace_back( in addFeature() 119 vertices.emplace_back( in addFeature() 122 triangles.emplace_back(triangleIndex, triangleIndex + 1, triangleIndex + 2); in addFeature() 123 triangles.emplace_back(triangleIndex + 1, triangleIndex + 2, triangleIndex + 3); in addFeature() 137 triangles.emplace_back(flatIndices[indices[i]], flatIndices[indices[i + 1]], in addFeature()
|
| H A D | hillshade_bucket.cpp | 71 segments.emplace_back(0, 0); in setMask() 87 segments.emplace_back(vertices.vertexSize(), indices.indexSize()); in setMask() 90 vertices.emplace_back( in setMask() 92 vertices.emplace_back( in setMask() 94 vertices.emplace_back( in setMask() 96 vertices.emplace_back( in setMask() 105 indices.emplace_back(offset, offset + 1, offset + 2); in setMask() 106 indices.emplace_back(offset + 1, offset + 2, offset + 3); in setMask()
|
| H A D | raster_bucket.cpp | 66 segments.emplace_back(0, 0); in setMask() 82 segments.emplace_back(vertices.vertexSize(), indices.indexSize()); in setMask() 85 vertices.emplace_back( in setMask() 87 vertices.emplace_back( in setMask() 89 vertices.emplace_back( in setMask() 91 vertices.emplace_back( in setMask() 100 indices.emplace_back(offset, offset + 1, offset + 2); in setMask() 101 indices.emplace_back(offset + 1, offset + 2, offset + 3); in setMask()
|
| H A D | heatmap_bucket.cpp | 58 segments.emplace_back(vertices.vertexSize(), triangles.indexSize()); in addFeature() 70 vertices.emplace_back(HeatmapProgram::vertex(point, -1, -1)); // 1 in addFeature() 71 vertices.emplace_back(HeatmapProgram::vertex(point, 1, -1)); // 2 in addFeature() 72 vertices.emplace_back(HeatmapProgram::vertex(point, 1, 1)); // 3 in addFeature() 73 vertices.emplace_back(HeatmapProgram::vertex(point, -1, 1)); // 4 in addFeature() 81 triangles.emplace_back(index, index + 1, index + 2); in addFeature() 82 triangles.emplace_back(index, index + 3, index + 2); in addFeature()
|
| H A D | circle_bucket.cpp | 58 segments.emplace_back(vertices.vertexSize(), triangles.indexSize()); in addFeature() 70 vertices.emplace_back(CircleProgram::vertex(point, -1, -1)); // 1 in addFeature() 71 vertices.emplace_back(CircleProgram::vertex(point, 1, -1)); // 2 in addFeature() 72 vertices.emplace_back(CircleProgram::vertex(point, 1, 1)); // 3 in addFeature() 73 vertices.emplace_back(CircleProgram::vertex(point, -1, 1)); // 4 in addFeature() 81 triangles.emplace_back(index, index + 1, index + 2); in addFeature() 82 triangles.emplace_back(index, index + 3, index + 2); in addFeature()
|
| H A D | fill_bucket.cpp | 65 lineSegments.emplace_back(vertices.vertexSize(), lines.indexSize()); in addFeature() 72 vertices.emplace_back(FillProgram::layoutVertex(ring[0])); in addFeature() 73 lines.emplace_back(lineIndex + nVertices - 1, lineIndex); in addFeature() 76 vertices.emplace_back(FillProgram::layoutVertex(ring[i])); in addFeature() 77 lines.emplace_back(lineIndex + i - 1, lineIndex + i); in addFeature() 90 triangleSegments.emplace_back(startVertices, triangles.indexSize()); in addFeature() 98 triangles.emplace_back(triangleIndex + indices[i], in addFeature()
|
| H A D | debug_bucket.cpp | 46 vertices.emplace_back(FillProgram::layoutVertex(p)); in DebugBucket() 49 indices.emplace_back(vertices.vertexSize() - 2, in DebugBucket() 77 segments.emplace_back(0, 0, vertices.vertexSize(), indices.indexSize()); in DebugBucket()
|
| H A D | line_bucket.cpp | 379 segments.emplace_back(startVertex, triangles.indexSize()); in addGeometry() 387 triangles.emplace_back(index + triangle.a, index + triangle.b, index + triangle.c); in addGeometry() 405 …vertices.emplace_back(LineProgram::layoutVertex(currentCoordinate, extrude, round, false, endLeft,… in addCurrentVertex() 408 triangleStore.emplace_back(e1, e2, e3); in addCurrentVertex() 416 …vertices.emplace_back(LineProgram::layoutVertex(currentCoordinate, extrude, round, true, -endRight… in addCurrentVertex() 419 triangleStore.emplace_back(e1, e2, e3); in addCurrentVertex() 441 …vertices.emplace_back(LineProgram::layoutVertex(currentVertex, flippedExtrude, false, lineTurnsLef… in addPieSliceVertex() 444 triangleStore.emplace_back(e1, e2, e3); in addPieSliceVertex()
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | GrallocOps.cpp | 81 attrs->emplace_back(w); in RkRgaGetHandleAttributes() 82 attrs->emplace_back(h); in RkRgaGetHandleAttributes() 83 attrs->emplace_back(pixel_stride); in RkRgaGetHandleAttributes() 84 attrs->emplace_back(format); in RkRgaGetHandleAttributes() 85 attrs->emplace_back(size); in RkRgaGetHandleAttributes() 291 attrs->emplace_back(w); in RkRgaGetHandleAttributes() 292 attrs->emplace_back(h); in RkRgaGetHandleAttributes() 293 attrs->emplace_back(pixel_stride); in RkRgaGetHandleAttributes() 294 attrs->emplace_back(format); in RkRgaGetHandleAttributes() 295 attrs->emplace_back(size); in RkRgaGetHandleAttributes()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qt_geojson.cpp | 16 mbglMultiPoint.emplace_back(asMapboxGLPoint(point)); in asMapboxGLMultiPoint() 25 mbglLineString.emplace_back(asMapboxGLPoint(coordinate)); in asMapboxGLLineString() 34 …mbglMultiLineString.emplace_back(std::forward<mbgl::LineString<double>>(asMapboxGLLineString(lineS… in asMapboxGLMultiLineString() 46 mbglLinearRing.emplace_back(asMapboxGLPoint(coordinate)); in asMapboxGLPolygon() 48 mbglPolygon.emplace_back(std::move(mbglLinearRing)); in asMapboxGLPolygon() 57 … mbglMultiPolygon.emplace_back(std::forward<mbgl::Polygon<double>>(asMapboxGLPolygon(polygon))); in asMapboxGLMultiPolygon() 67 mbglList.emplace_back(asMapboxGLPropertyValue(listValue)); in asMapboxGLPropertyValue()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_image_source.cpp | 201 bucket->vertices.emplace_back( in update() 203 bucket->vertices.emplace_back( in update() 205 bucket->vertices.emplace_back( in update() 207 bucket->vertices.emplace_back( in update() 210 bucket->indices.emplace_back(0, 1, 2); in update() 211 bucket->indices.emplace_back(1, 2, 3); in update() 213 bucket->segments.emplace_back(0, 0, 4, 6); in update()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | build_result.hpp | 22 lr.emplace_back(static_cast<T2>(ptIt->x), static_cast<T2>(ptIt->y)); in push_ring_to_polygon() 27 lr.emplace_back(static_cast<T2>(ptIt->x), static_cast<T2>(ptIt->y)); in push_ring_to_polygon() 31 lr.emplace_back(firstPt->x, firstPt->y); // close the ring in push_ring_to_polygon() 44 solution.emplace_back(); in build_result_polygons()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | placement.cpp | 282 bucket.text.opacityVertices.emplace_back(opacityVertex); in updateBucketOpacities() 285 bucket.text.opacityVertices.emplace_back(opacityVertex); in updateBucketOpacities() 297 bucket.icon.opacityVertices.emplace_back(opacityVertex); in updateBucketOpacities() 298 bucket.icon.opacityVertices.emplace_back(opacityVertex); in updateBucketOpacities() 299 bucket.icon.opacityVertices.emplace_back(opacityVertex); in updateBucketOpacities() 300 bucket.icon.opacityVertices.emplace_back(opacityVertex); in updateBucketOpacities() 313 bucket.collisionBox.dynamicVertices.emplace_back(dynamicVertex); in updateBucketOpacities() 323 bucket.collisionCircle.dynamicVertices.emplace_back(dynamicVertex); in updateBucketOpacities() 324 bucket.collisionCircle.dynamicVertices.emplace_back(dynamicVertex); in updateBucketOpacities() 325 bucket.collisionCircle.dynamicVertices.emplace_back(dynamicVertex); in updateBucketOpacities() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_data.hpp | 93 coordinates.emplace_back(point); in operator ()() 101 coordinates.emplace_back(point); in operator ()() 112 coordinates.emplace_back(point); in operator ()() 125 coordinates.emplace_back(point); in operator ()() 138 coordinates.emplace_back(point); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | match.cpp | 47 serialized.emplace_back(getOperator()); in serialize() 48 serialized.emplace_back(input->serialize()); in serialize() 62 … groupedByOutput.emplace_back(entry.second.get(), std::vector<mbgl::Value>{{entry.first}}); in serialize() 65 groupedByOutput[outputIndex->second].second.emplace_back(entry.first); in serialize() 71 …? serialized.emplace_back(entry.second[0]) // Only a single label matches this output expres… in serialize() 72 …: serialized.emplace_back(entry.second); // Array of literal labels pointing to this outpu… in serialize() 73 serialized.emplace_back(entry.first->serialize()); // The output expression itself in serialize() 76 serialized.emplace_back(otherwise->serialize()); in serialize()
|
| H A D | array_assertion.cpp | 86 serialized.emplace_back(getOperator()); in serialize() 93 serialized.emplace_back(type::toString(array.itemType)); in serialize() 95 serialized.emplace_back(uint64_t(*array.N)); in serialize() 99 serialized.emplace_back(input->serialize()); in serialize()
|
| H A D | interpolate.cpp | 286 serialized.emplace_back(getOperator()); in serialize() 291 serialized.emplace_back(std::vector<mbgl::Value>{{ std::string("linear") }}); in serialize() 293 …serialized.emplace_back(std::vector<mbgl::Value>{{ std::string("exponential"), exponential.base }}… in serialize() 300 …serialized.emplace_back(std::vector<mbgl::Value>{{ cubicBezierTag, p1.first, p1.second, p2.first, … in serialize() 303 serialized.emplace_back(input->serialize()); in serialize() 305 serialized.emplace_back(entry.first); in serialize() 306 serialized.emplace_back(entry.second->serialize()); in serialize()
|
| H A D | let.cpp | 70 serialized.emplace_back(getOperator()); in serialize() 72 serialized.emplace_back(entry.first); in serialize() 73 serialized.emplace_back(entry.second->serialize()); in serialize() 75 serialized.emplace_back(result->serialize()); in serialize()
|
| H A D | step.cpp | 184 serialized.emplace_back(getOperator()); in serialize() 185 serialized.emplace_back(input->serialize()); in serialize() 188 serialized.emplace_back(entry.first); in serialize() 190 serialized.emplace_back(entry.second->serialize()); in serialize()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | index_buffer.hpp | 18 void emplace_back(Args&&... args) { in emplace_back() function in mbgl::gl::IndexVector 20 util::ignore({(v.emplace_back(std::forward<Args>(args)), 0)...}); in emplace_back()
|
| H A D | vertex_buffer.hpp | 20 void emplace_back(Args&&... args) { in emplace_back() function in mbgl::gl::VertexVector 22 util::ignore({(v.emplace_back(std::forward<Args>(args)), 0)...}); in emplace_back()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/ |
| H A D | vector_tile.hpp | 234 paths.emplace_back(); in getGeometries() 290 paths.emplace_back(); in getGeometries() 310 paths.back().emplace_back( in getGeometries() 361 names.emplace_back(layer.first); in layerNames() 405 keys.emplace_back(std::reference_wrapper<const std::string>(iter.first->first)); in layer() 410 values.emplace_back(layer_pbf.get_view()); in layer()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | shape_annotation_impl.hpp | 44 ring.emplace_back(ring.front()); in operator ()() 54 ring.emplace_back(ring.front()); in operator ()()
|