Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkAnimateBase.h33 virtual bool hasExecute() const;
DSkAnimateBase.cpp134 bool SkAnimateBase::hasExecute() const in hasExecute() function in SkAnimateBase
DSkDisplayApply.cpp116 if (animator->hasExecute() || type == SkType_MemberFunction || type == SkType_MemberProperty) { in applyValues()
117 SkDisplayable* executor = animator->hasExecute() ? animator : target; in applyValues()