Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp634 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()
[all …]
/external/skqp/src/core/
DSkPath.cpp798 void SkPath::injectMoveToIfNeeded() { in injectMoveToIfNeeded() function in SkPath
815 this->injectMoveToIfNeeded(); in lineTo()
825 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rLineTo()
834 this->injectMoveToIfNeeded(); in quadTo()
846 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rQuadTo()
865 this->injectMoveToIfNeeded(); in conicTo()
879 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rConicTo()
889 this->injectMoveToIfNeeded(); in cubicTo()
903 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rCubicTo()
1408 this->injectMoveToIfNeeded(); in arcTo()
[all …]
/external/skqp/include/core/
DSkPath.h1723 inline void injectMoveToIfNeeded();
/external/skia/include/core/
DSkPath.h1807 inline void injectMoveToIfNeeded();