Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dlocal_glyph_rasterizer.cpp5 class LocalGlyphRasterizer::Impl {
8 LocalGlyphRasterizer::LocalGlyphRasterizer(const optional<std::string>) in LocalGlyphRasterizer() function in mbgl::LocalGlyphRasterizer
11 LocalGlyphRasterizer::~LocalGlyphRasterizer() in ~LocalGlyphRasterizer()
14 bool LocalGlyphRasterizer::canRasterizeGlyph(const FontStack&, GlyphID) { in canRasterizeGlyph()
18 Glyph LocalGlyphRasterizer::rasterizeGlyph(const FontStack&, GlyphID) { in rasterizeGlyph()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dlocal_glyph_rasterizer.hpp33 class LocalGlyphRasterizer { class
35 virtual ~LocalGlyphRasterizer();
36 LocalGlyphRasterizer(const optional<std::string> fontFamily = optional<std::string>());
H A Dglyph_manager.hpp28 …GlyphManager(FileSource&, std::unique_ptr<LocalGlyphRasterizer> = std::make_unique<LocalGlyphRaste…
70 std::unique_ptr<LocalGlyphRasterizer> localGlyphRasterizer;
H A Dglyph_manager.cpp13 GlyphManager::GlyphManager(FileSource& fileSource_, std::unique_ptr<LocalGlyphRasterizer> localGlyp… in GlyphManager()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp56 …, glyphManager(std::make_unique<GlyphManager>(fileSource, std::make_unique<LocalGlyphRasterizer>(l… in Impl()