Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPath.h790 void setLastPt(SkScalar x, SkScalar y);
797 void setLastPt(const SkPoint& p) { in setLastPt() function
798 this->setLastPt(p.fX, p.fY); in setLastPt()
/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.cpp644 void SkPath::setLastPt(SkScalar x, SkScalar y) { in setLastPt() function in SkPath
/external/skia/tests/
DPathTest.cpp2976 path.setLastPt(SkIntToScalar(5), SkIntToScalar(5)); in test_circle()
3402 p.setLastPt(10, 10); in test_get_point()