Home
last modified time | relevance | path

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

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Grid/
H A DGridRemoval.cpp168 int yAtXMin = (pos1.x() < pos2.x() ? qFloor (pos1.y()) : qFloor (pos2.y())); in removeLine() local
172 int yLine = qFloor (0.5 + (1.0 - s) * yAtXMin + s * yAtXMax); in removeLine()