Searched refs:countThreshold (Results 1 – 1 of 1) sorted by relevance
1004 public static AntiAliasPixelCounter aaVerifier(int color1, int color2, int countThreshold) { in aaVerifier() argument1005 return new AntiAliasPixelCounter(color1, color2, countThreshold, false); in aaVerifier()1012 AntiAliasPixelCounter(int color1, int color2, int countThreshold, boolean thresholdIsMax) { in AntiAliasPixelCounter() argument1015 mCountThreshold = countThreshold; in AntiAliasPixelCounter()