Searched refs:yleft (Results 1 – 1 of 1) sorted by relevance
254 double xleft, yleft; in computeNew() local256 transform(m_aHandles[0L].maPos, xleft, yleft); in computeNew()258 double factor = (yright-yleft)/(xright-xleft); in computeNew()261 m_pNewYValues[ i ] = yleft + ( m_pXValues[ i ] - xleft )*factor; in computeNew()
Completed in 10 milliseconds