Home
last modified time | relevance | path

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

/dports/games/xrubik/xrubik/
H A DRubikU.c185 for (position = 0; position < sizeFace(w, face); position++) { in FlushMoves()
235 for (position = 0; position < sizeFace(w, face); position++) { in ScanStartPosition()
252 for (position = 0; position < sizeFace(w, face); position++) { in PrintStartPosition()
267 for (position = 0; position < sizeFace(w, face); position++) { in SetStartPosition()
H A DRubik.c192 sizeFace(RubikWidget w, int face) in sizeFace() function
795 sizeOfFace = sizeFace(w, face); in ResetPolyhedrons()
892 position = NRAND(sizeFace(w, face)); in RandomizePolyhedrons()
998 sizeOnDepthAxis = sizeFace(w, newFace) / sizeOnOppAxis; in MovePolyhedrons()
1151 for (position = 0; position < sizeFace(w, face); position++) in DrawAllPolyhedrons()
1171 for (position = 0; position < sizeFace(w, face); position++) { in CheckSolved()
H A DRubikP.h196 extern int sizeFace(RubikWidget w, int face);
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Drubik.c501 sizeFace(rubikstruct * rp, int face) in sizeFace() function
1579 sizeOnDepthAxis = sizeFace(rp, newFace) / sizeOnOppAxis; in moveRubik()
1732 if ((rp->cubeLoc[face] = (RubikLoc *) malloc(sizeFace(rp, face) * in shuffle()
1736 for (position = 0; position < sizeFace(rp, face); position++) { in shuffle()
1774 move.position = NRAND(sizeFace(rp, move.face)); in shuffle()
/dports/x11/xlockmore/xlockmore-5.67/modes/glx/
H A Drubik.c537 sizeFace(rubikstruct * rp, int face) in sizeFace() function
1742 sizeOnDepthAxis = sizeFace(rp, newFace) / sizeOnOppAxis; in moveRubik()
1900 if ((rp->cubeLoc[face] = (RubikLoc *) malloc(sizeFace(rp, face) * in shuffle()
1904 for (position = 0; position < sizeFace(rp, face); position++) { in shuffle()
1942 move.position = NRAND(sizeFace(rp, move.face)); in shuffle()