Home
last modified time | relevance | path

Searched refs:exploderadius (Results 1 – 7 of 7) sorted by relevance

/dports/mail/squirrelmail-translations/squirrelmail.locales/support/smstats/includes/
H A Djpgraph_pie3d.php657 … function StrokeFullSliceFrame($img,$xc,$yc,$sa,$ea,$w,$h,$z,$edgecolor,$exploderadius,$fulledge) { argument
660 if( $exploderadius > 0 ) {
662 $xc += $exploderadius*cos($la);
663 $yc -= $exploderadius*sin($la) * ($h/$w) ;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/plot/
H A DPiePlot3D.php749 …n StrokeFullSliceFrame($img, $xc, $yc, $sa, $ea, $w, $h, $z, $edgecolor, $exploderadius, $fulledge) argument
753 if ($exploderadius > 0) {
755 $xc += $exploderadius * cos($la);
756 $yc -= $exploderadius * sin($la) * ($h / $w);
/dports/devel/rth/rth/jpgraph-1.8/jpgraph-1.18/src/
H A Djpgraph_pie3d.php704 … function StrokeFullSliceFrame($img,$xc,$yc,$sa,$ea,$w,$h,$z,$edgecolor,$exploderadius,$fulledge) { argument
707 if( $exploderadius > 0 ) {
709 $xc += $exploderadius*cos($la);
710 $yc -= $exploderadius*sin($la) * ($h/$w) ;
/dports/deskutils/moregroupware/moregroupware/include/jpgraph1/
H A Djpgraph_pie3d.php714 … function StrokeFullSliceFrame($img,$xc,$yc,$sa,$ea,$w,$h,$z,$edgecolor,$exploderadius,$fulledge) { argument
717 if( $exploderadius > 0 ) {
719 $xc += $exploderadius*cos($la);
720 $yc -= $exploderadius*sin($la) * ($h/$w) ;
/dports/deskutils/moregroupware/moregroupware/include/jpgraph2/
H A Djpgraph_pie3d.php714 … function StrokeFullSliceFrame($img,$xc,$yc,$sa,$ea,$w,$h,$z,$edgecolor,$exploderadius,$fulledge) { argument
717 if( $exploderadius > 0 ) {
719 $xc += $exploderadius*cos($la);
720 $yc -= $exploderadius*sin($la) * ($h/$w) ;
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A Djpgraph_pie3d.php718 … function StrokeFullSliceFrame($img,$xc,$yc,$sa,$ea,$w,$h,$z,$edgecolor,$exploderadius,$fulledge) { argument
721 if( $exploderadius > 0 ) {
723 $xc += $exploderadius*cos($la);
724 $yc -= $exploderadius*sin($la) * ($h/$w) ;
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_enemy.c13508 static fixed_t exploderadius; variable
13524 if (dm >= exploderadius || !P_CheckSight(barrel, nearby)) // out of range or not visible in PIT_TNTExplode()
13605 exploderadius = 256*FRACUNIT; in A_TNTExplode()
13607 xl = (unsigned)(actor->x - exploderadius - bmaporgx)>>MAPBLOCKSHIFT; in A_TNTExplode()
13608 xh = (unsigned)(actor->x + exploderadius - bmaporgx)>>MAPBLOCKSHIFT; in A_TNTExplode()
13609 yl = (unsigned)(actor->y - exploderadius - bmaporgy)>>MAPBLOCKSHIFT; in A_TNTExplode()
13610 yh = (unsigned)(actor->y + exploderadius - bmaporgy)>>MAPBLOCKSHIFT; in A_TNTExplode()