Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp699 void SkPath::injectMoveToIfNeeded() { in injectMoveToIfNeeded() function in SkPath
716 this->injectMoveToIfNeeded(); in lineTo()
725 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rLineTo()
734 this->injectMoveToIfNeeded(); in quadTo()
745 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rQuadTo()
764 this->injectMoveToIfNeeded(); in conicTo()
778 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rConicTo()
788 this->injectMoveToIfNeeded(); in cubicTo()
801 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rCubicTo()
1222 this->injectMoveToIfNeeded(); in arcTo()
[all …]
/external/skia/include/core/
DSkPath.h1814 inline void injectMoveToIfNeeded();