Lines Matching refs:glyph
248 ResFontBase::GetGlyph( Glyph* glyph, CharCode c ) const in GetGlyph() argument
251 GetGlyphFromIndex(glyph, index); in GetGlyph()
420 Glyph* glyph, in GetGlyphFromIndex() argument
432 glyph->pTexture = pSheet; in GetGlyphFromIndex()
433 glyph->widths = GetCharWidthsFromIndex(index); in GetGlyphFromIndex()
434 glyph->pTextureObject = NULL != m_pTexObjs ? GetTextureObject(sheetNo) : 0; in GetGlyphFromIndex()
435 SetGlyphMember(glyph, index, tg); in GetGlyphFromIndex()
440 Glyph* glyph, in SetGlyphMember() argument
451 glyph->height = tg.cellHeight; in SetGlyphMember()
452 glyph->texFormat = static_cast<TexFmt>(tg.sheetFormat); in SetGlyphMember()
453 glyph->texWidth = tg.sheetWidth; in SetGlyphMember()
454 glyph->texHeight = tg.sheetHeight; in SetGlyphMember()
455 glyph->cellX = static_cast<u16>(cellPixelX + 1); in SetGlyphMember()
456 glyph->cellY = static_cast<u16>(cellPixelY + 1); in SetGlyphMember()