Searched refs:startInt (Results 1 – 2 of 2) sorted by relevance
42 int startInt = (Integer) startValue; in evaluate() local43 int startA = (startInt >> 24) & 0xff; in evaluate()44 int startR = (startInt >> 16) & 0xff; in evaluate()45 int startG = (startInt >> 8) & 0xff; in evaluate()46 int startB = startInt & 0xff; in evaluate()
39 int startInt = startValue; in evaluate() local40 return (int)(startInt + fraction * (endValue - startInt)); in evaluate()