Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/
DFakeClient.cpp86 u16 curPos = (startPos + i) % 8; in DisplayCube() local
87 pRenderSystem->FillRectangle(x + cubePos[curPos].x, y + cubePos[curPos].y, 4, 4); in DisplayCube()