Searched refs:isApply (Results 1 – 9 of 9) sorted by relevance
189 if (scope->isApply() || scope->isDrawable() == false) in draw()277 if (scope && scope->isApply()) in enable()289 … bool enableMe = scope && (scope->hasEnable() || scope->isApply() || scope->isDrawable() == false); in enable()299 return scope->isApply() || scope->isDrawable() == false; in enable()314 …if (scope == nullptr || scope->isApply() || scope->getType() == SkType_Movie || scope->isDrawable(… in enable()366 if ((*parentList)[old]->isApply()) { in enable()434 if (pList && old >= 0 && (*pList)[old]->isApply() && (*pList)[old] != this) { in enableDynamic()438 if (oldChild->isApply() && found->copySet(old)) { in enableDynamic()650 if (scope->isApply() || scope->isDrawable() == false) in initialize()658 while (scopePtr && scopePtr->isApply()) { in onEndElement()[all …]
78 if (draw->isApply()) { in SearchForMatch()119 if (draw->isApply() == false) in reset()
113 if (drawable->isApply()) in draw()260 SkASSERT(apply->isApply()); in reset()
73 bool isApply() const { return getType() == SkType_Apply; } in isApply() function
226 if (addPath == nullptr || (addPath->isPath() == false && addPath->isApply() == false)) in onEndElement()344 if (addPath == nullptr || (addPath->isPath() == false && addPath->isApply() == false) || in onEndElement()
134 if (use->isApply()) in enable()
179 SkASSERT(apply->isApply()); in setParent()
228 if (displayable->isApply() == false) in populateInput()
165 SkASSERT(child->isApply()); in doDelayedEvent()