Searched refs:endInt (Results 1 – 1 of 1) sorted by relevance
109 int endInt = colorEnd; in getColor() local110 int endA = (endInt >> 24) & 0xff; in getColor()111 int endR = (endInt >> 16) & 0xff; in getColor()112 int endG = (endInt >> 8) & 0xff; in getColor()113 int endB = endInt & 0xff; in getColor()