Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_DisplayList.h124 int copyCount = count; in WriteData() local
130 copyCount -= 1; in WriteData()
135 if (copyCount > 0) in WriteData()
137 std::memcpy(m_CurrentBuffer, pData, copyCount * sizeof(u32)); in WriteData()
138 m_Size += copyCount; in WriteData()
139 m_CurrentBuffer += copyCount; in WriteData()