Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFontBase.cpp427 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex() local
428 const void* pSheet = tg.sheetImage + offsetBytes; in GetGlyphFromIndex()
522 u32 offsetBytes = 0; in GenTextureNames() local
526 const void *const pImage = tg.sheetImage + offsetBytes; in GenTextureNames()
530 offsetBytes += tg.sheetSize; in GenTextureNames()
Dfont_ArchiveFont.cpp331 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex() local
332 const void* pSheet = tg.sheetImage + offsetBytes; in GetGlyphFromIndex()
Dfont_PackedFont.cpp770 const u32 offsetBytes = cacheIndex * GetFINF()->pGlyph->sheetSize; in GetLoadedSheet() local
771 return m_pSheetCache + offsetBytes; in GetLoadedSheet()