Home
last modified time | relevance | path

Searched defs:hasLayoutDifference (Results 1 – 11 of 11) sorted by relevance

/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 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 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 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.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/renderer/
H A Dstyle_diff.cpp70 bool hasLayoutDifference(const LayerDifference& layerDiff, const std::string& layerID) { in hasLayoutDifference() function