Searched refs:glyphAtlasImage (Results 1 – 3 of 3) sorted by relevance
137 if (result.glyphAtlasImage) { in onLayout()138 glyphAtlasImage = std::move(*result.glyphAtlasImage); in onLayout()182 if (glyphAtlasImage) { in upload()183 glyphAtlasTexture = context.createTexture(*glyphAtlasImage, 0); in upload()184 glyphAtlasImage = {}; in upload()
71 optional<AlphaImage> glyphAtlasImage; member in mbgl::GeometryTile::LayoutResult80 glyphAtlasImage(std::move(glyphAtlasImage_)), in LayoutResult()119 optional<AlphaImage> glyphAtlasImage; member in mbgl::GeometryTile
435 optional<AlphaImage> glyphAtlasImage; in performSymbolLayout()442 glyphAtlasImage = std::move(glyphAtlas.image); in performSymbolLayout()485 std::move(glyphAtlasImage), in performSymbolLayout()