Home
last modified time | relevance | path

Searched defs:FontStack (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager_observer.hpp15 virtual void onGlyphsLoaded(const FontStack&, const GlyphRange&) {} in onGlyphsLoaded()
16 virtual void onGlyphsError(const FontStack&, const GlyphRange&, std::exception_ptr) {} in onGlyphsError()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dlocal_glyph_rasterizer.cpp14 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/include/mbgl/util/
H A Dfont_stack.hpp9 using FontStack = std::vector<std::string>; typedef