Searched refs:offsetTime (Results 1 – 1 of 1) sorted by relevance
182 SkMSec offsetTime = time - startTime; in timeToT() local184 if (offsetTime >= endTime) { in timeToT()186 offsetTime = fraction == 0 && fRepeat > 0 in timeToT()192 offsetTime = offsetTime % (totalTime << mirror); in timeToT()193 if (offsetTime > totalTime) { // can only be true if fMirror is true in timeToT()194 offsetTime = (totalTime << 1) - offsetTime; in timeToT()197 time = offsetTime + startTime; in timeToT()