Home
last modified time | relevance | path

Searched refs:paintPropertyBinders (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dcircle_bucket.cpp17 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 Dline_bucket.cpp22 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 Dheatmap_bucket.cpp17 paintPropertyBinders.emplace( in HeatmapBucket()
30 for (auto& pair : paintPropertyBinders) { in upload()
89 for (auto& pair : paintPropertyBinders) { in addFeature()
H A Dfill_bucket.cpp33 paintPropertyBinders.emplace( in FillBucket()
107 for (auto& pair : paintPropertyBinders) { in addFeature()
117 for (auto& pair : paintPropertyBinders) { in upload()
H A Dfill_extrusion_bucket.cpp40 paintPropertyBinders.emplace(std::piecewise_construct, in FillExtrusionBucket()
145 for (auto& pair : paintPropertyBinders) { in addFeature()
154 for (auto& pair : paintPropertyBinders) { in upload()
H A Dcircle_bucket.hpp35 std::map<std::string, CircleProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::CircleBucket
H A Dheatmap_bucket.hpp35 std::map<std::string, HeatmapProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::HeatmapBucket
H A Dfill_extrusion_bucket.hpp34 … std::unordered_map<std::string, FillExtrusionProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::FillExtrusionBucket
H A Dfill_bucket.hpp39 std::map<std::string, FillProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::FillBucket
H A Dsymbol_bucket.cpp34 paintPropertyBinders.emplace( in SymbolBucket()
113 for (auto& pair : paintPropertyBinders) { in upload()
H A Dline_bucket.hpp41 std::map<std::string, LineProgram::PaintPropertyBinders> paintPropertyBinders; member in mbgl::LineBucket
H A Dsymbol_bucket.hpp81 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 Drender_fill_layer.cpp77 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 Drender_heatmap_layer.cpp98 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local
108 paintPropertyBinders, in render()
114 paintPropertyBinders, in render()
H A Drender_fill_extrusion_layer.cpp72 const auto& paintPropertyBinders = tileBucket.paintPropertyBinders.at(getID()); in render() local
76 paintPropertyBinders, in render()
82 paintPropertyBinders, in render()
H A Drender_circle_layer.cpp65 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local
85 paintPropertyBinders, in render()
91 paintPropertyBinders, in render()
H A Drender_line_layer.cpp70 const auto& paintPropertyBinders = bucket.paintPropertyBinders.at(getID()); in render() local
74 paintPropertyBinders, in render()
80 paintPropertyBinders, in render()
H A Drender_symbol_layer.cpp167 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 Dcollision_box_program.hpp69 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 Dprogram.hpp51 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 Dsymbol_program.hpp283 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 Dsymbol_layout.cpp480 for (auto& pair : bucket->paintPropertyBinders) { in place()