Searched defs:hasLayoutDifference (Results 1 – 11 of 11) sorted by relevance
6 bool HillshadeLayer::Impl::hasLayoutDifference(const Layer::Impl&) const { in hasLayoutDifference() function in mbgl::style::HillshadeLayer::Impl
6 bool RasterLayer::Impl::hasLayoutDifference(const Layer::Impl&) const { in hasLayoutDifference() function in mbgl::style::RasterLayer::Impl
6 bool BackgroundLayer::Impl::hasLayoutDifference(const Layer::Impl&) const { in hasLayoutDifference() function in mbgl::style::BackgroundLayer::Impl
6 bool CircleLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::CircleLayer::Impl
6 bool HeatmapLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::HeatmapLayer::Impl
6 bool FillExtrusionLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::FillExtrusionLayer::Impl
6 bool LineLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::LineLayer::Impl
6 bool SymbolLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::SymbolLayer::Impl
6 bool FillLayer::Impl::hasLayoutDifference(const Layer::Impl& other) const { in hasLayoutDifference() function in mbgl::style::FillLayer::Impl
12 bool CustomLayer::Impl::hasLayoutDifference(const Layer::Impl&) const { in hasLayoutDifference() function in mbgl::style::CustomLayer::Impl
70 bool hasLayoutDifference(const LayerDifference& layerDiff, const std::string& layerID) { in hasLayoutDifference() function