Searched refs:m_nKHigh (Results 1 – 1 of 1) sorted by relevance
99 lcl_tSizeType m_nKHigh; member in chart::__anon90612cc90111::lcl_SplineCalculation137 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 7 milliseconds