Home
last modified time | relevance | path

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

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