Searched refs:startR (Results 1 – 3 of 3) sorted by relevance
60 float startR = ((startInt >> 16) & 0xff) / 255.0f; in evaluate() local71 startR = (float) Math.pow(startR, 2.2); in evaluate()81 float r = startR + fraction * (endR - startR); in evaluate()
39 int startR = (start >> 16) & 0xff; in interpolateColor() local49 (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()