Home
last modified time | relevance | path

Searched refs:getImage (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dhillshade_bucket.cpp35 const PremultipliedImage* image = demdata.getImage(); in upload()
114 return demdata.getImage()->valid(); in hasData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp63 const Image* Style::getImage(const std::string& name) const { in getImage() function in mbgl::style::Style
64 return impl->getImage(name); in getImage()
H A Dimage.cpp21 const PremultipliedImage& Image::getImage() const { in getImage() function in mbgl::style::Image
H A Dstyle_impl.hpp82 const style::Image* getImage(const std::string&) const;
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/include/mbgl/style/
H A Dimage.hpp18 const PremultipliedImage& getImage() const;
H A Dstyle.hpp49 const Image* getImage(const std::string&) const;
/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
127 const style::Image::Impl* image = getImage(id); in getPattern()
H A Dimage_manager.hpp47 const style::Image::Impl* getImage(const std::string&) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dimage_source_impl.hpp20 std::shared_ptr<PremultipliedImage> getImage() const;
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/annotation/
H A Dannotation_manager.cpp221 auto inserted = images.emplace(id, style::Image(id, image->getImage().clone(), in addImage()
237 …return it != images.end() ? -(it->second.getImage().size.height / it->second.getPixelRatio()) / 2 … in getTopOffsetPixelsForImage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp118 std::shared_ptr<PremultipliedImage> image = impl().getImage(); in update()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog55587 glamor_getimage: Add the optimization path of getImage.