Home
last modified time | relevance | path

Searched refs:fromy (Results 1 – 25 of 127) sorted by relevance

123456

/dports/print/pic2fig/pic2fig/
H A Darcgen.c21 float fromx, fromy, tox, toy; in arcgen() local
27 fromy = cury; in arcgen()
58 fromy = ppos->o_y; in arcgen()
90 toy = fromy + prevrad * dtoy[cw][hvmode]; in arcgen()
95 dy2 = (toy - fromy) / 2; in arcgen()
102 cury = fromy + dy2 + ht * sin(phi); in arcgen()
114 temp = fromy; fromy = toy; toy = temp; in arcgen()
129 start = atan2(fromy-cury, fromx-curx); in arcgen()
140 extreme(fromx, fromy); in arcgen()
143 p->o_val[1] = fromy; in arcgen()
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dextralev.c59 register int fromx, fromy, tox, toy; local
65 fromy = r[x][y].rly;
67 fromy += 7 * y;
70 fromy = r[x][y].rly + r[x][y].dy;
72 fromy += 7 * y;
73 if (!IS_WALL(levl[fromx][fromy].typ))
77 fromy++;
107 fromy = r[x][y].rly;
109 fromy += 7 * y;
114 fromy += 7 * y;
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
73 fromx += 1 + 26*x; fromy += 7*y;
76 fromy = r[x][y].rly + r[x][y].dy;
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
80 fromy);
83 fromy++;
110 fromx += 1 + 26*x; fromy += 7*y;
114 fromx += 1 + 26*x; fromy += 7*y;
115 if (!IS_WALL(levl[fromx][fromy].typ))
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dextralev.c59 register int fromx, fromy, tox, toy; local
65 fromy = r[x][y].rly;
67 fromy += 7 * y;
70 fromy = r[x][y].rly + r[x][y].dy;
72 fromy += 7 * y;
73 if (!IS_WALL(levl[fromx][fromy].typ))
77 fromy++;
107 fromy = r[x][y].rly;
109 fromy += 7 * y;
114 fromy += 7 * y;
[all …]
/dports/games/nethack34/nethack-3.4.3/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
73 fromx += 1 + 26*x; fromy += 7*y;
76 fromy = r[x][y].rly + r[x][y].dy;
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
80 fromy);
83 fromy++;
110 fromx += 1 + 26*x; fromy += 7*y;
114 fromx += 1 + 26*x; fromy += 7*y;
115 if (!IS_WALL(levl[fromx][fromy].typ))
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
73 fromx += 1 + 26*x; fromy += 7*y;
76 fromy = r[x][y].rly + r[x][y].dy;
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
80 fromy);
83 fromy++;
110 fromx += 1 + 26*x; fromy += 7*y;
114 fromx += 1 + 26*x; fromy += 7*y;
115 if (!IS_WALL(levl[fromx][fromy].typ))
[all …]
/dports/games/nethack33/nethack-3.3.1/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
73 fromx += 1 + 26*x; fromy += 7*y;
76 fromy = r[x][y].rly + r[x][y].dy;
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
80 fromy);
83 fromy++;
110 fromx += 1 + 26*x; fromy += 7*y;
114 fromx += 1 + 26*x; fromy += 7*y;
115 if (!IS_WALL(levl[fromx][fromy].typ))
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
73 fromx += 1 + 26*x; fromy += 7*y;
76 fromy = r[x][y].rly + r[x][y].dy;
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
80 fromy);
83 fromy++;
110 fromx += 1 + 26*x; fromy += 7*y;
114 fromx += 1 + 26*x; fromy += 7*y;
115 if (!IS_WALL(levl[fromx][fromy].typ))
[all …]
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
73 fromx += 1 + 26*x; fromy += 7*y;
76 fromy = r[x][y].rly + r[x][y].dy;
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
80 fromy);
83 fromy++;
110 fromx += 1 + 26*x; fromy += 7*y;
114 fromx += 1 + 26*x; fromy += 7*y;
115 if (!IS_WALL(levl[fromx][fromy].typ))
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
73 fromx += 1 + 26*x; fromy += 7*y;
76 fromy = r[x][y].rly + r[x][y].dy;
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
80 fromy);
83 fromy++;
110 fromx += 1 + 26*x; fromy += 7*y;
114 fromx += 1 + 26*x; fromy += 7*y;
115 if (!IS_WALL(levl[fromx][fromy].typ))
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
73 fromx += 1 + 26*x; fromy += 7*y;
76 fromy = r[x][y].rly + r[x][y].dy;
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
80 fromy);
83 fromy++;
110 fromx += 1 + 26*x; fromy += 7*y;
114 fromx += 1 + 26*x; fromy += 7*y;
115 if (!IS_WALL(levl[fromx][fromy].typ))
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dextralev.c67 register int fromx, fromy, tox, toy; local
73 fromx += 1 + 26*x; fromy += 7*y;
76 fromy = r[x][y].rly + r[x][y].dy;
77 fromx += 1 + 26*x; fromy += 7*y;
78 if (!IS_WALL(levl[fromx][fromy].typ))
80 fromy);
83 fromy++;
110 fromx += 1 + 26*x; fromy += 7*y;
114 fromx += 1 + 26*x; fromy += 7*y;
115 if (!IS_WALL(levl[fromx][fromy].typ))
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/svgpic/
H A Darcgen.c22 double fromx, fromy, tox, toy, fillval = 0; in arcgen() local
31 fromy = cury; in arcgen()
63 fromy = ppos->o_y; in arcgen()
100 cury = fromy + prevrad * dctry[cw][hvmode]; in arcgen()
102 toy = fromy + prevrad * dtoy[cw][hvmode]; in arcgen()
107 dy2 = (toy - fromy) / 2; in arcgen()
116 cury = fromy + dy2 + ht * sin(phi); in arcgen()
122 toy = fromy + prevrad * dtoy[cw][hvmode]; in arcgen()
128 temp = fromy; fromy = toy; toy = temp; in arcgen()
137 p->o_val[1] = fromy; in arcgen()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tpic/
H A Darcgen.c20 double fromx, fromy, tox, toy; in arcgen() local
29 fromy = cury; in arcgen()
61 fromy = ppos->o_y; in arcgen()
91 cury = fromy + prevrad * dctry[cw][hvmode]; in arcgen()
93 toy = fromy + prevrad * dtoy[cw][hvmode]; in arcgen()
98 dy2 = (toy - fromy) / 2; in arcgen()
107 cury = fromy + dy2 + ht * sin(phi); in arcgen()
113 toy = fromy + prevrad * dtoy[cw][hvmode]; in arcgen()
119 temp = fromy; fromy = toy; toy = temp; in arcgen()
128 p->o_val[1] = fromy; in arcgen()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Darcgen.c22 double fromx, fromy, tox, toy, fillval = 0; in arcgen() local
31 fromy = cury; in arcgen()
63 fromy = ppos->o_y; in arcgen()
100 cury = fromy + prevrad * dctry[cw][hvmode]; in arcgen()
102 toy = fromy + prevrad * dtoy[cw][hvmode]; in arcgen()
107 dy2 = (toy - fromy) / 2; in arcgen()
116 cury = fromy + dy2 + ht * sin(phi); in arcgen()
122 toy = fromy + prevrad * dtoy[cw][hvmode]; in arcgen()
128 temp = fromy; fromy = toy; toy = temp; in arcgen()
137 p->o_val[1] = fromy; in arcgen()
[all …]
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/pic/
H A Darcgen.c35 double fromx, fromy, tox = 0, toy = 0, fillval = 0; in arcgen() local
42 fromy = cury; in arcgen()
74 fromy = ppos->o_y; in arcgen()
111 cury = fromy + prevrad * dctry[cw][hvmode]; in arcgen()
113 toy = fromy + prevrad * dtoy[cw][hvmode]; in arcgen()
118 dy2 = (toy - fromy) / 2; in arcgen()
127 cury = fromy + dy2 + ht * sin(phi); in arcgen()
133 toy = fromy + prevrad * dtoy[cw][hvmode]; in arcgen()
139 temp = fromy; fromy = toy; toy = temp; in arcgen()
148 p->o_val[1] = fromy; in arcgen()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dcinemat_vidhrdw.c20 void CinemaVectorData(int fromx, int fromy, int tox, int toy, int color) in CinemaVectorData() argument
24 fromy = cinemat_screenh - fromy; in CinemaVectorData()
28 vector_add_point (fromx << 16, fromy << 16, 0, 0); in CinemaVectorData()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dcinemat_vidhrdw.c20 void CinemaVectorData(int fromx, int fromy, int tox, int toy, int color) in CinemaVectorData() argument
24 fromy = cinemat_screenh - fromy; in CinemaVectorData()
28 vector_add_point (fromx << 16, fromy << 16, 0, 0); in CinemaVectorData()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dmove.cpp376 ychange = toy - fromy; in GetDirection()
1060 *newy = fromy; in NewCoOrdinates()
1149 …if (*newx != fromx && InPolygon(*newx, fromy, PATH) != NOPOLY && InPolygon(*newx, fromy, BLOCK) ==… in NewCoOrdinates()
1150 *newy = fromy; in NewCoOrdinates()
1157 *newy = fromy; in NewCoOrdinates()
1174 …if (*newx != fromx && InPolygon(*newx, fromy, BLOCK) == NOPOLY && InPolygon(*newx, fromy, PATH) !=… in NewCoOrdinates()
1175 *newy = fromy; in NewCoOrdinates()
1182 *newy = fromy; in NewCoOrdinates()
1203 && InPolygon(*newx, fromy, BLOCK) == NOPOLY && InPolygon(*newx, fromy, PATH) != NOPOLY) { in NewCoOrdinates()
1204 *newy = fromy; in NewCoOrdinates()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dmove.cpp388 ychange = toy - fromy; in GetDirection()
1078 *newy = fromy; in NewCoOrdinates()
1167 …if (*newx != fromx && InPolygon(*newx, fromy, PATH) != NOPOLY && InPolygon(*newx, fromy, BLOCK) ==… in NewCoOrdinates()
1168 *newy = fromy; in NewCoOrdinates()
1175 *newy = fromy; in NewCoOrdinates()
1192 …if (*newx != fromx && InPolygon(*newx, fromy, BLOCK) == NOPOLY && InPolygon(*newx, fromy, PATH) !=… in NewCoOrdinates()
1193 *newy = fromy; in NewCoOrdinates()
1200 *newy = fromy; in NewCoOrdinates()
1221 && InPolygon(*newx, fromy, BLOCK) == NOPOLY && InPolygon(*newx, fromy, PATH) != NOPOLY) { in NewCoOrdinates()
1222 *newy = fromy; in NewCoOrdinates()
[all …]
/dports/games/wargus/wargus-3.2.0/scripts/
H A Dwc2.lua198 function OrderUnits(player, unit, fromx, fromy, width, height, tox, toy, order)
199 OrderUnitSquare(player, unit, fromx, fromy, width, height, tox, toy, order)
202 function OrderUnitSquare(player, unit, fromx, fromy, width, height, tox, toy, order)
208 if (GetNumUnitsAt(player, unit, {fromx+loopx,fromy+loopy}, {fromx+loopx,fromy+loopy}) > 0) then
209 …OrderUnit(player, unit, {fromx+loopx,fromy+loopy,fromx+loopx,fromy+loopy}, {tox+width,toy+loopy,to…
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dmove_list.cpp38 fromy = in->ReadInt32(); in ReadFromFile_Legacy()
61 fromy = in->ReadInt32(); in ReadFromFile()
78 out->WriteInt32(fromy); in WriteToFile()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dsection_widget.cpp189 auto fromy = controller->content()->backgroundFromY(); in PaintBackground() local
193 QPoint(cache.x, fromy + cache.y), in PaintBackground()
252 const auto sy = qFloor((top - fromy) / h); in PaintBackground()
254 const auto cy = qCeil((bottom - fromy) / h); in PaintBackground()
257 p.drawImage(QPointF(i * w, fromy + j * h), tiled); in PaintBackground()
266 to.moveTop(to.top() + fromy); in PaintBackground()
/dports/x11-toolkits/fltk/fltk-1.3.8/examples/
H A Dshapedwindow.cxx39 static int fromx, fromy, winx, winy; in handle() local
42 fromy = Fl::event_y_root(); in handle()
49 int deltay = Fl::event_y_root() - fromy; in handle()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dmovelist.cpp27 fromy = in->ReadInt32(); in ReadFromFile()
43 out->WriteInt32(fromy); in WriteToFile()

123456