Home
last modified time | relevance | path

Searched refs:boxpos (Results 1 – 25 of 75) sorted by relevance

123

/dports/games/opensonic/opensnc-src-0.1.4/src/scenes/
H A Dconfirmbox.c37 static v2d_t boxpos; variable
64 boxpos = v2d_new( (VIDEO_SCREEN_W-box->w)/2 , VIDEO_SCREEN_H ); in confirmbox_init()
118 if( boxpos.y <= (VIDEO_SCREEN_H-box->h)/2 ) in confirmbox_update()
121 boxpos.y -= speed*dt; in confirmbox_update()
126 if( boxpos.y >= VIDEO_SCREEN_H ) { in confirmbox_update()
132 boxpos.y += speed*dt; in confirmbox_update()
136 …icon->position = v2d_new(boxpos.x + current_option*box->w/option_count + 10, boxpos.y + box->h*0.7… in confirmbox_update()
137 textfnt->position = v2d_new(boxpos.x + 10 , boxpos.y + 10); in confirmbox_update()
139 …optionfnt[i][0]->position = v2d_new(boxpos.x + i*box->w/option_count + 25, boxpos.y + box->h*0.75); in confirmbox_update()
175 image_draw(box, video_get_backbuffer(), boxpos.x, boxpos.y, IF_NONE); in confirmbox_render()
/dports/games/stormbaancoureur/stormbaancoureur-2.1.6/src-common/
H A Dbrickwall.h26 sgVec3 boxpos;; in BrickWall() local
35 sgSetVec3(boxpos, pos[0], y0, pos[2]+z*dz); in BrickWall()
36 boxes[i] = new DynamicBoxObject(model_half, world, space, boxpos, boxscl_half); in BrickWall()
40 sgSetVec3(boxpos, pos[0], y1, pos[2]+z*dz); in BrickWall()
41 boxes[i] = new DynamicBoxObject(model_half, world, space, boxpos, boxscl_half); in BrickWall()
48 sgSetVec3(boxpos, pos[0], y, pos[2]+z*dz); in BrickWall()
49 boxes[i] = new DynamicBoxObject(model_full, world, space, boxpos, boxscl_full); in BrickWall()
60 sgSetVec3(boxpos, pos[0], y, pos[2]+z*dz); in BrickWall()
61 boxes[i] = new DynamicBoxObject(model_full, world, space, boxpos, boxscl_full); in BrickWall()
/dports/games/crashtest/crashtest-1.1/src-common/
H A Dbrickwall.h26 sgVec3 boxpos;; in BrickWall() local
35 sgSetVec3(boxpos, pos[0], y0, pos[2]+z*dz); in BrickWall()
36 boxes[i] = new DynamicBoxObject(model_half, world, space, boxpos, boxscl_half); in BrickWall()
40 sgSetVec3(boxpos, pos[0], y1, pos[2]+z*dz); in BrickWall()
41 boxes[i] = new DynamicBoxObject(model_half, world, space, boxpos, boxscl_half); in BrickWall()
48 sgSetVec3(boxpos, pos[0], y, pos[2]+z*dz); in BrickWall()
49 boxes[i] = new DynamicBoxObject(model_full, world, space, boxpos, boxscl_full); in BrickWall()
60 sgSetVec3(boxpos, pos[0], y, pos[2]+z*dz); in BrickWall()
61 boxes[i] = new DynamicBoxObject(model_full, world, space, boxpos, boxscl_full); in BrickWall()
/dports/games/stormbaancoureur/stormbaancoureur-2.1.6/src-stormbaancoureur/
H A Dcratewall.h25 sgVec3 boxpos, boxscl; in CrateWall() local
27 sgSetVec3(boxpos, pos[0], pos[1]+(x-0.5*(w-1))*dx, pos[2]+z*dz); in CrateWall()
28 boxpos[0] += 0.0006*((rand()%128)-64.0); in CrateWall()
29 boxpos[1] += 0.0006*((rand()%128)-64.0); in CrateWall()
31 boxes[i] = new DynamicBoxObject(model, world, space, boxpos, boxscl); in CrateWall()
/dports/games/heretic/glheretic-1.2/
H A Dr_bsp.c315 int boxx, boxy, boxpos; in R_CheckBBox() local
336 boxpos = (boxy<<2)+boxx; in R_CheckBBox()
337 if (boxpos == 5) in R_CheckBBox()
340 x1 = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
341 y1 = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
342 x2 = bspcoord[checkcoord[boxpos][2]]; in R_CheckBBox()
343 y2 = bspcoord[checkcoord[boxpos][3]]; in R_CheckBBox()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dr_bsp.c324 int boxx, boxy, boxpos; in R_CheckBBox() local
345 boxpos = (boxy << 2) + boxx; in R_CheckBBox()
346 if (boxpos == 5) in R_CheckBBox()
349 x1 = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
350 y1 = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
351 x2 = bspcoord[checkcoord[boxpos][2]]; in R_CheckBBox()
352 y2 = bspcoord[checkcoord[boxpos][3]]; in R_CheckBBox()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dr_bsp.c384 int boxpos; in R_CheckBBox() local
417 boxpos = (boxy<<2)+boxx; in R_CheckBBox()
418 if (boxpos == 5) in R_CheckBBox()
421 x1 = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
422 y1 = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
423 x2 = bspcoord[checkcoord[boxpos][2]]; in R_CheckBBox()
424 y2 = bspcoord[checkcoord[boxpos][3]]; in R_CheckBBox()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dr_bsp.c384 int boxpos; in R_CheckBBox() local
417 boxpos = (boxy<<2)+boxx; in R_CheckBBox()
418 if (boxpos == 5) in R_CheckBBox()
421 x1 = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
422 y1 = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
423 x2 = bspcoord[checkcoord[boxpos][2]]; in R_CheckBBox()
424 y2 = bspcoord[checkcoord[boxpos][3]]; in R_CheckBBox()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dr_bsp.c324 int boxx, boxy, boxpos; in R_CheckBBox() local
345 boxpos = (boxy << 2) + boxx; in R_CheckBBox()
346 if (boxpos == 5) in R_CheckBBox()
349 x1 = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
350 y1 = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
351 x2 = bspcoord[checkcoord[boxpos][2]]; in R_CheckBBox()
352 y2 = bspcoord[checkcoord[boxpos][3]]; in R_CheckBBox()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dr_bsp.c324 int boxx, boxy, boxpos; in R_CheckBBox() local
345 boxpos = (boxy << 2) + boxx; in R_CheckBBox()
346 if (boxpos == 5) in R_CheckBBox()
349 x1 = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
350 y1 = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
351 x2 = bspcoord[checkcoord[boxpos][2]]; in R_CheckBBox()
352 y2 = bspcoord[checkcoord[boxpos][3]]; in R_CheckBBox()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dr_bsp.c384 int boxpos; in R_CheckBBox() local
417 boxpos = (boxy<<2)+boxx; in R_CheckBBox()
418 if (boxpos == 5) in R_CheckBBox()
421 x1 = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
422 y1 = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
423 x2 = bspcoord[checkcoord[boxpos][2]]; in R_CheckBBox()
424 y2 = bspcoord[checkcoord[boxpos][3]]; in R_CheckBBox()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dr_bsp.c358 int boxx, boxy, boxpos; in R_CheckBBox() local
379 boxpos = (boxy << 2) + boxx; in R_CheckBBox()
380 if (boxpos == 5) in R_CheckBBox()
383 x1 = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
384 y1 = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
385 x2 = bspcoord[checkcoord[boxpos][2]]; in R_CheckBBox()
386 y2 = bspcoord[checkcoord[boxpos][3]]; in R_CheckBBox()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dr_bsp.c415 int boxpos; in R_CheckBBox() local
448 boxpos = (boxy<<2)+boxx; in R_CheckBBox()
449 if (boxpos == 5) in R_CheckBBox()
452 x1 = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
453 y1 = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
454 x2 = bspcoord[checkcoord[boxpos][2]]; in R_CheckBBox()
455 y2 = bspcoord[checkcoord[boxpos][3]]; in R_CheckBBox()
/dports/games/uhexen/uhexen-0.601/src/
H A Dr_bsp.c312 int boxx, boxy, boxpos; in R_CheckBBox() local
337 boxpos = (boxy<<2)+boxx; in R_CheckBBox()
338 if (boxpos == 5) in R_CheckBBox()
341 x1 = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
342 y1 = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
343 x2 = bspcoord[checkcoord[boxpos][2]]; in R_CheckBBox()
344 y2 = bspcoord[checkcoord[boxpos][3]]; in R_CheckBBox()
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/examples/
H A Dpuzzle.g68 boxpos, # list with position of the free square
121 boxpos:= [ m, n ];
148 if i = boxpos[1] then
150 k:= boxpos[2];
173 boxpos[2]:= j;
175 elif j = boxpos[2] then
177 k:= boxpos[1];
200 boxpos[1]:= i;
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_bsp.c715 int boxpos; in R_CheckBBox() local
725 boxpos = 0; in R_CheckBBox()
727 boxpos = 1; in R_CheckBBox()
729 boxpos = 2; in R_CheckBBox()
732 boxpos |= 0; in R_CheckBBox()
734 boxpos |= 1<<2; in R_CheckBBox()
736 boxpos |= 2<<2; in R_CheckBBox()
738 if (boxpos == 5) in R_CheckBBox()
741 x1 = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
742 y1 = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
[all …]
/dports/science/R-cran-Epi/Epi/R/
H A Dboxes.MS.R106 function( obj, boxpos = FALSE, argument
278 if( is.list(boxpos) )
280 names(boxpos) <- tolower( names(boxpos) )
281 if( length(intersect(names(boxpos),c("x","y")))<2 )
283 if( length(boxpos$x) != n.st | length(boxpos$y) != n.st )
285 xx <- boxpos$x
286 yy <- boxpos$y
288 if( is.logical(boxpos) )
289 if( boxpos )
H A Dapc.LCa.R51 boxes.matrix( TM, boxpos=bp, hm=1.5, wm=1.5, ... )
57 boxes.matrix( TM, boxpos=bp, hm=1.5, wm=1.5, ... )
/dports/science/R-cran-Epi/Epi/man/
H A Dboxes.MS.Rd34 boxpos = FALSE,
289 boxes.matrix( tm, boxpos=TRUE )
293 zz <- boxes( tm, boxpos=TRUE, txt.arr=c(expression(lambda[C]),
313 boxes( dmi, boxpos=TRUE )
314 boxes( dmi, boxpos=TRUE, show.BE=TRUE )
315 boxes( dmi, boxpos=TRUE, show.BE="nz" )
323 boxes( dmR, boxpos=TRUE )
324 boxes( dmR, boxpos=TRUE, show.D=FALSE )
325 boxes( dmR, boxpos=TRUE, show.D=FALSE, show.Y=FALSE )
326 boxes( dmR, boxpos=TRUE, scale.R=1000 )
[all …]
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dr_bsp.c409 int boxpos; in R_CheckBBox() local
414 boxpos = (viewx <= bspcoord[BOXLEFT] ? 0 : viewx < bspcoord[BOXRIGHT ] ? 1 : 2) + in R_CheckBBox()
417 if (boxpos == 5) in R_CheckBBox()
420 check = checkcoord[boxpos]; in R_CheckBBox()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dr_bsp.cpp590 int boxpos = (viewx <= bspcoord[BOXLEFT] ? 0 : viewx < bspcoord[BOXRIGHT ] ? 1 : 2) + in R_CheckBBox() local
593 if (boxpos == 5) in R_CheckBBox()
596 fixed_t xl = bspcoord[checkcoord[boxpos][0]]; in R_CheckBBox()
597 fixed_t yl = bspcoord[checkcoord[boxpos][1]]; in R_CheckBBox()
598 fixed_t xh = bspcoord[checkcoord[boxpos][2]]; in R_CheckBBox()
599 fixed_t yh = bspcoord[checkcoord[boxpos][3]]; in R_CheckBBox()
/dports/games/prboom/prboom-2.5.0/src/
H A Dr_bsp.c431 int boxpos; in R_CheckBBox() local
436 boxpos = (viewx <= bspcoord[BOXLEFT] ? 0 : viewx < bspcoord[BOXRIGHT ] ? 1 : 2) + in R_CheckBBox()
439 if (boxpos == 5) in R_CheckBBox()
442 check = checkcoord[boxpos]; in R_CheckBBox()
/dports/graphics/gscan2pdf/gscan2pdf-2.12.4/lib/Gscan2pdf/Canvas/
H A DBbox.pm246 my @boxpos = $child->get_centroid;
247 if ( $boxpos[$axis] > $newboxpos[$axis] ) {
254 my @boxpos = $self->get_child($l)->get_centroid;
255 if ( $boxpos[$axis] < $newboxpos[$axis] ) {
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_bsp.c525 int boxpos; in R_CheckBBox() local
530 boxpos = (viewx <= bspcoord[BOXLEFT] ? 0 : viewx < bspcoord[BOXRIGHT ] ? 1 : 2) + in R_CheckBBox()
533 if (boxpos == 5) in R_CheckBBox()
536 check = checkcoord[boxpos]; in R_CheckBBox()
/dports/science/R-cran-Epi/Epi/vignettes/
H A Dflup.R145 boxes( dmC, boxpos=TRUE, scale.R=1000, show.BE=TRUE )
505 boxes( dmCs, boxpos=list(x=c(15,15,85,85),
536 boxes( dmM, boxpos=list(x=c(15,80,40,40,85,85),
545 boxes( dmMr, boxpos=list(x=c(15,50,15,85,85),

123