| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | circle_bucket.cpp | 17 paintPropertyBinders.emplace( in CircleBucket() 30 for (auto& pair : paintPropertyBinders) { in upload() 89 for (auto& pair : paintPropertyBinders) { in addFeature() 95 …r& layer, const std::map<std::string, CircleProgram::PaintPropertyBinders>& paintPropertyBinders) { in get() argument 96 auto it = paintPropertyBinders.find(layer.getID()); in get() 97 if (it == paintPropertyBinders.end() || !it->second.statistics<Property>().max()) { in get() 111 float radius = get<CircleRadius>(*circleLayer, paintPropertyBinders); in getQueryRadius() 112 float stroke = get<CircleStrokeWidth>(*circleLayer, paintPropertyBinders); in getQueryRadius()
|
| H A D | line_bucket.cpp | 22 paintPropertyBinders.emplace( in LineBucket() 37 for (auto& pair : paintPropertyBinders) { in addFeature() 458 for (auto& pair : paintPropertyBinders) { in upload() 470 …yer& layer, const std::map<std::string, LineProgram::PaintPropertyBinders>& paintPropertyBinders) { in get() argument 471 auto it = paintPropertyBinders.find(layer.getID()); in get() 472 if (it == paintPropertyBinders.end() || !it->second.statistics<Property>().max()) { in get() 480 float lineWidth = get<LineWidth>(layer, paintPropertyBinders); in getLineWidth() 481 float gapWidth = get<LineGapWidth>(layer, paintPropertyBinders); in getLineWidth() 498 float offset = get<LineOffset>(*lineLayer, paintPropertyBinders); in getQueryRadius()
|
| H A D | heatmap_bucket.cpp | 17 paintPropertyBinders.emplace( in HeatmapBucket() 30 for (auto& pair : paintPropertyBinders) { in upload() 89 for (auto& pair : paintPropertyBinders) { in addFeature()
|
| H A D | fill_bucket.cpp | 33 paintPropertyBinders.emplace( in FillBucket() 107 for (auto& pair : paintPropertyBinders) { in addFeature() 117 for (auto& pair : paintPropertyBinders) { in upload()
|
| H A D | fill_extrusion_bucket.cpp | 40 paintPropertyBinders.emplace(std::piecewise_construct, in FillExtrusionBucket() 145 for (auto& pair : paintPropertyBinders) { in addFeature() 154 for (auto& pair : paintPropertyBinders) { in upload()
|
| H A D | circle_bucket.hpp | 35 std::map<std::string, CircleProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::CircleBucket
|
| H A D | heatmap_bucket.hpp | 35 std::map<std::string, HeatmapProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::HeatmapBucket
|
| H A D | fill_extrusion_bucket.hpp | 34 … std::unordered_map<std::string, FillExtrusionProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::FillExtrusionBucket
|
| H A D | fill_bucket.hpp | 39 std::map<std::string, FillProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::FillBucket
|
| H A D | symbol_bucket.cpp | 34 paintPropertyBinders.emplace( in SymbolBucket() 113 for (auto& pair : paintPropertyBinders) { in upload()
|
| H A D | line_bucket.hpp | 41 std::map<std::string, LineProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::LineBucket
|
| H A D | symbol_bucket.hpp | 81 SymbolSDFTextProgram::PaintPropertyBinders>> paintPropertyBinders; member in mbgl::SymbolBucket
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_fill_layer.cpp | 77 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local 88 paintPropertyBinders, in render() 94 paintPropertyBinders, in render() 165 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local 180 paintPropertyBinders, in render() 186 paintPropertyBinders, in render()
|
| H A D | render_heatmap_layer.cpp | 98 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local 108 paintPropertyBinders, in render() 114 paintPropertyBinders, in render()
|
| H A D | render_fill_extrusion_layer.cpp | 72 const auto& paintPropertyBinders = tileBucket.paintPropertyBinders.at(getID()); in render() local 76 paintPropertyBinders, in render() 82 paintPropertyBinders, in render()
|
| H A D | render_circle_layer.cpp | 65 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local 85 paintPropertyBinders, in render() 91 paintPropertyBinders, in render()
|
| H A D | render_line_layer.cpp | 70 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local 74 paintPropertyBinders, in render() 80 paintPropertyBinders, in render()
|
| H A D | render_symbol_layer.cpp | 167 bucket.paintPropertyBinders.at(getID()).first, in render() 177 bucket.paintPropertyBinders.at(getID()).first, in render() 186 bucket.paintPropertyBinders.at(getID()).first, in render() 220 bucket.paintPropertyBinders.at(getID()).second, in render() 230 bucket.paintPropertyBinders.at(getID()).second, in render()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | collision_box_program.hpp | 69 const PaintPropertyBinders& paintPropertyBinders, in draw() argument 74 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in draw() 78 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in draw() 148 const PaintPropertyBinders& paintPropertyBinders, in draw() argument 153 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in draw() 157 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in draw()
|
| H A D | program.hpp | 51 const PaintPropertyBinders& paintPropertyBinders, in computeAllUniformValues() argument 55 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues() 60 const PaintPropertyBinders& paintPropertyBinders, in computeAllAttributeBindings() argument 63 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in computeAllAttributeBindings()
|
| H A D | symbol_program.hpp | 283 const PaintPropertyBinders& paintPropertyBinders, in computeAllUniformValues() argument 287 .concat(paintPropertyBinders.uniformValues(currentZoom, currentProperties)); in computeAllUniformValues() 294 const PaintPropertyBinders& paintPropertyBinders, in computeAllAttributeBindings() argument 301 .concat(paintPropertyBinders.attributeBindings(currentProperties)); in computeAllAttributeBindings()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.cpp | 480 for (auto& pair : bucket->paintPropertyBinders) { in place()
|