Home
last modified time | relevance | path

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

/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DHistory.cpp220 append(sticker->id_within_cube, dir, slicesmask); in apply()
282 grip.id_within_cube = (*nodeptr)->stickerid; in compress()
286 (*nodeptr)->stickerid = grip.id_within_cube; in compress()
296 grip.id_within_cube = (*nodeptr)->stickerid; in compress()
367 grip.id_within_cube = node->stickerid; in compress()
427 grip.id_within_cube, in compress()
440 grip.id_within_cube, in compress()
457 grip.id_within_cube, in compress()
461 grip.id_within_cube, in compress()
511 sticker->id_within_cube = current->stickerid; in undo()
[all …]
H A DPuzzlest.cpp131 tempsticker.id_within_cube = i; in applyMove()
140 assert(INRANGE(0 <=, tempsticker.id_within_cube, <nstickers)); in applyMove()
141 dest[tempsticker.id_within_cube] = the_state[i]; in applyMove()
H A DPolymgr.cpp417 grip.id_within_cube = id; in faceOfGrip()
427 sticker->id_within_cube % intpow(length, NDIMS - 1); in fillStickerspecFromIdAndLength()
428 sticker->face = sticker->id_within_cube / intpow(length, NDIMS - 1); in fillStickerspecFromIdAndLength()
463 sticker->id_within_cube = in fillStickerspecFromFaceAndIdAndLength()
506 sticker->id_within_cube = in fillStickerspecFromCoordsAndLength()
643 sticker->id_within_cube = frame->quadids[i] / 6; in pickGrip()
734 sticker->id_within_cube = frame->quadids[i] / 6; in pick()
746 sticker.id_within_cube = 0; in getUntwistedFrame()
H A DMagicCubeObj.cpp224 m_twist_grip.id_within_cube = stickerid; in TwistAbout()
283 grip.id_within_cube = rand() % m_nstickers; in Scramble()
H A DMagicCube.h205 int id_within_cube; member
H A DEventHandler.cpp529 grip.id_within_cube = rand() % ngrips; in scramble_cb()
1220 PRINT(sticker->id_within_cube);