Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDisplayable.h96 virtual bool isPathPart() const { return false; } in isPathPart() function
DSkPathParts.h28 virtual bool isPathPart() const { return true; } in isPathPart() function
DSkDrawPath.cpp49 SkASSERT(child && child->isPathPart()); in addChild()
/external/skia/legacy/src/animator/
DSkDisplayable.h96 virtual bool isPathPart() const { return false; } in isPathPart() function
DSkPathParts.h28 virtual bool isPathPart() const { return true; } in isPathPart() function
DSkDrawPath.cpp49 SkASSERT(child && child->isPathPart()); in add()