Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp747 void SkPath::injectMoveToIfNeeded() { in injectMoveToIfNeeded() function in SkPath
764 this->injectMoveToIfNeeded(); in lineTo()
773 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rLineTo()
782 this->injectMoveToIfNeeded(); in quadTo()
793 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rQuadTo()
812 this->injectMoveToIfNeeded(); in conicTo()
825 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rConicTo()
835 this->injectMoveToIfNeeded(); in cubicTo()
848 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rCubicTo()
1337 this->injectMoveToIfNeeded(); in arcTo()
[all …]
/external/skia/include/core/
DSkPath.h1174 inline void injectMoveToIfNeeded();