Home
last modified time | relevance | path

Searched refs:fileSource_ (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer.cpp10 FileSource& fileSource_, in Renderer() argument
15 : impl(std::make_unique<Impl>(backend, pixelRatio_, fileSource_, scheduler_, in Renderer()
H A Drenderer_impl.cpp44 FileSource& fileSource_, in Impl() argument
51 , fileSource(fileSource_) in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.cpp13 GlyphManager::GlyphManager(FileSource& fileSource_, std::unique_ptr<LocalGlyphRasterizer> localGlyp… in GlyphManager() argument
14 : fileSource(fileSource_), in GlyphManager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp30 Style::Impl::Impl(Scheduler& scheduler_, FileSource& fileSource_, float pixelRatio) in Impl() argument
32 fileSource(fileSource_), in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp116 FileSource& fileSource_, in Impl() argument
124 fileSource(fileSource_), in Impl()