Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDrawExtraPathEffect.cpp117 if (fDraw->addPath->isPath()) { in next()
227 if (addPath == NULL || (addPath->isPath() == false && addPath->isApply() == false)) in onEndElement()
255 if (fDraw->addPath->isPath()) { in next()
337 if (addPath == NULL || (addPath->isPath() == false && addPath->isApply() == false) || in onEndElement()
DSkDrawPath.h45 virtual bool isPath() const { return true; } in isPath() function
DSkDisplayable.h89 virtual bool isPath() const { return false; } in isPath() function
DSkPathParts.cpp37 if (parent->isPath() == false) in setParent()