Home
last modified time | relevance | path

Searched refs:pixelRatio_ (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/
H A Dheadless_frontend.cpp10 HeadlessFrontend::HeadlessFrontend(float pixelRatio_, FileSource& fileSource, Scheduler& scheduler,… in HeadlessFrontend() argument
11 …: HeadlessFrontend({ 256, 256 }, pixelRatio_, fileSource, scheduler, programCacheDir, mode, localF… in HeadlessFrontend()
14 HeadlessFrontend::HeadlessFrontend(Size size_, float pixelRatio_, FileSource& fileSource, Scheduler… in HeadlessFrontend() argument
16 pixelRatio(pixelRatio_), in HeadlessFrontend()
H A Dheadless_frontend.hpp22 …HeadlessFrontend(float pixelRatio_, FileSource&, Scheduler&, const optional<std::string> programCa…
23 …HeadlessFrontend(Size, float pixelRatio_, FileSource&, Scheduler&, const optional<std::string> pro…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dimage_impl.cpp9 const float pixelRatio_, in Impl() argument
13 pixelRatio(pixelRatio_), in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_loader.cpp36 SpriteLoader::SpriteLoader(float pixelRatio_) in SpriteLoader() argument
37 : pixelRatio(pixelRatio_) in SpriteLoader()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_parameters.cpp9 float pixelRatio_, in PaintParameters() argument
28 pixelRatio(pixelRatio_), in PaintParameters()
H A Drenderer.cpp9 float pixelRatio_, in Renderer() argument
15 : impl(std::make_unique<Impl>(backend, pixelRatio_, fileSource_, scheduler_, in Renderer()
H A Drenderer_impl.hpp40 Impl(RendererBackend&, float pixelRatio_, FileSource&, Scheduler&, GLContextMode,
H A Drenderer_impl.cpp43 float pixelRatio_, in Impl() argument
54 , pixelRatio(pixelRatio_) in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp15 … std::string styleURL_, LatLngBounds bounds_, double minZoom_, double maxZoom_, float pixelRatio_) in OfflineTilePyramidRegionDefinition() argument
20 pixelRatio(pixelRatio_) { in OfflineTilePyramidRegionDefinition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Drenderer.hpp26 Renderer(RendererBackend&, float pixelRatio_, FileSource&, Scheduler&,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp29 const float pixelRatio_, in GeometryTileWorker() argument
37 pixelRatio(pixelRatio_), in GeometryTileWorker()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp115 float pixelRatio_, in Impl() argument
130 pixelRatio(pixelRatio_), in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1782 …boxGLPrivate(QMapboxGL *q, const QMapboxGLSettings &settings, const QSize &size, qreal pixelRatio_) in QMapboxGLPrivate() argument
1790 , m_pixelRatio(pixelRatio_) in QMapboxGLPrivate()