Home | History | Annotate | Download | only in utils

Lines Matching refs:time

28     /** Return the start and end time for this interpolator.
30 @param startTime If not null, returns the time (in milliseconds) of the
33 @param endTime If not null, returns the time (in milliseconds) of the
50 @param repeatCount Multiplies the total time by this scalar.
62 Result timeToT(SkMSec time, SkScalar* T, int* index, SkBool* exact) const;
70 static SkScalar ComputeRelativeT(SkMSec time, SkMSec prevTime,
95 @param index The index of this frame (frames must be ordered by time)
96 @param time The millisecond time for this frame
104 bool setKeyFrame(int index, SkMSec time, const SkScalar values[],
107 /** Return the computed values given the specified time. Return whether
111 @param time The time to sample (in milliseconds)
114 Result timeToValues(SkMSec time, SkScalar values[] = NULL) const;