Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp1120 const u32 offsetSizeCWDH = math::RoundUp(offsetSizeSheets + sizeSizeSheets, 4); in FontGlyphGroupsAcs() local
1121 const u32 offsetSizeCMAP = math::RoundUp(offsetSizeCWDH + sizeSizeCWDH, 4); in FontGlyphGroupsAcs()
1127 … mpSizeCWDHArray = reinterpret_cast<const u32*>(ut::AddOffsetToPtr(mpHeader, offsetSizeCWDH)); in FontGlyphGroupsAcs()