Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkStrokerPriv.cpp39 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 DSkPath.cpp608 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 DSkPath.h1421 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 DSimpleStrokerSlide.cpp73 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 DFuzzCommon.cpp222 path->setLastPt(a, b); in FuzzNicePath()
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DPath.cpp217 obj->setLastPt(dx, dy); in setLastPoint()
/aosp_15_r20/external/skia/tests/
H A DPathTest.cpp3690 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()