Searched refs:hasExecute (Results 1 – 3 of 3) sorted by relevance
33 virtual bool hasExecute() const;
134 bool SkAnimateBase::hasExecute() const in hasExecute() function in SkAnimateBase
116 if (animator->hasExecute() || type == SkType_MemberFunction || type == SkType_MemberProperty) { in applyValues()117 SkDisplayable* executor = animator->hasExecute() ? animator : target; in applyValues()