Searched refs:isPointLessThanUnwrapBelowX (Results 1 – 3 of 3) sorted by relevance
77 const bool isPointLessThanUnwrapBelowX = (coord.x() < leftBound.x()); in wrapPath() local79 if (isPointLessThanUnwrapBelowX) in wrapPath()122 const bool isPointLessThanUnwrapBelowX = (coord.x() < geoLeftBound.x()); in wrapPath() local124 if (isPointLessThanUnwrapBelowX) in wrapPath()
194 const bool isPointLessThanUnwrapBelowX = (wrappedProjection.x() < leftBoundWrapped.x()); in updateSourcePoints() local196 if (preserveGeometry_ && isPointLessThanUnwrapBelowX) { in updateSourcePoints()389 const bool isPointLessThanUnwrapBelowX = (coord.x() < leftBound.x()); in wrapPath() local391 if (isPointLessThanUnwrapBelowX) in wrapPath()
421 const bool isPointLessThanUnwrapBelowX = (wrappedProjection.x() < leftBoundWrapped.x()); in clipPath() local423 if (preserveGeometry_ && isPointLessThanUnwrapBelowX) { in clipPath()