Searched refs:setLastPt (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/skia/src/core/ |
H A D | SkStrokerPriv.cpp | 39 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY); in SquareCapper() 206 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY); in MiterJoiner()
|
H A D | SkPath.cpp | 608 void SkPath::setLastPt(SkScalar x, SkScalar y) { in setLastPt() function in SkPath 1374 this->setLastPt(x, y); in arcTo()
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkPath.h | 1421 void setLastPt(SkScalar x, SkScalar y); 1428 void setLastPt(const SkPoint& p) { in setLastPt() function 1429 this->setLastPt(p.fX, p.fY); in setLastPt()
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | SimpleStrokerSlide.cpp | 73 void setLastPt(SkPoint lastPt) { in setLastPt() function in __anon30b7c6950111::PathRecorder 292 inner->setLastPt(miterMidpt - miterVec); in join()
|
/aosp_15_r20/external/skia/fuzz/ |
H A D | FuzzCommon.cpp | 222 path->setLastPt(a, b); in FuzzNicePath()
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | Path.cpp | 217 obj->setLastPt(dx, dy); in setLastPoint()
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathTest.cpp | 3690 path.setLastPt(SkIntToScalar(5), SkIntToScalar(5)); in test_circle() 4237 p.setLastPt(10, 10); in test_get_point() 5669 p.setLastPt(30,01); in DEF_TEST()
|