Searched refs:startR (Results 1 – 5 of 5) sorted by relevance
57 float startR = ((startInt >> 16) & 0xff) / 255.0f; in evaluate() local68 startR = (float) Math.pow(startR, 2.2); in evaluate()78 float r = startR + fraction * (endR - startR); in evaluate()
65 float startR = ((startInt >> 16) & 0xff) / 255.0f; in evaluate() local76 startR = (float) Math.pow(startR, 2.2); in evaluate()86 float r = startR + fraction * (endR - startR); in evaluate()
37 int startR = (start >> 16) & 0xff; in interpolateColor() local47 | (int)((startR + (int)(fraction * (endR - startR))) << 16) in interpolateColor()
293 int startR = (startInt >> 16) & 0xff; in evaluate() local303 (int)((startR + (int)(fraction * (endR - startR))) << 16) | in evaluate()
312 int startR = (startInt >> 16) & 0xff; in evaluateColorChange() local323 | (int) ((startR + (int) (fraction * (endR - startR))) << 16) in evaluateColorChange()