Home | History | Annotate | Download | only in nav

Lines Matching refs:abs

737     if (abs(oldCenter.x() - newCenter.x()) > 2)
739 if (abs(oldCenter.y() - newCenter.y()) > 2)
741 if (abs(bounds.x() - newBounds.x()) > 4)
743 if (abs(bounds.y() - newBounds.y()) > 4)
745 if (abs(bounds.maxX() - newBounds.maxX()) > 4)
747 if (abs(bounds.maxY() - newBounds.maxY()) > 4)