Home
last modified time | relevance | path

Searched refs:getLastPt (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/docs/examples/
DPath_setLastPt_2.cpp14 path.getLastPt(&pt);
15 path2.getLastPt(&pt2);
DPath_getLastPt.cpp14 path.getLastPt(&last); in draw()
DPath_rMoveTo.cpp18 path.getLastPt(&lastPt);
DPath_arcTo_2_a.cpp24 (void) path.getLastPt(&lastPt);
DPath_arcTo_2_b.cpp24 (void) path.getLastPt(&lastPt);
/third_party/flutter/skia/docs/examples/
DPath_setLastPt_2.cpp14 path.getLastPt(&pt);
15 path2.getLastPt(&pt2);
DPath_getLastPt.cpp14 path.getLastPt(&last); in draw()
DPath_rMoveTo.cpp18 path.getLastPt(&lastPt);
DPath_arcTo_2_b.cpp24 (void) path.getLastPt(&lastPt);
DPath_arcTo_2_a.cpp24 (void) path.getLastPt(&lastPt);
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp62 bool getLastPt(SkPoint* lastPt) const { in getLastPt() function in __anon1fcc552d0111::PathRecorder
200 fInner.getLastPt(&innerLastPt); in endcap()
/third_party/flutter/skia/src/pathops/
DSkPathWriter.cpp357 if (!fPathPtr->getLastPt(&prior)) { in assemble()
363 SkAssertResult(contour.getLastPt(&next)); in assemble()
DSkOpBuilder.cpp31 SkAssertResult(path->getLastPt(&lastPt)); in ReversePath()
/third_party/skia/src/pathops/
DSkPathWriter.cpp354 if (!fPathPtr->getLastPt(&prior)) { in assemble()
360 SkAssertResult(contour.getLastPt(&next)); in assemble()
DSkOpBuilder.cpp31 SkAssertResult(path->getLastPt(&lastPt)); in ReversePath()
/third_party/flutter/skia/src/utils/win/
DSkDWriteGeometrySink.cpp116 fPath->getLastPt(&lastPt); in SK_STDMETHODIMP_()
/third_party/flutter/skia/src/core/
DSkPath.cpp722 bool SkPath::getLastPt(SkPoint* lastPt) const { in getLastPt() function in SkPath
811 this->getLastPt(&pt); in rMoveTo()
844 this->getLastPt(&pt); in rLineTo()
865 this->getLastPt(&pt); in rQuadTo()
898 this->getLastPt(&pt); in rConicTo()
922 this->getLastPt(&pt); in rCubicTo()
1382 } else if (!this->getLastPt(&lastPt) || in arcTo()
1430 this->getLastPt(&srcPts[0]); in arcTo()
1554 this->getLastPt(&currentPoint); in rArcTo()
1594 this->getLastPt(&start); in arcTo()
[all …]
/third_party/flutter/skia/samplecode/
DSampleHairline.cpp131 path->getLastPt(&start); in add_cubic()
/third_party/skia/src/core/
DSkPath.cpp511 bool SkPath::getLastPt(SkPoint* lastPt) const { in getLastPt() function in SkPath
671 this->getLastPt(&pt); in rLineTo()
691 this->getLastPt(&pt); in rQuadTo()
724 this->getLastPt(&pt); in rConicTo()
747 this->getLastPt(&pt); in rCubicTo()
1120 } else if (!this->getLastPt(&lastPt) || in arcTo()
1168 this->getLastPt(&srcPts[0]); in arcTo()
1298 this->getLastPt(&currentPoint); in rArcTo()
1340 this->getLastPt(&start); in arcTo()
1413 if (fLastMoveToIndex < 0 || !this->getLastPt(&lastPt) || in addPath()
/third_party/flutter/skia/src/utils/
DSkParsePath.cpp179 path.getLastPt(&c); in FromSVGString()
DSkDashPath.cpp202 if (!dstPath->getLastPt(&last) || last != pts[0]) { in cull_path()
/third_party/skia/src/utils/
DSkParsePath.cpp179 path.getLastPt(&c); in FromSVGString()
DSkDashPath.cpp204 if (!dstPath->getLastPt(&last) || last != pts[0]) { in cull_path()
/third_party/flutter/skia/include/core/
DSkPath.h1344 bool getLastPt(SkPoint* lastPt) const;
/third_party/flutter/skia/tests/
DPathTest.cpp324 path.getLastPt(&last); in test_path_close_issue1474()
335 path.getLastPt(&last); in test_path_close_issue1474()
346 path.getLastPt(&last); in test_path_close_issue1474()
357 path.getLastPt(&last); in test_path_close_issue1474()
3858 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == 1); in test_arcTo()
3861 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == -1); in test_arcTo()
3955 REPORTER_ASSERT(reporter, p.getLastPt(&pt)); in test_extendClosedPath()
3990 REPORTER_ASSERT(reporter, !p.getLastPt(nullptr)); in test_get_point()
3991 REPORTER_ASSERT(reporter, !p.getLastPt(&pt) && pt == SkPoint::Make(0, 0)); in test_get_point()
3995 REPORTER_ASSERT(reporter, p.getLastPt(nullptr)); in test_get_point()
[all …]

12