Searched refs:offsetBytes (Results 1 – 3 of 3) sorted by relevance
429 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex() local430 const void* pSheet = tg.sheetImage + offsetBytes; in GetGlyphFromIndex()524 u32 offsetBytes = 0; in GenTextureNames() local528 const void *const pImage = tg.sheetImage + offsetBytes; in GenTextureNames()532 offsetBytes += tg.sheetSize; in GenTextureNames()
333 const u32 offsetBytes = sheetNo * tg.sheetSize; in GetGlyphFromIndex() local334 const void* pSheet = tg.sheetImage + offsetBytes; in GetGlyphFromIndex()
772 const u32 offsetBytes = cacheIndex * GetFINF()->pGlyph->sheetSize; in GetLoadedSheet() local773 return m_pSheetCache + offsetBytes; in GetLoadedSheet()