HomeSort by relevance Sort by last modified time
    Searched refs:SkMSec (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayScreenplay.h 18 SkMSec time;
SkAnimateActive.h 26 void create(SkDrawable* scope, SkMSec time);
30 SkMSec getTime(SkMSec inTime, int animatorIndex);
51 SkMSec getRelativeTime(SkMSec time);
59 SkMSec fBegin;
60 SkMSec fStartTime;
61 SkMSec fDuration;
62 SkMSec fSave;
63 SkMSec fTicks
    [all...]
SkOperandInterpolator.h 35 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1);
36 Result timeToValues(SkMSec time, SkOperand values[]) const;
SkAnimateMaker.h 53 void delayEnable(SkApply* apply, SkMSec time);
73 SkMSec getAppTime() const; // call caller to get current time
78 SkMSec getInTime() { return fDisplayList.getTime(); }
87 void notifyInvalTime(SkMSec time);
88 void postOnEnd(SkAnimateBase* animate, SkMSec end);
92 void setEnableTime(SkMSec appTime, SkMSec expectedTime);
107 SkMSec fAdjustedStart;
109 SkMSec fEnableTime;
114 SkMSec fMinimumInterval
    [all...]
SkAnimateBase.h 37 SkMSec getStart() const { return fStart; }
50 SkMSec begin;
52 SkMSec dur;
64 SkMSec fStart; // corrected time when this apply was enabled
SkDisplayApply.h 40 SkDisplayTypes , SkMSec time);
62 bool interpolate(SkAnimateMaker& , SkMSec time);
73 // virtual void setTime(SkMSec time);
78 SkMSec begin;
81 SkMSec interval;
93 SkMSec fLastTime; // used only to return script property time
SkTime.cpp 15 SkMSec gForceTickCount = (SkMSec) -1;
35 SkMSec SkTime::GetMSecs()
38 if (gForceTickCount != (SkMSec) -1)
69 SkMSec SkTime::GetMSecs()
  /external/skia/src/animator/
SkDisplayScreenplay.h 18 SkMSec time;
SkAnimateActive.h 26 void create(SkDrawable* scope, SkMSec time);
30 SkMSec getTime(SkMSec inTime, int animatorIndex);
51 SkMSec getRelativeTime(SkMSec time);
59 SkMSec fBegin;
60 SkMSec fStartTime;
61 SkMSec fDuration;
62 SkMSec fSave;
63 SkMSec fTicks
    [all...]
SkOperandInterpolator.h 35 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1);
36 Result timeToValues(SkMSec time, SkOperand values[]) const;
SkAnimateMaker.h 53 void delayEnable(SkApply* apply, SkMSec time);
73 SkMSec getAppTime() const; // call caller to get current time
78 SkMSec getInTime() { return fDisplayList.getTime(); }
87 void notifyInvalTime(SkMSec time);
88 void postOnEnd(SkAnimateBase* animate, SkMSec end);
92 void setEnableTime(SkMSec appTime, SkMSec expectedTime);
107 SkMSec fAdjustedStart;
109 SkMSec fEnableTime;
114 SkMSec fMinimumInterval
    [all...]
SkAnimateBase.h 37 SkMSec getStart() const { return fStart; }
50 SkMSec begin;
52 SkMSec dur;
64 SkMSec fStart; // corrected time when this apply was enabled
SkDisplayApply.h 40 SkDisplayTypes , SkMSec time);
62 bool interpolate(SkAnimateMaker& , SkMSec time);
73 // virtual void setTime(SkMSec time);
78 SkMSec begin;
81 SkMSec interval;
93 SkMSec fLastTime; // used only to return script property time
SkTime.cpp 15 SkMSec gForceTickCount = (SkMSec) -1;
35 SkMSec SkTime::GetMSecs()
38 if (gForceTickCount != (SkMSec) -1)
69 SkMSec SkTime::GetMSecs()
  /external/chromium_org/third_party/skia/include/images/
SkMovie.h 39 SkMSec duration();
49 bool setTime(SkMSec);
56 SkMSec fDuration;
63 virtual bool onSetTime(SkMSec) = 0;
71 SkMSec fCurrTime;
  /external/skia/include/images/
SkMovie.h 39 SkMSec duration();
49 bool setTime(SkMSec);
56 SkMSec fDuration;
63 virtual bool onSetTime(SkMSec) = 0;
71 SkMSec fCurrTime;
  /external/chromium_org/third_party/skia/include/core/
SkTime.h 31 static SkMSec GetMSecs();
35 extern SkMSec gForceTickCount;
46 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
53 SkMSec dur = SkTime::GetMSecs() - fNow;
60 SkMSec fNow;
61 SkMSec fMinToDump;
  /external/skia/include/core/
SkTime.h 31 static SkMSec GetMSecs();
35 extern SkMSec gForceTickCount;
46 SkAutoTime(const char* label = NULL, SkMSec minToDump = 0) : fLabel(label)
53 SkMSec dur = SkTime::GetMSecs() - fNow;
60 SkMSec fNow;
61 SkMSec fMinToDump;
  /external/chromium_org/third_party/skia/include/utils/
SkInterpolator.h 38 bool getDuration(SkMSec* startTime, SkMSec* endTime) const;
62 Result timeToT(SkMSec time, SkScalar* T, int* index, SkBool* exact) const;
70 static SkScalar ComputeRelativeT(SkMSec time, SkMSec prevTime,
71 SkMSec nextTime, const SkScalar blend[4] = NULL);
77 SkMSec fTime;
104 bool setKeyFrame(int index, SkMSec time, const SkScalar values[],
114 Result timeToValues(SkMSec time, SkScalar values[] = NULL) const;
  /external/skia/include/utils/
SkInterpolator.h 38 bool getDuration(SkMSec* startTime, SkMSec* endTime) const;
62 Result timeToT(SkMSec time, SkScalar* T, int* index, SkBool* exact) const;
70 static SkScalar ComputeRelativeT(SkMSec time, SkMSec prevTime,
71 SkMSec nextTime, const SkScalar blend[4] = NULL);
77 SkMSec fTime;
104 bool setKeyFrame(int index, SkMSec time, const SkScalar values[],
114 Result timeToValues(SkMSec time, SkScalar values[] = NULL) const;
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_SDL.h 23 static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
  /external/chromium_org/third_party/skia/src/images/
SkMovie.cpp 16 #define UNINITIALIZED_MSEC ((SkMSec)-1)
31 SkMSec SkMovie::duration()
55 bool SkMovie::setTime(SkMSec time)
57 SkMSec dur = this->duration();
  /external/skia/include/views/
SkOSWindow_SDL.h 23 static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
  /external/skia/src/images/
SkMovie.cpp 16 #define UNINITIALIZED_MSEC ((SkMSec)-1)
31 SkMSec SkMovie::duration()
55 bool SkMovie::setTime(SkMSec time)
57 SkMSec dur = this->duration();
  /external/chromium_org/third_party/skia/src/ports/
SkTime_Unix.cpp 34 SkMSec SkTime::GetMSecs()
38 return (SkMSec) (tv.tv_sec * 1000 + tv.tv_usec / 1000 ); // microseconds to milliseconds

Completed in 356 milliseconds

1 2 3 4