Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/charttypes/
H A DSplines.cxx99 lcl_tSizeType m_nKHigh; member in chart::__anona6960fe00111::lcl_SplineCalculation
137 m_nKHigh( rSortedPoints.size() - 1 ) in lcl_SplineCalculation()
151 m_nKHigh( rSortedPoints.size() - 1 ) in lcl_SplineCalculation()
384 m_nKHigh = n; in GetInterpolatedValue()
388 while( m_nKHigh - m_nKLow > 1 ) in GetInterpolatedValue()
392 m_nKHigh = k; in GetInterpolatedValue()
399 while( ( m_aPoints[ m_nKHigh ].first < x ) && in GetInterpolatedValue()
400 ( m_nKHigh <= n ) ) in GetInterpolatedValue()
402 ++m_nKHigh; in GetInterpolatedValue()
405 OSL_ENSURE( m_nKHigh <= n, "Out of Bounds" ); in GetInterpolatedValue()
[all …]

Completed in 20 milliseconds