Searched refs:hue (Results 1 – 17 of 17) sorted by relevance
81 int hue = (int) hsv[0]; in findDominantColorByHue() local82 if (hue < 0 || hue >= hueScoreHistogram.length) { in findDominantColorByHue()90 hueScoreHistogram[hue] += score; in findDominantColorByHue()91 if (hueScoreHistogram[hue] > highScore) { in findDominantColorByHue()92 highScore = hueScoreHistogram[hue]; in findDominantColorByHue()93 bestHue = hue; in findDominantColorByHue()108 int hue = (int) hsv[0]; in findDominantColorByHue() local109 if (hue == bestHue) { in findDominantColorByHue()
43 public static float hue(int color) { in hue() method in MaterialColorMapUtils85 final float colorHue = hue(color); in calculatePrimaryAndSecondaryColor()90 final float comparedHue = hue(primaryColor); in calculatePrimaryAndSecondaryColor()
109 double hue = Math.PI * 2 * (mDotX - mBorder) / (mHeight - 2 * mBorder); in onTouchEvent() local110 mHSVO[0] = ((float) Math.toDegrees(hue) + 360) % 360; in onTouchEvent()180 double hue = mHSVO[0]; in updateDot() local183 mDotX = (float) (mBorder + (mHeight - 2 * mBorder) * Math.toRadians(hue) / (Math.PI * 2)); in updateDot()
97 float hue = 360 * (x) / (float) w; in fillBitmap() local99 mTmpHSV[0] = hue; in fillBitmap()
180 double hue = mHSVO[0]; in updateDot() local
115 final float colorHue = hue(color); in calculatePrimaryAndSecondaryColor()120 final float comparedHue = hue(primaryColor); in calculatePrimaryAndSecondaryColor()149 public static float hue(int color) { in hue() method in MaterialColorMapUtils
41 representation.setTextId(R.string.hue); in getDefaultRepresentation()
44 "filters/hue.c",
1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...