Home
last modified time | relevance | path

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

/dports/math/kmplot/kmplot-21.12.3/kmplot/
H A Dview.cpp516 double View::xToReal( double x ) in xToReal() function in View
3188 bool valid = (x-1.5*stepSize <= xToReal(closest_x)) && (xToReal(closest_x) <= x+0.5*stepSize); in getClosestPoint()
3205 best_x = xToReal( best_pixel_x ); in getClosestPoint()
3598 double real1x = xToReal(p.x() ); in zoomIn()
3601 double real2x = xToReal(p.x() ); in zoomIn()
3616 double _real1x = xToReal(p.x() ); in zoomOut()
3619 double _real2x = xToReal(p.x() ); in zoomOut()
3703 double rdx = xToReal( dx ) - xToReal( 0.0 ); in translateView()
H A Dview.h481 double xToReal( double x );