Searched refs:CurrentAtlasPage (Results 1 – 3 of 3) sorted by relevance
188 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()
152 GlyphAtlasPage* CurrentAtlasPage; variable
1560 #F AGR.CurrentAtlasPage( <atlasname> )1570 AGR.CurrentAtlasPage:= function( atlasname )1749 link:= AGR.CurrentAtlasPage( atlasname );