Home
last modified time | relevance | path

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

/dports/games/dunelegacy/dunelegacy-0.96.4/src/MapEditor/
H A DMapGenerator.cpp51 int spotX = randGen.rand(0, map.getSizeX()-1); in generateMap() local
54 makeSpot(spotX, spotY, Terrain_Rock); in generateMap()
63 int spotX = randGen.rand(0, map.getSizeX()-1); in generateMap() local
66 makeSpot(spotX, spotY, Terrain_Spice); in generateMap()
79 int spotX = randGen.rand(0, map.getSizeX()-1); in generateMap() local
82 makeSpot(spotX, spotY, Terrain_Dunes); in generateMap()
320 int spotX = randGen.rand(0, map.getSizeX()-1); in addRockBits() local
323 if(map(spotX, spotY) == Terrain_Sand) { in addRockBits()
325 Coord position = mapMirror->getCoord(Coord(spotX, spotY), m); in addRockBits()
340 int spotX = randGen.rand(0, map.getSizeX()-1); in addSpiceBlooms() local
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DMDI.pm536 $self-> {spotX} = $self-> {spotY} = undef;
666 $self-> {spotX} = $x;
681 $self-> {spotX} = $x;
814 $self-> {spotX} =
910 $self-> {spotX} = $self-> {spotY} = undef;
947 $org[0] + $x - $self-> {spotX},
954 $x - $self-> {spotX},
971 $org[0] + $x - $self-> {spotX},
1012 $new[0] = $org[0] + $x - $self-> {spotX};
1015 $new[2] = $org[2] + $x - $self-> {spotX};
[all …]
H A DFrameSet.pm286 return $me-> {vertical} ? $x - $me-> {spotX} : $y - $me-> {spotY};
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOHELP.cpp332 int spotX = mouse.cur_x; in disp() local
337 if( spotX >= helpInfo->area_x1 && spotY >= helpInfo->area_y1 && in disp()
338 spotX <= helpInfo->area_x2 && spotY <= helpInfo->area_y2 ) in disp()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/VB/
H A DClasses.pm498 $self-> {spotX} = $x;
603 abs( $x - $self-> {spotX}) < 4 &&
607 $x -= ( $x - $self-> {spotX} + $og[0]) % 4;
614 $x = $xline + $self-> {spotX}
615 if abs( $xline - $x + $self-> {spotX}) < 8;
618 $x = $xline + $self-> {spotX} - $sz[0]
637 abs( $x - $self-> {spotX}) < 4 &&
650 $x = $xline + $self-> {spotX}
652 $x = $xline + $self-> {spotX} - $sz[0]
664 $new[0] = $org[0] + $x - $self-> {spotX};
[all …]