Home
last modified time | relevance | path

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

/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dplotdraw.cpp451 double t2_yy1 = yy1; in DrawSpline() local
454 if (ClipLineToRect(t2_xx1, t2_yy1, t2_xmid, t2_ymid, m_rect) != ClippedOut) in DrawSpline()
465 m_dc->DrawLine((int)t2_xx1, (int)t2_yy1, (int)t2_xmid, (int)t2_ymid); in DrawSpline()