Home
last modified time | relevance | path

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

/dports/games/xjig/xjig-2.4/
H A Dobjects.H116 friend class RotatedFrame; variable
146 class RotatedFrame : public TwinPieceFrame {
148 RotatedFrame();
149 virtual ~RotatedFrame();
175 int CheckForJoin( class RotatedFrame *obj );
177 int DoJoin( class RotatedFrame *obj, int i, int swap=0 );
188 class FlipFrame : public RotatedFrame {
H A Dobjects.C163 RotatedFrame::RotatedFrame() { in RotatedFrame() function
166 RotatedFrame::~RotatedFrame() { in ~RotatedFrame()
170 void RotatedFrame::Init( const PieceFrameSetup &pfs ) { in Init()
176 int RotatedFrame::CheckForJoin( class RotatedFrame *obj ) { in CheckForJoin()
226 void RotatedFrame::PositionChanged() { in PositionChanged()
228 void RotatedFrame::DirectionChanged() { in DirectionChanged()
259 int RotatedFrame::FindStartForJoin( class PieceFrame *obj ) { in FindStartForJoin()
270 int RotatedFrame::DoJoin( class RotatedFrame *obj, int i, int swap ) { in DoJoin()
414 ftvl = new Vec2List(RotatedFrame::GetPolyLine(),*itm); in SetFlip()
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dintro.c57 FRAME RotatedFrame; member
623 DestroyDrawable (ReleaseDrawable (pPIS->RotatedFrame)); in DoPresentation()
624 pPIS->RotatedFrame = CaptureDrawable ( in DoPresentation()
629 s.frame = pPIS->RotatedFrame; in DoPresentation()
761 DestroyDrawable (ReleaseDrawable (pis.RotatedFrame)); in ShowSlidePresentation()