Home
last modified time | relevance | path

Searched refs:topx (Results 1 – 25 of 119) sorted by relevance

12345

/dports/games/blockattack/blockattack-game-2.7.0/Game/data/sprites/
H A Dblockattack1.sprite5 "topx" : 0,
14 "topx" : 0,
23 "topx" : 2,
32 "topx" : 0,
41 "topx" : 0,
50 "topx" : 0,
59 "topx" : 0,
68 "topx" : 0,
77 "topx" : 0,
86 "topx" : 0,
[all …]
H A Dblockattack.sprite6 "topx" : 0,
16 "topx" : 0,
26 "topx" : 0,
36 "topx" : 0,
46 "topx" : 0,
56 "topx" : 0,
66 "topx" : 0,
76 "topx" : 0,
86 "topx" : 0,
96 "topx" : 0,
[all …]
H A Dgui_rect_white.sprite5 "topx" : 0,
13 "topx" : 32,
21 "topx" : 160,
29 "topx" : 160,
37 "topx" : 160,
45 "topx" : 32,
53 "topx" : 0,
61 "topx" : 0,
69 "topx" : 32,
H A Dgui_rect_yellow.sprite5 "topx" : 0,
13 "topx" : 32,
21 "topx" : 160,
29 "topx" : 160,
37 "topx" : 160,
45 "topx" : 32,
53 "topx" : 0,
61 "topx" : 0,
69 "topx" : 32,
/dports/comms/xastir/Xastir-Release-2.1.8/scripts/
H A Dtoporama250k.pl208 $topx = $basex - ((($grida/10) +10 ) / 22 * 16) + $offsetx68{$gridb} * 2;
210 $botx = $topx + 8;
219 print OUT "TIEPOINT\t0\t0\t$topx\t$topy\n";
233 $topx = $basex - $grida / 10 * 8 + $offsetx68{$gridb} * 1;
235 $botx = $topx + 4;
244 print OUT "TIEPOINT\t0\t0\t$topx\t$topy\n";
256 $topx = $basex - $grida / 10 * 8 + $offsetx{$gridb} * 2;
258 $botx = $topx + 2;
267 print OUT "TIEPOINT\t0\t0\t$topx\t$topy\n";
H A Dtoporama50k.pl170 $topx = $basex - $grida / 10 * 8 + $offsetx{$gridb} * 2;
173 $topx = $topx + $offsetx{$gridc} * 0.5;
175 $botx = $topx + 0.5;
184 print OUT "TIEPOINT\t0\t0\t$topx\t$topy\n";
/dports/games/blockattack/blockattack-game-2.7.0/Game/mods/1.3.0.bricks_unpacked.data/sprites/
H A Dbricks1.3.0.sprite5 "topx" : 0,
15 "topx" : 50,
25 "topx" : 100,
35 "topx" : 150,
45 "topx" : 200,
55 "topx" : 250,
65 "topx" : 300,
/dports/games/blockattack/blockattack-game-2.7.0/source/code/
H A DBlockGameSdl.inc49 topx = tx;
67 …DrawIMG_Bounded(img, globalData.screen, x+topx, y+topy, topx, topy, topx + backBoard.GetWidth(), t…
76 topx = tx;
81 return topx;
101 x = (mousex-topx) / bsize;
106 if (mousex < topx || mousex > topx+bsize*6 || mousey < topy || mousey > topy+bsize*12) {
113 if (mousex < topx || mousex > topx+bsize*6 || mousey < topy+bsize*12) {
315 int number = board[topx][topy];
317 if(number == board[topx][i]) {
321 for (int i=topx; i < 7 ; ++i) {
[all …]
H A DDialogBox.cpp54 static void DrawRect(SDL_Renderer* target, int topx, int topy, int height, int width, const std::st… in DrawRect() argument
56 SDL_Rect dstrect = { topx, topy, width, height }; in DrawRect()
106 static void DrawRectWhite(SDL_Renderer* target, int topx, int topy, int height, int width) { in DrawRectWhite() argument
108 DrawRect(target, topx, topy, height, width, name); in DrawRectWhite()
111 void DrawRectYellow(SDL_Renderer* target, int topx, int topy, int height, int width) { in DrawRectYellow() argument
113 DrawRect(target, topx, topy, height, width, name); in DrawRectYellow()
352 auto topx = globalData.xsize/2-400+(i%keyboardRowLimit)*40-5; in ProcessInput() local
354 if (insideRect(topx, topy, 30, 30)) { in ProcessInput()
363 auto topx = globalData.xsize/2-400+(i%keyboardRowLimit)*40-5; in ProcessInput() local
365 if (insideRect(topx, topy, 30, 30)) { in ProcessInput()
/dports/games/senken/senken-0.3.0/src/
H A Dsdlwin.c204 drawsquare->parts.topx, drawsquare->parts.topy, in draw_grid_lines()
207 drawsquare->parts.topx, drawsquare->parts.topy, in draw_grid_lines()
226 drawsquare->parts.topx, drawsquare->parts.topy+2, in draw_grid_lines()
323 sq2.parts.topx = square->parts.topx; in ShowSolid_minus()
466 int topx; in sdlwin_draw_spot() local
484 topx = mapx; in sdlwin_draw_spot()
486 map_find_tiletop(map, &topx, &topy); in sdlwin_draw_spot()
491 if ((mapx != topx+sx-1) || in sdlwin_draw_spot()
497 if ((mapx != topx+sx-1) || in sdlwin_draw_spot()
503 if ((mapx != topx) || in sdlwin_draw_spot()
[all …]
/dports/games/openglad/openglad-0.98/src/
H A Dpixie.cpp105 xscreen = (long) (xpos - view_buf->topx + view_buf->xloc); in draw()
142 xscreen = (long) (xpos - view_buf->topx + view_buf->xloc); in drawMix()
173 short topx = viewp->topx; in on_screen() local
180 if ( (xpos+sizex) < topx) in on_screen()
182 else if ( xpos > (topx + xview) ) in on_screen()
/dports/cad/magic/magic-8.3.245/cif/
H A DCIFwrite.c487 int x, y, topx, topy; local
494 topx = use->cu_xhi - use->cu_xlo;
495 if (topx < 0) topx = -topx;
499 for (x = 0; x <= topx; x++)
515 if (topx > 0 || topy > 0) {
516 if (topx > 0 && topy > 0)
519 if (topx > 0)
/dports/graphics/azpainterb/azpainterb-1.1.3/src/widget/
H A DMainWindow_cmd.c190 int sw,sh,topx,topy,n; in MainWindow_cmd_resizeCanvas() local
211 if(n == 0) topx = 0; in MainWindow_cmd_resizeCanvas()
212 else if(n == 1) topx = (info.w - sw) >> 1; in MainWindow_cmd_resizeCanvas()
213 else topx = info.w - sw; in MainWindow_cmd_resizeCanvas()
223 if(!drawImage_resizeCanvas(APP_DRAW, info.w, info.h, topx, topy, info.crop)) in MainWindow_cmd_resizeCanvas()
/dports/graphics/azpainterb/azpainterb-1.1.3/src/other/
H A DUndoItem_tileimg.c120 int w,h,ix,iy,pixnum,topx,topy,flagsize,srcsize,encsize,shift,flag; in UndoItem_writeSmallImage() local
138 topx = p->val[1]; in UndoItem_writeSmallImage()
164 flag = TileImage_getPixel_forUndo(img, topx + ix, topy + iy, &pix); in UndoItem_writeSmallImage()
231 int topx,topy,w,h,pixnum,ix,iy,shift,flagsize; in UndoItem_restoreSmallImage() local
244 topx = p->val[1]; in UndoItem_restoreSmallImage()
311 TileImage_setPixel_new(img, topx + ix, topy + iy, &pix); in UndoItem_restoreSmallImage()
314 TileImage_freeTile_atPixel(img, topx + ix, topy + iy); in UndoItem_restoreSmallImage()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gamemgr/
H A Dsigame.cc553 sifont->draw_text(ibuf, topx + 40, centery + 74, get_text_msg(iree)); in play_intro()
555 sifont->draw_text(ibuf, topx + 40, centery + 74, get_text_msg(indeed)); in play_intro()
805 sman->paint_shape(topx, topy, get_menu_shape()); in top_menu()
813 sman->paint_shape(topx, topy, get_menu_shape()); in show_journey_failed()
1291 sman->paint_shape(topx, topy, shapes.get_shape(0x2, 0)); in new_game()
1296 sman->paint_shape(topx + 300, menuy + 50, portrait); in new_game()
1304 font->draw_text(ibuf, topx + 60, menuy + 10, disp_name); in new_game()
1313 SDL_Rect rectName = { topx + 10, menuy + 10, 130, 16 }; in new_game()
1314 SDL_Rect rectSex = { topx + 10, menuy + 25, 130, 16 }; in new_game()
1315 SDL_Rect rectOnward = { topx + 10, topy + 180, 130, 16 }; in new_game()
[all …]
H A Dbggame.cc494 win->get(backup, topx + x - butterfly->get_xleft(), in scene_butterfly()
499 win->put(backup, topx + x - butterfly->get_xleft(), in scene_butterfly()
526 sman->paint_shape(topx, topy, shapes.get_shape(trees_shp, 0)); in scene_butterfly()
1366 sman->paint_shape(topx + 319 - 194, topy - i, in scene_desk()
1368 sman->paint_shape(topx + 319, topy + 199 - i, in scene_desk()
1495 sman->paint_shape(topx, topy, get_menu_shape()); in top_menu()
1503 sman->paint_shape(topx, topy, get_menu_shape()); in show_journey_failed()
1548 text.show_line(gwin, topx, topx + 320, topy + 20 + i * 12, i); in end_game()
2029 sman->paint_shape(topx + 290, menuy + 61, portrait); in new_game()
2046 SDL_Rect rectName = { topx + 10, menuy + 10, 130, 16 }; in new_game()
[all …]
/dports/games/xmris/xmris.4.04/
H A Ddialogs.c194 Position topx, topy; variable
202 XtVaGetValues(anchor, XtNx, (XtArgVal)&topx, XtNy, (XtArgVal)&topy,
230 topx = topx + (topw - w) / 4;
232 XtVaSetValues(dptr->shell, XtNx, (XtArgVal)topx,
/dports/games/xnethack/xNetHack-xnh6.1/dat/
H A DMon-fila.lua24 local topx, dummy = topedge:rndcoord()
26 local river = selection.randline(topx, 0, botx, 21, 8)
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/common/
H A Dpow.c300 uint32_t topx, topy; in pow() local
304 topx = top12 (x); in pow()
306 if (unlikely (topx - 0x001 >= 0x7ff - 0x001 in pow()
352 topx &= 0x7ff; in pow()
370 if (topx == 0) in pow()
/dports/graphics/azpainter/azpainter-2.1.7/src/widget/
H A DMainWindow_cmd.c373 int sw,sh,topx,topy,n; in MainWindow_cmd_resizeCanvas() local
394 if(n == 0) topx = 0; in MainWindow_cmd_resizeCanvas()
395 else if(n == 1) topx = (info.w - sw) >> 1; in MainWindow_cmd_resizeCanvas()
396 else topx = info.w - sw; in MainWindow_cmd_resizeCanvas()
406 if(!drawImage_resizeCanvas(APP_DRAW, info.w, info.h, topx, topy, info.crop)) in MainWindow_cmd_resizeCanvas()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/AOR_v20.02/math/
H A Dpow.c278 uint32_t topx, topy; in pow() local
282 topx = top12 (x); in pow()
284 if (unlikely (topx - 0x001 >= 0x7ff - 0x001 in pow()
330 topx &= 0x7ff; in pow()
348 if (topx == 0) in pow()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/AOR_v20.02/math/
H A Dpow.c278 uint32_t topx, topy; in pow() local
282 topx = top12 (x); in pow()
284 if (unlikely (topx - 0x001 >= 0x7ff - 0x001 in pow()
330 topx &= 0x7ff; in pow()
348 if (topx == 0) in pow()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Dpow.c259 uint32_t topx, topy; in pow() local
263 topx = top12(x); in pow()
265 if (predict_false(topx - 0x001 >= 0x7ff - 0x001 || in pow()
302 topx &= 0x7ff; in pow()
320 if (topx == 0) { in pow()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/
H A Dpow.c278 uint32_t topx, topy; in pow() local
282 topx = top12 (x); in pow()
284 if (unlikely (topx - 0x001 >= 0x7ff - 0x001 in pow()
330 topx &= 0x7ff; in pow()
348 if (topx == 0) in pow()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/AOR_v20.02/math/
H A Dpow.c278 uint32_t topx, topy; in pow() local
282 topx = top12 (x); in pow()
284 if (unlikely (topx - 0x001 >= 0x7ff - 0x001 in pow()
330 topx &= 0x7ff; in pow()
348 if (topx == 0) in pow()

12345