Searched refs:endR (Results 1 – 5 of 5) sorted by relevance
63 float endR = ((endInt >> 16) & 0xff) / 255.0f; in evaluate() local72 endR = (float) Math.pow(endR, 2.2); in evaluate()78 float r = startR + fraction * (endR - startR); in evaluate()
71 float endR = ((endInt >> 16) & 0xff) / 255.0f; in evaluate() local80 endR = (float) Math.pow(endR, 2.2); in evaluate()86 float r = startR + fraction * (endR - startR); in evaluate()
42 int endR = (end >> 16) & 0xff; in interpolateColor() local47 | (int)((startR + (int)(fraction * (endR - startR))) << 16) in interpolateColor()
298 int endR = (endInt >> 16) & 0xff; in evaluate() local303 (int)((startR + (int)(fraction * (endR - startR))) << 16) | in evaluate()
318 int endR = (endInt >> 16) & 0xff; in evaluateColorChange() local323 | (int) ((startR + (int) (fraction * (endR - startR))) << 16) in evaluateColorChange()