Home
last modified time | relevance | path

Searched refs:getLastPt (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/docs/examples/
H A DPath_setLastPt_2.cpp14 path.getLastPt(&pt); in REG_FIDDLE()
15 path2.getLastPt(&pt2); in REG_FIDDLE()
H A DPath_getLastPt.cpp14 path.getLastPt(&last); in REG_FIDDLE()
H A DPath_rMoveTo.cpp18 path.getLastPt(&lastPt); in REG_FIDDLE()
H A DPath_arcTo_2_a.cpp24 (void) path.getLastPt(&lastPt); in REG_FIDDLE()
H A DPath_arcTo_2_b.cpp24 (void) path.getLastPt(&lastPt); in REG_FIDDLE()
/third_party/skia/src/pathops/
H A DSkOpBuilder.cpp31 SkAssertResult(path->getLastPt(&lastPt)); in ReversePath()
H A DSkPathWriter.cpp354 if (!fPathPtr->getLastPt(&prior)) { in assemble()
360 SkAssertResult(contour.getLastPt(&next)); in assemble()
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp62 bool getLastPt(SkPoint* lastPt) const { in getLastPt() function in __anon18654::PathRecorder
200 fInner.getLastPt(&innerLastPt); in endcap()
H A DSampleVariableWidthStroker.cpp384 fCurrVerb.getLastPt(&fPreviousPoint);
751 fInner.getLastPt(&innerLastPt);
/third_party/skia/src/core/
H A DSkPath.cpp511 bool SkPath::getLastPt(SkPoint* lastPt) const { in getLastPt() function in SkPath
669 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rLineTo()
671 this->getLastPt(&pt); in rLineTo()
689 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rQuadTo()
691 this->getLastPt(&pt); in rQuadTo()
722 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rConicTo()
724 this->getLastPt(&pt); in rConicTo()
745 this->injectMoveToIfNeeded(); // This can change the result of this->getLastPt(). in rCubicTo()
747 this->getLastPt(&pt); in rCubicTo()
1120 } else if (!this->getLastPt( in arcTo()
[all...]
H A DSkContourMeasure.cpp42 SkAssertResult(dst->getLastPt(&lastPt)); in SkContourMeasure_segTo()
H A DSkStroke.cpp347 fInner.getLastPt(&pt); in finishContour()
354 fInner.getLastPt(&pt); in finishContour()
/third_party/skia/src/utils/
H A DSkParsePath.cpp196 path.getLastPt(&c); in FromSVGString()
H A DSkDashPath.cpp204 if (!dstPath->getLastPt(&last) || last != pts[0]) {
/third_party/skia/tests/
H A 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()
3910 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == 1); in test_arcTo()
3913 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == -1); in test_arcTo()
4021 REPORTER_ASSERT(reporter, p.getLastPt(&pt)); in test_extendClosedPath()
4056 REPORTER_ASSERT(reporter, !p.getLastPt(nullptr)); in test_get_point()
4057 REPORTER_ASSERT(reporter, !p.getLastPt(&pt) && pt == SkPoint::Make(0, 0)); in test_get_point()
4061 REPORTER_ASSERT(reporter, p.getLastPt(nullpt in test_get_point()
[all...]
/third_party/skia/include/core/
H A DSkPath.h1372 bool getLastPt(SkPoint* lastPt) const;

Completed in 23 milliseconds