Searched refs:endB (Results 1 – 3 of 3) sorted by relevance
68 float endB = ( endInt & 0xff) / 255.0f; in evaluate() local77 endB = (float) Math.pow(endB, 2.2); in evaluate()83 float b = startB + fraction * (endB - startB); in evaluate()
46 int endB = end & 0xff; in interpolateColor() local51 (int)((startB + (int)(fraction * (endB - startB)))); in interpolateColor()
300 int endB = endInt & 0xff; in evaluate() local305 (int)((startB + (int)(fraction * (endB - startB)))); in evaluate()