| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | style_diff.cpp | 70 bool hasLayoutDifference(const LayerDifference& layerDiff, const std::string& layerID) { in hasLayoutDifference() function 76 return it->second.before->hasLayoutDifference(*it->second.after); in hasLayoutDifference()
|
| H A D | style_diff.hpp | 46 bool hasLayoutDifference(const LayerDifference&, const std::string& layerID);
|
| H A D | renderer_impl.cpp | 230 if (!needsRelayout && (hasImageDiff || hasLayoutDifference(layerDiff, layer->id))) { in render()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/ |
| H A D | hillshade_layer_impl.cpp | 6 bool HillshadeLayer::Impl::hasLayoutDifference(const Layer::Impl&) const { in hasLayoutDifference() function in mbgl::style::HillshadeLayer::Impl
|
| H A D | raster_layer_impl.cpp | 6 bool RasterLayer::Impl::hasLayoutDifference(const Layer::Impl&) const { in hasLayoutDifference() function in mbgl::style::RasterLayer::Impl
|
| H A D | background_layer_impl.cpp | 6 bool BackgroundLayer::Impl::hasLayoutDifference(const Layer::Impl&) const { in hasLayoutDifference() function in mbgl::style::BackgroundLayer::Impl
|
| H A D | fill_extrusion_layer_impl.hpp | 14 bool hasLayoutDifference(const Layer::Impl&) const override;
|
| H A D | circle_layer_impl.hpp | 14 bool hasLayoutDifference(const Layer::Impl&) const override;
|
| H A D | heatmap_layer_impl.hpp | 14 bool hasLayoutDifference(const Layer::Impl&) const override;
|
| H A D | hillshade_layer_impl.hpp | 14 bool hasLayoutDifference(const Layer::Impl&) const override;
|
| H A D | fill_layer_impl.hpp | 14 bool hasLayoutDifference(const Layer::Impl&) const override;
|
| H A D | background_layer_impl.hpp | 14 bool hasLayoutDifference(const Layer::Impl&) const override;
|
| H A D | raster_layer_impl.hpp | 14 bool hasLayoutDifference(const Layer::Impl&) const override;
|
| H A D | symbol_layer_impl.hpp | 14 bool hasLayoutDifference(const Layer::Impl&) const override;
|
| H A D | line_layer_impl.hpp | 14 bool hasLayoutDifference(const Layer::Impl&) const override;
|
| H A D | circle_layer_impl.cpp | 6 bool CircleLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::CircleLayer::Impl
|
| H A D | heatmap_layer_impl.cpp | 6 bool HeatmapLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::HeatmapLayer::Impl
|
| H A D | fill_extrusion_layer_impl.cpp | 6 bool FillExtrusionLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::FillExtrusionLayer::Impl
|
| H A D | fill_layer_impl.cpp | 6 bool FillLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::FillLayer::Impl
|
| H A D | custom_layer_impl.hpp | 19 bool hasLayoutDifference(const Layer::Impl&) const override;
|
| H A D | line_layer_impl.cpp | 6 bool LineLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::LineLayer::Impl
|
| H A D | symbol_layer_impl.cpp | 6 bool SymbolLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::SymbolLayer::Impl
|
| H A D | custom_layer_impl.cpp | 12 bool CustomLayer::Impl::hasLayoutDifference(const Layer::Impl&) const { in hasLayoutDifference() function in mbgl::style::CustomLayer::Impl
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | layer_impl.hpp | 39 virtual bool hasLayoutDifference(const Layer::Impl&) const = 0;
|