HomeSort by relevance Sort by last modified time
    Searched refs:getMSecs (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/animator/
SkAnimator.h 435 class and override the getMSecs method.
442 virtual SkMSec getMSecs() const = 0;
446 Optional; if not called, the system clock will be used by calling SkTime::GetMSecs instead.
  /external/skia/include/animator/
SkAnimator.h 435 class and override the getMSecs method.
442 virtual SkMSec getMSecs() const = 0;
446 Optional; if not called, the system clock will be used by calling SkTime::GetMSecs instead.
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.cpp 25 virtual SkMSec getMSecs() const {
26 return SkTime::GetMSecs();
207 return fTimeline->getMSecs();
  /external/skia/src/animator/
SkAnimateMaker.cpp 25 virtual SkMSec getMSecs() const {
26 return SkTime::GetMSecs();
207 return fTimeline->getMSecs();

Completed in 212 milliseconds