Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_PackedFont.cpp73 : m_NumCompSheet(0), in PackedFont()
212 m_pCompSheetArray[m_NumCompSheet] = pContext->GetCurrentPtr<u8*>(); in StreamingConstruct()
213 m_NumCompSheet++; in StreamingConstruct()
246 for (int i = 0; i < m_NumCompSheet; ++i) in StreamingConstruct()
640 m_NumCompSheet = 0; // ConstructContext::PREPAIR_EXPAND_SHEET で設定される in AssignMemory()
728 NW_FONT_MINMAX_ASSERT( compIndex, 0, m_NumCompSheet - 1 ); in GetCacheIndex()
745 NW_FONT_MINMAX_ASSERT( compIndex, 0, m_NumCompSheet - 1 ); in SetCacheUser()
757 NW_FONT_MINMAX_ASSERT( compIndex, 0, m_NumCompSheet - 1 ); in ResetCacheUser()
777 NW_FONT_MINMAX_ASSERT( compIndex, 0, m_NumCompSheet - 1 ); in GetCompSheet()
/NW4C-1.2.23/include/nw/font/
Dfont_PackedFont.h563 u16 m_NumCompSheet; //!< ロードしたシートの数 variable