Home
last modified time | relevance | path

Searched refs:isBelowThreshold (Results 1 – 14 of 14) sorted by relevance

/dports/biology/jalview/jalview/src/jalview/schemes/
H A DFeatureColour.java483 setBelowThreshold(fc.isBelowThreshold()); in FeatureColour()
605 public boolean isBelowThreshold() in isBelowThreshold() method in FeatureColour
735 if (isBelowThreshold() && scr >= threshold) in getColor()
793 return isAboveThreshold() || isBelowThreshold(); in hasThreshold()
861 if (isBelowThreshold()) in toJalviewFormat()
922 || (isBelowThreshold() && scr >= threshold)); in isOutwithThreshold()
953 if (isAboveThreshold() || isBelowThreshold()) in getDescription()
/dports/biology/jalview/jalview/src/jalview/api/
H A DFeatureColourI.java90 boolean isBelowThreshold(); in isBelowThreshold() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuRGBA.hpp85 …bool isBelowThreshold (RGBA thr) const { return (getRed() <= thr.getRed()) && (getGreen() <= thr… in isBelowThreshold() function in tcu::RGBA
140 return computeAbsDiff(a, b).isBelowThreshold(threshold); in compareThreshold()
H A DtcuRGBA.cpp99 return computeAbsDiffMasked(a, b, cmpMask).isBelowThreshold(threshold); in compareThresholdMasked()
/dports/biology/jalview/jalview/test/jalview/gui/
H A DFeatureSettingsTest.java156 assertTrue(fc.isBelowThreshold()); in testSaveLoad()
/dports/biology/jalview/jalview/test/jalview/schemes/
H A DFeatureColourTest.java586 assertTrue(fc.isBelowThreshold()); in testParseJalviewFeatureColour()
602 assertTrue(fc.isBelowThreshold()); in testParseJalviewFeatureColour()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fColorClearTest.cpp258 bool isPixelOk = diff.isBelowThreshold(colorThreshold); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fColorClearTest.cpp258 bool isPixelOk = diff.isBelowThreshold(colorThreshold); in iterate()
/dports/biology/jalview/jalview/src/jalview/appletgui/
H A DFeatureColourChooser.java166 cs.isAboveThreshold() ? 1 : (cs.isBelowThreshold() ? 2 : 0)); in init()
H A DFeatureRenderer.java122 else if (newcol.isBelowThreshold()) in updateColor()
H A DFeatureSettings.java768 else if (col.isBelowThreshold()) in updateColor()
/dports/biology/jalview/jalview/test/jalview/project/
H A DJalview2xmlTests.java1025 assertTrue(fc.isBelowThreshold()); in testSaveLoadFeatureColoursAndFilters()
/dports/biology/jalview/jalview/src/jalview/gui/
H A DFeatureSettings.java1578 if (gcol.isBelowThreshold()) in renderGraduatedColor()
/dports/biology/jalview/jalview/src/jalview/project/
H A DJalview2XML.java1573 : (fcol.isBelowThreshold() ? 0 : -1)); in saveState()
6361 : (fcol.isBelowThreshold() ? ThresholdType.BELOW