Home
last modified time | relevance | path

Searched refs:fxright (Results 1 – 3 of 3) sorted by relevance

/dports/astro/xphoon/xphoon-20000613/
H A Dxphoon.c453 double fxleft, fxright; local
487 fxright = r * sqrt( 1.0 - ( fy * fy ) / ( r * r ) );
488 fxleft = - fxright;
490 fxright *= cap;
495 xright = fxright + cx + 0.5;
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/drivers/
H A DPlugin.cpp379 int fxright; in SetState() local
382 s >> level >> controller >> fxleft >> fxright; in SetState()
388 send->SetDestinationChannel(1, fxright); in SetState()
/dports/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0/src/
H A Dmga_storm.c1442 int fxright = dstX + w; in mgaSubsequentScreenToScreenCopy_FastBlit() local
1444 int tmp_fxright = fxright; in mgaSubsequentScreenToScreenCopy_FastBlit()
1452 tmp_fxright = fxright * 3 + 2; in mgaSubsequentScreenToScreenCopy_FastBlit()
1457 fxright = (tmp_fxright | (1 << shift)); in mgaSubsequentScreenToScreenCopy_FastBlit()
1459 fxright /= 3; in mgaSubsequentScreenToScreenCopy_FastBlit()
1467 OUTREG(MGAREG_FXBNDRY, (fxright << 16) | (dstX & 0xffff)); in mgaSubsequentScreenToScreenCopy_FastBlit()