Searched refs:setLastPt (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/docs/examples/ |
H A D | Path_setLastPt_2.cpp | 16 path.setLastPt(pt2); in REG_FIDDLE() 17 path2.setLastPt(pt); in REG_FIDDLE()
|
H A D | Path_setLastPt.cpp | 12 path.setLastPt(20, 120); in REG_FIDDLE()
|
/third_party/skia/src/core/ |
H A D | SkStrokerPriv.cpp | 37 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 D | SkPath.cpp | 539 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 D | SkPath.h | 1382 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 D | SampleSimpleStroker.cpp | 70 void setLastPt(SkPoint lastPt) { in setLastPt() function in __anon18654::PathRecorder 289 inner->setLastPt(miterMidpt - miterVec); in join()
|
/third_party/skia/fuzz/ |
H A D | FuzzCommon.cpp | 213 path->setLastPt(a, b); in FuzzNicePath()
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 3513 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