Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkAnimateBase.h83 unsigned fTargetIsScope : 1; variable
DSkDisplayApply.cpp518 if (animate->fTargetIsScope == false || mode != kMode_create) in getTarget()
680 if (anim->fTarget == NULL || anim->fTargetIsScope) { in onEndElement()
681 anim->fTargetIsScope = true; in onEndElement()
DSkAnimateBase.cpp52 fMirror(0), fReset(0), fResetPending(0), fTargetIsScope(0) { in SkAnimateBase()