Home
last modified time | relevance | path

Searched refs:hasLayoutDifference (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dstyle_diff.cpp70 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 Dstyle_diff.hpp46 bool hasLayoutDifference(const LayerDifference&, const std::string& layerID);
H A Drenderer_impl.cpp230 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 Dhillshade_layer_impl.cpp6 bool HillshadeLayer::Impl::hasLayoutDifference(const Layer::Impl&) const { in hasLayoutDifference() function in mbgl::style::HillshadeLayer::Impl
H A Draster_layer_impl.cpp6 bool RasterLayer::Impl::hasLayoutDifference(const Layer::Impl&) const { in hasLayoutDifference() function in mbgl::style::RasterLayer::Impl
H A Dbackground_layer_impl.cpp6 bool BackgroundLayer::Impl::hasLayoutDifference(const Layer::Impl&) const { in hasLayoutDifference() function in mbgl::style::BackgroundLayer::Impl
H A Dfill_extrusion_layer_impl.hpp14 bool hasLayoutDifference(const Layer::Impl&) const override;
H A Dcircle_layer_impl.hpp14 bool hasLayoutDifference(const Layer::Impl&) const override;
H A Dheatmap_layer_impl.hpp14 bool hasLayoutDifference(const Layer::Impl&) const override;
H A Dhillshade_layer_impl.hpp14 bool hasLayoutDifference(const Layer::Impl&) const override;
H A Dfill_layer_impl.hpp14 bool hasLayoutDifference(const Layer::Impl&) const override;
H A Dbackground_layer_impl.hpp14 bool hasLayoutDifference(const Layer::Impl&) const override;
H A Draster_layer_impl.hpp14 bool hasLayoutDifference(const Layer::Impl&) const override;
H A Dsymbol_layer_impl.hpp14 bool hasLayoutDifference(const Layer::Impl&) const override;
H A Dline_layer_impl.hpp14 bool hasLayoutDifference(const Layer::Impl&) const override;
H A Dcircle_layer_impl.cpp6 bool CircleLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::CircleLayer::Impl
H A Dheatmap_layer_impl.cpp6 bool HeatmapLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::HeatmapLayer::Impl
H A Dfill_extrusion_layer_impl.cpp6 bool FillExtrusionLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::FillExtrusionLayer::Impl
H A Dfill_layer_impl.cpp6 bool FillLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::FillLayer::Impl
H A Dcustom_layer_impl.hpp19 bool hasLayoutDifference(const Layer::Impl&) const override;
H A Dline_layer_impl.cpp6 bool LineLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::LineLayer::Impl
H A Dsymbol_layer_impl.cpp6 bool SymbolLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::SymbolLayer::Impl
H A Dcustom_layer_impl.cpp12 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 Dlayer_impl.hpp39 virtual bool hasLayoutDifference(const Layer::Impl&) const = 0;