Home
last modified time | relevance | path

Searched refs:delayEnable (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/animator/
DSkAnimateMaker.h61 void delayEnable(SkApply* apply, SkMSec time);
DSkAnimateMaker.cpp130 void SkAnimateMaker::delayEnable(SkApply* apply, SkMSec time) { in delayEnable() function in SkAnimateMaker
DSkDisplayApply.cpp597 maker.delayEnable(this, state.fStartTime); in interpolate()