Home
last modified time | relevance | path

Searched defs:getImage (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dimage.cpp21 const PremultipliedImage& Image::getImage() const { in getImage() function in mbgl::style::Image
H A Dstyle.cpp63 const Image* Style::getImage(const std::string& name) const { in getImage() function in mbgl::style::Style
H A Dstyle_impl.cpp279 const style::Image* Style::Impl::getImage(const std::string& id) const { in getImage() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dimage_source_impl.cpp25 std::shared_ptr<PremultipliedImage> ImageSource::Impl::getImage() const { in getImage() function in mbgl::style::ImageSource::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Ddem_data.hpp27 const PremultipliedImage* getImage() const { in getImage() function in mbgl::DEMData
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.cpp54 const style::Image::Impl* ImageManager::getImage(const std::string& id) const { in getImage() function in mbgl::ImageManager