Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_PackedFont.cpp334 int compIndex = CalcSheetIndex(adjustedIndex); in GetGlyph() local
335 int cacheIndex = GetCacheIndex(compIndex); in GetGlyph()
339 cacheIndex = LoadSheet(compIndex); in GetGlyph()
366 int compIndex = GetSheetIndex(c); in PreloadSheet() local
367 int cacheIndex = GetCacheIndex(compIndex); in PreloadSheet()
371 cacheIndex = LoadSheet(compIndex); in PreloadSheet()
384 int compIndex = GetSheetIndex(c); in LockSheet() local
385 int cacheIndex = GetCacheIndex(compIndex); in LockSheet()
395 cacheIndex = LoadSheet(compIndex); in LockSheet()
409 int compIndex = GetSheetIndex(c); in UnlockSheet() local
[all …]
/NW4C-2.0.3/include/nw/font/
Dfont_PackedFont.h393 int LoadSheet(int compIndex) const;
399 void UnloadSheet(int compIndex) const;
430 int GetCacheIndex(int compIndex) const;
452 int compIndex,
463 int compIndex,
483 const u8* GetCompSheet(int compIndex) const;