Home
last modified time | relevance | path

Searched refs:CurrentAtlasPage (Results 1 – 3 of 3) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/TextSystem/
H A DFont.cpp188 CurrentAtlasPage = NULL; in Font()
223 if (!CurrentAtlasPage || !CurrentAtlasPage->AddGlyph(chr, tmp)) { in CreateGlyphForCharSprite()
225 CurrentAtlasPage = new GlyphAtlasPage(Size(1024, LineHeight), this); in CreateGlyphForCharSprite()
226 Atlas.push_back(CurrentAtlasPage); in CreateGlyphForCharSprite()
227 bool ok = CurrentAtlasPage->AddGlyph(chr, tmp); in CreateGlyphForCharSprite()
230 assert(CurrentAtlasPage); in CreateGlyphForCharSprite()
231 const Glyph& g = CurrentAtlasPage->GlyphForChr(chr); in CreateGlyphForCharSprite()
H A DFont.h152 GlyphAtlasPage* CurrentAtlasPage; variable
/dports/math/gap/gap-4.11.0/pkg/atlasrep/gap/
H A Dutils.gi1560 #F AGR.CurrentAtlasPage( <atlasname> )
1570 AGR.CurrentAtlasPage:= function( atlasname )
1749 link:= AGR.CurrentAtlasPage( atlasname );