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

  /external/skia/src/animator/
SkAnimateBase.h 33 virtual bool hasExecute() const;
SkAnimateBase.cpp 138 bool SkAnimateBase::hasExecute() const
SkDisplayApply.cpp 116 if (animator->hasExecute() || type == SkType_MemberFunction || type == SkType_MemberProperty) {
117 SkDisplayable* executor = animator->hasExecute() ? animator : target;
740 // if (animate->hasExecute())

Completed in 186 milliseconds