Home
last modified time | relevance | path

Searched refs:setLastPt (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/docs/examples/
H A DPath_setLastPt_2.cpp16 path.setLastPt(pt2); in REG_FIDDLE()
17 path2.setLastPt(pt); in REG_FIDDLE()
H A DPath_setLastPt.cpp12 path.setLastPt(20, 120); in REG_FIDDLE()
/third_party/skia/src/core/
H A DSkStrokerPriv.cpp37 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper()
204 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY); in MiterJoiner()
H A DSkPath.cpp539 void SkPath::setLastPt(SkScalar x, SkScalar y) { in setLastPt() function in SkPath
1290 this->setLastPt(x, y); in arcTo()
/third_party/skia/include/core/
H A DSkPath.h1382 void setLastPt(SkScalar x, SkScalar y);
1389 void setLastPt(const SkPoint& p) { in setLastPt() function in SkPath
1390 this->setLastPt(p.fX, p.fY); in setLastPt()
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp70 void setLastPt(SkPoint lastPt) { in setLastPt() function in __anon18654::PathRecorder
289 inner->setLastPt(miterMidpt - miterVec); in join()
/third_party/skia/fuzz/
H A DFuzzCommon.cpp213 path->setLastPt(a, b); in FuzzNicePath()
/third_party/skia/tests/
H A DPathTest.cpp3513 path.setLastPt(SkIntToScalar(5), SkIntToScalar(5)); in test_circle()
4058 p.setLastPt(10, 10); in test_get_point()
5503 p.setLastPt(30,01); in DEF_TEST()

Completed in 21 milliseconds