Searched refs:startB (Results 1 – 5 of 5) sorted by relevance
59 float startB = ( startInt & 0xff) / 255.0f; in evaluate() local70 startB = (float) Math.pow(startB, 2.2); in evaluate()80 float b = startB + fraction * (endB - startB); in evaluate()
67 float startB = ((startInt) & 0xff) / 255.0f; in evaluate() local78 startB = (float) Math.pow(startB, 2.2); in evaluate()88 float b = startB + fraction * (endB - startB); in evaluate()
39 int startB = start & 0xff; in interpolateColor() local49 | (int)((startB + (int)(fraction * (endB - startB)))); in interpolateColor()
295 int startB = startInt & 0xff; in evaluate() local305 (int)((startB + (int)(fraction * (endB - startB)))); in evaluate()
314 int startB = startInt & 0xff; in evaluateColorChange() local325 | (int) ((startB + (int) (fraction * (endB - startB)))); in evaluateColorChange()