Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_DisplayList.h126 int copyCount = count; in WriteData() local
132 copyCount -= 1; in WriteData()
137 if (copyCount > 0) in WriteData()
139 nw::os::MemCpy(m_CurrentBuffer, pData, copyCount * sizeof(u32)); in WriteData()
140 m_Size += copyCount; in WriteData()
141 m_CurrentBuffer += copyCount; in WriteData()