Home
last modified time | relevance | path

Searched refs:getTopOffsetPixelsForImage (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.hpp37 double getTopOffsetPixelsForImage(const std::string&);
H A Dannotation_manager.cpp233 double AnnotationManager::getTopOffsetPixelsForImage(const std::string& id_) { in getTopOffsetPixelsForImage() function in mbgl::AnnotationManager
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp685 return impl->annotationManager.getTopOffsetPixelsForImage(id); in getTopOffsetPixelsForAnnotationImage()