Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_PackedFont.cpp563 const u32 numResSheet = gg.GetNumSheet(); in CalcCacheSize() local
564 numSheetCache = math::Clamp(numSheetCache, 1, static_cast<int>(numResSheet)); in CalcCacheSize()
567 u32 sizeCompSheetArray = sizeof(u8*) * numResSheet; in CalcCacheSize()
593 u32 numResSheet, in AssignMemory() argument
600 NN_ASSERT( numLoadSheet <= numResSheet ); in AssignMemory()
604 u32 sizeGlyphIndexAdjustArray = math::RoundUp(sizeof(u16) * numResSheet, 2); in AssignMemory()
838 u16 numResSheet; in ConstructOpAnalyzeGLGRPacked() local
851 numResSheet = gg.GetNumSheet(); in ConstructOpAnalyzeGLGRPacked()
857 sizeAdjustTable = math::RoundUp(numResSheet * sizeof(u16), 4); // 4 バイトアライメント in ConstructOpAnalyzeGLGRPacked()
869 for (int sheetNo = 0; sheetNo < numResSheet; ++sheetNo) in ConstructOpAnalyzeGLGRPacked()
[all …]
/NW4C-1.2.23/include/nw/font/
Dfont_PackedFont.h500 u32 numResSheet,