Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathRef.cpp668 this->setPathRef(path); in Iter()
671 void SkPathRef::Iter::setPathRef(const SkPathRef& path) { in setPathRef() function in SkPathRef::Iter
/external/skia/include/private/
DSkPathRef.h122 void setPathRef(const SkPathRef&);
/external/skia/include/core/
DSkPath.h1047 fRawIter.setPathRef(*path.fPathRef.get()); in setPath()