Searched refs:minimum (Results 1 – 5 of 5) sorted by relevance
54 protected void setValueRange(@Nullable String minimum, in setValueRange() argument56 minimumValue = minimum == null ? null : new BigInteger(minimum); in setValueRange()
690 private boolean fillBuffer(int minimum) throws IOException { in fillBuffer() argument702 if (limit >= minimum) { in fillBuffer()
48 // Initializes the minimum distance from this pixel to the active pixels on89 // Initializes the minimum distance from this pixel to the active pixels on
29 // Initializes the minimum distance from this pixel to the active pixels on
337 void CheckGoldenPixel(int x, int y, const std::array<T, 4>& minimum, in CheckGoldenPixel() argument342 if (actual[i] < minimum[i] || actual[i] > maximum[i]) { in CheckGoldenPixel()351 << "}, minimum: {" << +minimum[0] << ", " << +minimum[1] << ", " in CheckGoldenPixel()352 << +minimum[2] << ", " << +minimum[3] in CheckGoldenPixel()