Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DCalculator.cpp34 inline f32 SolveLinerFunction( f32 x, f32 x1, f32 x2, f32 y1, f32 y2 ) in SolveLinerFunction() argument
36 if ( x1 == x2 ) return ( y1 + y2 ) / 2.0f; in SolveLinerFunction()
37 f32 divider = x1 - x2; in SolveLinerFunction()
38 return x * ( y1 - y2 ) / divider + ( x1 * y2 - x2 * y1 ) / divider; in SolveLinerFunction()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h154 void DrawLine( s32 x1, s32 y1, s32 x2, s32 y2, ut::Color8 color ) in DrawLine() argument
157 math::VEC2(static_cast<f32>(x1), static_cast<f32>(y1)), in DrawLine()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Window.cpp743 const f32 x1 = basePt.x + frameSize.l; in DrawFrame8() local
766 { x1, y0, w1, h0 }, // T in DrawFrame8()
767 { x1, y2, w1, h2 }, // B in DrawFrame8()