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