Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp429 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex() local
430 const void* pSheet = tg.sheetImage + offsetBytes; in GetGlyphFromIndex()
524 u32 offsetBytes = 0; in GenTextureNames() local
528 const void *const pImage = tg.sheetImage + offsetBytes; in GenTextureNames()
532 offsetBytes += tg.sheetSize; in GenTextureNames()
Dfont_ArchiveFont.cpp333 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex() local
334 const void* pSheet = tg.sheetImage + offsetBytes; in GetGlyphFromIndex()
Dfont_PackedFont.cpp772 const u32 offsetBytes = cacheIndex * GetFINF()->pGlyph->sheetSize; in GetLoadedSheet() local
773 return m_pSheetCache + offsetBytes; in GetLoadedSheet()