Searched refs:endR (Results 1 – 2 of 2) sorted by relevance
335 float endR, Path outPath) {348 float endControl = endR * 0.551915024494f;349 float endHShift = endRect.width() / 2f - endR;350 float endVShift = endRect.height() / 2f - endR;357 float r = (1 - progress) * startR + progress * endR;
333 int endR = (endInt >> 16) & 0xff; in evaluateColorChange() local338 | (int) ((startR + (int) (fraction * (endR - startR))) << 16) in evaluateColorChange()