Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_PackedFont.cpp332 int compIndex = CalcSheetIndex(adjustedIndex); in GetGlyph() local
333 int cacheIndex = GetCacheIndex(compIndex); in GetGlyph()
337 cacheIndex = LoadSheet(compIndex); in GetGlyph()
364 int compIndex = GetSheetIndex(c); in PreloadSheet() local
365 int cacheIndex = GetCacheIndex(compIndex); in PreloadSheet()
369 cacheIndex = LoadSheet(compIndex); in PreloadSheet()
382 int compIndex = GetSheetIndex(c); in LockSheet() local
383 int cacheIndex = GetCacheIndex(compIndex); in LockSheet()
393 cacheIndex = LoadSheet(compIndex); in LockSheet()
407 int compIndex = GetSheetIndex(c); in UnlockSheet() local
[all …]
/NW4C-1.3.3/include/nw/font/
Dfont_PackedFont.h391 int LoadSheet(int compIndex) const;
397 void UnloadSheet(int compIndex) const;
428 int GetCacheIndex(int compIndex) const;
450 int compIndex,
461 int compIndex,
481 const u8* GetCompSheet(int compIndex) const;