Lines Matching refs:restriction
37 restriction: Range2d? in intrinsicHistogram()
54 if (restriction != null) { in intrinsicHistogram()
56 options.setX(restriction.startX, restriction.endX) in intrinsicHistogram()
57 options.setY(restriction.startY, restriction.endY) in intrinsicHistogram()
75 restriction: Range2d? in intrinsicHistogram()
89 if (restriction != null) { in intrinsicHistogram()
91 options.setX(restriction.startX, restriction.endX) in intrinsicHistogram()
92 options.setY(restriction.startY, restriction.endY) in intrinsicHistogram()
113 restriction: Range2d? in intrinsicHistogramDot()
139 if (restriction != null) { in intrinsicHistogramDot()
141 options.setX(restriction.startX, restriction.endX) in intrinsicHistogramDot()
142 options.setY(restriction.startY, restriction.endY) in intrinsicHistogramDot()
160 restriction: Range2d? in intrinsicHistogramDot()
182 if (restriction != null) { in intrinsicHistogramDot()
184 options.setX(restriction.startX, restriction.endX) in intrinsicHistogramDot()
185 options.setY(restriction.startY, restriction.endY) in intrinsicHistogramDot()