Lines Matching refs:injectMoveToIfNeeded
747 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()
1527 injectMoveToIfNeeded(); // In case last contour is closed in addPath()