Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dimage.hpp21 float getPixelRatio() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dimage.cpp29 float Image::getPixelRatio() const { in getPixelRatio() function in mbgl::style::Image
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp222 image->getPixelRatio(), image->isSdf())); in addImage()
237 …return it != images.end() ? -(it->second.getImage().size.height / it->second.getPixelRatio()) / 2 … in getTopOffsetPixelsForImage()