Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrokerPriv.cpp43 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper()
220 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY); in MiterJoiner()
DSkPath.cpp687 void SkPath::setLastPt(SkScalar x, SkScalar y) { in setLastPt() function in SkPath
/external/skia/include/core/
DSkPath.h894 void setLastPt(SkScalar x, SkScalar y);
901 void setLastPt(const SkPoint& p) { in setLastPt() function
902 this->setLastPt(p.fX, p.fY); in setLastPt()
/external/skia/tests/
DPathTest.cpp3092 path.setLastPt(SkIntToScalar(5), SkIntToScalar(5)); in test_circle()
3518 p.setLastPt(10, 10); in test_get_point()