Home
last modified time | relevance | path

Searched defs:fontStack (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.cpp29 const FontStack& fontStack = dependency.first; in getGlyphs() local
61 Glyph GlyphManager::generateLocalSDF(const FontStack& fontStack, GlyphID glyphID) { in generateLocalSDF()
67 void GlyphManager::requestRange(GlyphRequest& request, const FontStack& fontStack, const GlyphRange… in requestRange()
77 void GlyphManager::processResponse(const Response& res, const FontStack& fontStack, const GlyphRang… in processResponse()
129 const FontStack& fontStack = dependency.first; in notify() local
H A Dglyph_atlas.cpp17 const FontStack& fontStack = glyphMapEntry.first; in makeGlyphAtlas() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dfont_stack.cpp8 std::string fontStackToString(const FontStack& fontStack) { in fontStackToString()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dresource.cpp79 Resource Resource::glyphs(const std::string& urlTemplate, const FontStack& fontStack, const std::pa… in glyphs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp123 FontStack fontStack = layout.evaluate<TextFont>(zoom, ft); in SymbolLayout() local
165 FontStack fontStack = layout.evaluate<TextFont>(zoom, feature); in prepare() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp237 for (const auto& fontStack : parser.fontStacks()) { in activateDownload() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp252 const FontStack& fontStack = newFontGlyphs.first; in onGlyphsAvailable() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp851 void Renderer::Impl::onGlyphsError(const FontStack& fontStack, const GlyphRange& glyphRange, std::e… in onGlyphsError()