Searched refs:m_NumCompSheet (Results 1 – 2 of 2) sorted by relevance
75 : m_NumCompSheet(0), in PackedFont()214 m_pCompSheetArray[m_NumCompSheet] = pContext->GetCurrentPtr<u8*>(); in StreamingConstruct()215 m_NumCompSheet++; in StreamingConstruct()248 for (int i = 0; i < m_NumCompSheet; ++i) in StreamingConstruct()642 m_NumCompSheet = 0; // ConstructContext::PREPAIR_EXPAND_SHEET で設定される in AssignMemory()730 NW_FONT_MINMAX_ASSERT( compIndex, 0, m_NumCompSheet - 1 ); in GetCacheIndex()747 NW_FONT_MINMAX_ASSERT( compIndex, 0, m_NumCompSheet - 1 ); in SetCacheUser()759 NW_FONT_MINMAX_ASSERT( compIndex, 0, m_NumCompSheet - 1 ); in ResetCacheUser()779 NW_FONT_MINMAX_ASSERT( compIndex, 0, m_NumCompSheet - 1 ); in GetCompSheet()
565 u16 m_NumCompSheet; //!< ロードしたシートの数 variable