Home
last modified time | relevance | path

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

/dports/devel/kyra/kyra/isogen/
H A Disogen.cpp14 int isoWidth = 120; variable
15 int tileWidth = isoWidth - 2;
436 Vector2I q = { p.x + isoWidth / 2, p.y - isoWidth / 4 }; in RenderZ()
437 Vector2I r = { p.x - isoWidth / 2, p.y - isoWidth / 4 }; in RenderZ()
512 Vector2I q = { p.x + isoWidth / 2, p.y + isoWidth / 4 }; in RenderX()
589 Vector2I q = { p.x + isoWidth / 2, p.y - isoWidth / 4 }; in RenderY()
633 q.x = p.x + isoWidth/2; q.y = p.y - isoWidth / 4; in RenderRamp()
634 r.x = p.x - isoWidth/2; r.y = p.y - isoWidth * 3 / 4; in RenderRamp()
649 q.x = p.x + isoWidth/2; q.y = p.y - isoWidth*3/ 4; in RenderRamp()
650 r.x = p.x - isoWidth/2; r.y = p.y - isoWidth / 4; in RenderRamp()
[all …]
/dports/devel/kyra/kyra/engine/
H A Dencoder.cpp1086 int isoWidth, in CreateIsoTile() argument
1089 if ( isoWidth % 4 ) in CreateIsoTile()
1095 int isoHeight = isoWidth / 2; in CreateIsoTile()
1116 for( int ix = isoWidth / 2 - rowwidth / 2; in CreateIsoTile()
1117 ix < isoWidth / 2 + rowwidth / 2; in CreateIsoTile()
1156 GLASSERT( ix >= 0 && ix < isoWidth ); in CreateIsoTile()
1157 isoMemory[ iy * isoWidth + ix ] = rgba; in CreateIsoTile()
1162 isoWidth, isoHeight, in CreateIsoTile()
1164 isoWidth, isoHeight ); in CreateIsoTile()
1176 GlFixed isoHeight = isoWidth / 2; in IsoToSource()
[all …]
H A Dencoder.h221 void IsoToSource( GlFixed x, GlFixed y, GlFixed isoWidth,