Home
last modified time | relevance | path

Searched refs:topy (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/games/blockattack/blockattack-game-2.7.0/Game/data/sprites/
H A Dblockattack1.sprite6 "topy" : 0,
15 "topy" : 0,
24 "topy" : 0,
33 "topy" : 0,
42 "topy" : 0,
51 "topy" : 0,
60 "topy" : 0,
69 "topy" : 0,
78 "topy" : 0,
87 "topy" : 0,
[all …]
H A Dblockattack.sprite7 "topy" : 0,
17 "topy" : 0,
27 "topy" : 0,
37 "topy" : 0,
47 "topy" : 0,
57 "topy" : 0,
67 "topy" : 0,
77 "topy" : 0,
87 "topy" : 0,
97 "topy" : 0,
[all …]
H A Dgui_rect_white.sprite6 "topy" : 0,
14 "topy" : 0,
22 "topy" : 0,
30 "topy" : 32,
38 "topy" : 160,
46 "topy" : 160,
54 "topy" : 160,
62 "topy" : 32,
70 "topy" : 32,
H A Dgui_rect_yellow.sprite6 "topy" : 0,
14 "topy" : 0,
22 "topy" : 0,
30 "topy" : 32,
38 "topy" : 160,
46 "topy" : 160,
54 "topy" : 160,
62 "topy" : 32,
70 "topy" : 32,
/dports/graphics/p5-Imager/Imager-1.012/
H A Dflip.im113 i_img_dim topy = 0;
118 while (topy < boty) {
123 ++topy;
133 while (topy < boty) {
138 ++topy;
149 i_img_dim topy = 0;
154 while (topy < boty) {
161 ++topy;
171 while (topy < boty) {
178 ++topy;
[all …]
/dports/comms/xastir/Xastir-Release-2.1.8/scripts/
H A Dtoporama250k.pl209 $topy = 84 - $offsety68{$gridb} * 1;
211 $boty = $topy - 2;
219 print OUT "TIEPOINT\t0\t0\t$topx\t$topy\n";
234 $topy = $basey + ($grida % 10) * 4 - $offsety68{$gridb} * 1;
236 $boty = $topy - 1;
244 print OUT "TIEPOINT\t0\t0\t$topx\t$topy\n";
257 $topy = $basey + ($grida % 10) * 4 - $offsety{$gridb} * 1;
259 $boty = $topy - 1;
267 print OUT "TIEPOINT\t0\t0\t$topx\t$topy\n";
H A Dtoporama50k.pl171 $topy = $basey + ($grida % 10) * 4 - $offsety{$gridb} * 1;
174 $topy = $topy - $offsety{$gridc} * 0.25;
176 $boty = $topy - 0.25;
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.sprite6 "topy" : 0,
16 "topy" : 0,
26 "topy" : 0,
36 "topy" : 0,
46 "topy" : 0,
56 "topy" : 0,
66 "topy" : 0,
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/tools/GUIEditor/
H A DCGUITextureAttribute.h26 s32 topy = skin->getFont()->getDimension(L"A").Height + 10; in CGUITextureAttribute() local
29 AttribImage = environment->addImage(0, core::position2di(0, topy), false, this); in CGUITextureAttribute()
30 AttribImage->setRelativePosition( core::rect<s32>(0,topy, r.getWidth() - 5, 100+topy)); in CGUITextureAttribute()
36 topy += 105; in CGUITextureAttribute()
38 core::rect<s32> r2(0, topy, r.getWidth() - 15 - skin->getSize(EGDS_CHECK_BOX_WIDTH), topy + h); in CGUITextureAttribute()
39 …ect<s32> br(r.getWidth() - 10 - skin->getSize(EGDS_CHECK_BOX_WIDTH), topy, r.getWidth(), topy + h); in CGUITextureAttribute()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/game_scripts/_mods/guert_mod/tempo/
H A Denergybarrier.lua31 v.topy=0
56 v.topy = findWall(entity_x(me), entity_y(me), 0, -1)
61 v.topy = v.topy + adjust
64 entity_setHeight(me, v.btmy-v.topy)
69 v.topy = entity_y(me)-v.halfWidth
75 entity_setWidth(me, v.btmy-v.topy)
124 and entity_y(e) >= v.topy and entity_y(e) <= v.btmy then
149 and entity_y(e) > v.topy and entity_y(e) < v.btmy then
/dports/devel/directfb/DirectFB-1.4.17/tools/
H A Ddfbpenmount.c65 int leftx, topy, rightx, bottomy, ofs; in main() local
138 topy = sy/10; in main()
174 primary->DrawLine( primary,leftx-ofs,topy,leftx+ofs,topy ); in main()
175 primary->DrawLine( primary,leftx,topy-ofs,leftx,topy+ofs ); in main()
209 float dy = ((float)mouse_y-ty1)/(bottomy-topy); in main()
211 printf( "min_x=%d min_y=%d\n",(int)(tx1-leftx*dx+.5),(int)(ty1-topy*dy+.5)); in main()
212 printf( "max_x=%d max_y=%d\n",(int)(mouse_x+leftx*dx+.5),(int)(mouse_y+topy*dy+.5)); in main()
/dports/games/blockattack/blockattack-game-2.7.0/source/code/
H A DBlockGameSdl.inc50 topy = ty;
63 DrawIMG(img, globalData.screen, x+topx, y+topy);
67 …DrawIMG_Bounded(img, globalData.screen, x+topx, y+topy, topx, topy, topx + backBoard.GetWidth(), t…
77 topy = ty;
84 return topy;
102 y = (bsize*12+topy-mousey-pixels) / bsize;
106 if (mousex < topx || mousex > topx+bsize*6 || mousey < topy || mousey > topy+bsize*12) {
315 int number = board[topx][topy];
316 for (int i=topy; i < 30 ; ++i) {
322 if(number == board[i][topy]) {
[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()
353 auto topy = globalData.ysize/2+150+(i/keyboardRowLimit)*40-5; in ProcessInput() local
354 if (insideRect(topx, topy, 30, 30)) { in ProcessInput()
364 auto topy = globalData.ysize/2+150+(i/keyboardRowLimit)*40-5; in ProcessInput() local
365 if (insideRect(topx, topy, 30, 30)) { in ProcessInput()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/entities/
H A Denergybarrier.lua31 v.topy=0
57 v.topy = findWall(entity_x(me), entity_y(me), 0, -1)
62 v.topy = v.topy + adjust
65 entity_setHeight(me, v.btmy-v.topy)
70 v.topy = entity_y(me)-v.halfWidth
76 entity_setWidth(me, v.btmy-v.topy)
125 and entity_y(e) >= v.topy and entity_y(e) <= v.btmy then
/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()
328 sq2.parts.topy = square->parts.topy + minus; in ShowSolid_minus()
467 int topy; in sdlwin_draw_spot() local
485 topy = mapy; in sdlwin_draw_spot()
486 map_find_tiletop(map, &topx, &topy); in sdlwin_draw_spot()
492 (mapy != topy+sy-1)) { in sdlwin_draw_spot()
498 (mapy != topy)) { in sdlwin_draw_spot()
504 (mapy != topy)) { in sdlwin_draw_spot()
[all …]
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dsubrender.c51 int topy; member
243 obj->bbox.y2 = obj->topy = movie_height - sub_bottom_margin; in vo_update_text_sub()
596 obj->topy = movie_height - sub_bottom_margin; in vo_update_text_sub()
709 obj->topy = in vo_update_text_sub()
724 obj->topy = sub_top_margin; in vo_update_text_sub()
725 if (obj->topy < sub_top_margin) in vo_update_text_sub()
726 obj->topy = sub_top_margin; in vo_update_text_sub()
727 if (obj->topy > movie_height - sub_bottom_margin - vo_font->height) in vo_update_text_sub()
729 obj->bbox.y2 = obj->topy + subs_height + 3; in vo_update_text_sub()
739 obj->bbox.y1 = obj->topy - 3; in vo_update_text_sub()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/main/java/de/lmu/ifi/dbs/elki/math/geometry/
H A DFilteredConvexHull2D.java52 topy = Double.NEGATIVE_INFINITY, // field in FilteredConvexHull2D
106 return v <= leftx || v >= rightx || (v = point[1]) <= bottomy || v >= topy; in checkCandidate()
119 topy = bottomy = y; in checkCandidateUpdate()
124 if(x <= leftx || x >= rightx || y <= bottomy || y >= topy) { in checkCandidateUpdate()
147 topy = Math.min(topleft[1], topright[1]); in checkCandidateUpdate()
/dports/games/openglad/openglad-0.98/src/
H A Dpixie.cpp106 yscreen = (long) (ypos - view_buf->topy + view_buf->yloc); in draw()
143 yscreen = (long) (ypos - view_buf->topy + view_buf->yloc); in drawMix()
174 short topy = viewp->topy; in on_screen() local
184 else if ( (ypos+sizey) < topy) in on_screen()
186 else if ( ypos > (topy + yview) ) in on_screen()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/gfx/
H A Dgfxstub_dutch.cpp201 topy = 999999.0f; in DrawGouraudTexturedPolygon()
207 if (y < topy) { in DrawGouraudTexturedPolygon()
208 topy = y; in DrawGouraudTexturedPolygon()
482 topy = 999999.0f; in DrawFlatUnTexturedPolygon()
488 if (y < topy) { in DrawFlatUnTexturedPolygon()
489 topy = y; in DrawFlatUnTexturedPolygon()
619 topy = 999999.0f; in DrawGouraudUnTexturedPolygon()
625 if (y < topy) { in DrawGouraudUnTexturedPolygon()
626 topy = y; in DrawGouraudUnTexturedPolygon()
821 if (y < topy) { in DrawFlatTexturedPolygon()
[all …]
/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
217 if(n == 0) topy = 0; in MainWindow_cmd_resizeCanvas()
218 else if(n == 1) topy = (info.h - sh) >> 1; in MainWindow_cmd_resizeCanvas()
219 else topy = info.h - sh; in MainWindow_cmd_resizeCanvas()
223 if(!drawImage_resizeCanvas(APP_DRAW, info.w, info.h, topx, topy, info.crop)) in MainWindow_cmd_resizeCanvas()
/dports/cad/magic/magic-8.3.245/cif/
H A DCIFwrite.c487 int x, y, topx, topy; local
496 topy = use->cu_yhi - use->cu_ylo;
497 if (topy < 0) topy = -topy;
502 for (y = 0; y <= topy; y++)
515 if (topx > 0 || topy > 0) {
516 if (topx > 0 && topy > 0)
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/common/
H A Dpow.c300 uint32_t topx, topy; in pow() local
305 topy = top12 (y); in pow()
307 || (topy & 0x7ff) - 0x3be >= 0x43e - 0x3be)) in pow()
354 if ((topy & 0x7ff) - 0x3be >= 0x43e - 0x3be) in pow()
359 if ((topy & 0x7ff) < 0x3be) in pow()
367 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (0) in pow()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/AOR_v20.02/math/
H A Dpow.c278 uint32_t topx, topy; in pow() local
283 topy = top12 (y); in pow()
285 || (topy & 0x7ff) - 0x3be >= 0x43e - 0x3be)) in pow()
332 if ((topy & 0x7ff) - 0x3be >= 0x43e - 0x3be) in pow()
337 if ((topy & 0x7ff) < 0x3be) in pow()
345 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (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
283 topy = top12 (y); in pow()
285 || (topy & 0x7ff) - 0x3be >= 0x43e - 0x3be)) in pow()
332 if ((topy & 0x7ff) - 0x3be >= 0x43e - 0x3be) in pow()
337 if ((topy & 0x7ff) < 0x3be) in pow()
345 return (ix > asuint64 (1.0)) == (topy < 0x800) ? __math_oflow (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
264 topy = top12(y); in pow()
266 (topy & 0x7ff) - 0x3be >= 0x43e - 0x3be)) { in pow()
304 if ((topy & 0x7ff) - 0x3be >= 0x43e - 0x3be) { in pow()
308 if ((topy & 0x7ff) < 0x3be) { in pow()
316 return (ix > asuint64(1.0)) == (topy < 0x800) ? in pow()

123456789