Lines Matching full:time
35 /** Return the start and end time for this interpolator.
37 @param startTime If not null, returns the time (in milliseconds) of the
40 @param endTime If not null, returns the time (in milliseconds) of the
57 @param repeatCount Multiplies the total time by this scalar.
69 Result timeToT(SkMSec time, SkScalar* T, int* index, SkBool* exact) const;
77 static SkScalar ComputeRelativeT(SkMSec time, SkMSec prevTime,
102 @param index The index of this frame (frames must be ordered by time)
103 @param time The millisecond time for this frame
111 bool setKeyFrame(int index, SkMSec time, const SkScalar values[],
114 /** Return the computed values given the specified time. Return whether
118 @param time The time to sample (in milliseconds)
121 Result timeToValues(SkMSec time, SkScalar values[] = NULL) const;