Lines Matching refs:injectMoveToIfNeeded
634 void SkPath::injectMoveToIfNeeded() { in injectMoveToIfNeeded() function in SkPath
651 this->injectMoveToIfNeeded(); in lineTo()
660 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rLineTo()
669 this->injectMoveToIfNeeded(); in quadTo()
680 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rQuadTo()
699 this->injectMoveToIfNeeded(); in conicTo()
713 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rConicTo()
723 this->injectMoveToIfNeeded(); in cubicTo()
736 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rCubicTo()
1157 this->injectMoveToIfNeeded(); in arcTo()
1323 this->injectMoveToIfNeeded(); in arcTo()
1402 injectMoveToIfNeeded(); // In case last contour is closed in addPath()