Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_PackedFont.cpp575 …u32 offsetCompSheetArray = math::RoundUp(offsetLRUBuffer + sizeLRUBuffer, … in CalcCacheSize() local
576 …u32 offsetSheetIndexArray = math::RoundUp(offsetCompSheetArray + sizeCompSheetArray, … in CalcCacheSize()
635 …u32 offsetCompSheetArray = math::RoundUp(offsetCacheUserArray + sizeCacheUserArray… in AssignMemory() local
636 …u32 offsetSheetCache = math::RoundUp(offsetCompSheetArray + sizeCompSheetArray… in AssignMemory()
647 m_pCompSheetArray = reinterpret_cast<const u8**>(buffer + offsetCompSheetArray); in AssignMemory()