Searched refs:wrappedLeftBound (Results 1 – 2 of 2) sorted by relevance
183 QDoubleVector2D wrappedLeftBound(qInf(), qInf()); in updateSourcePoints() local202 …edProjection.x() < wrappedLeftBound.x() || (wrappedProjection.x() == wrappedLeftBound.x() && wrapp… in updateSourcePoints()203 wrappedLeftBound = wrappedProjection; in updateSourcePoints()231 lb.setX(qMax(wrappedLeftBound.x(), lb.x())); in updateSourcePoints()
410 QDoubleVector2D wrappedLeftBound(qInf(), qInf()); in clipPath() local429 …edProjection.x() < wrappedLeftBound.x() || (wrappedProjection.x() == wrappedLeftBound.x() && wrapp… in clipPath()430 wrappedLeftBound = wrappedProjection; in clipPath()463 lb.setX(qMax(wrappedLeftBound.x(), lb.x())); in clipPath()