Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDisplayApply.cpp657 SkADrawable* scopePtr = scope; in onEndElement() local
658 while (scopePtr && scopePtr->isApply()) { in onEndElement()
659 SkApply* scopedApply = (SkApply*) scopePtr; in onEndElement()
664 scopePtr = scopedApply->scope; in onEndElement()