Searched refs:offsetBytes (Results 1 – 3 of 3) sorted by relevance
427 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex() local428 const void* pSheet = tg.sheetImage + offsetBytes; in GetGlyphFromIndex()522 u32 offsetBytes = 0; in GenTextureNames() local526 const void *const pImage = tg.sheetImage + offsetBytes; in GenTextureNames()530 offsetBytes += tg.sheetSize; in GenTextureNames()
331 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex() local332 const void* pSheet = tg.sheetImage + offsetBytes; in GetGlyphFromIndex()
770 const u32 offsetBytes = cacheIndex * GetFINF()->pGlyph->sheetSize; in GetLoadedSheet() local771 return m_pSheetCache + offsetBytes; in GetLoadedSheet()