Home
last modified time | relevance | path

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

/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp115 fPath->getLastPt(&lastPt); in AddBeziers()
/external/skia/src/pathops/
DSkOpBuilder.cpp31 SkAssertResult(path->getLastPt(&lastPt)); in ReversePath()
/external/skia/samplecode/
DSampleHairline.cpp132 path->getLastPt(&start); in add_cubic()
/external/skia/src/utils/
DSkParsePath.cpp179 path.getLastPt(&c); in FromSVGString()
/external/skia/src/core/
DSkPath.cpp667 bool SkPath::getLastPt(SkPoint* lastPt) const { in getLastPt() function in SkPath
743 this->getLastPt(&pt); in rMoveTo()
775 this->getLastPt(&pt); in rLineTo()
795 this->getLastPt(&pt); in rQuadTo()
827 this->getLastPt(&pt); in rConicTo()
850 this->getLastPt(&pt); in rCubicTo()
1339 this->getLastPt(&srcPts[0]); in arcTo()
1435 this->getLastPt(&currentPoint); in rArcTo()
1479 this->getLastPt(&start); in arcTo()
DSkPathMeasure.cpp46 SkAssertResult(dst->getLastPt(&lastPt)); in SkPathMeasure_segTo()
DSkStroke.cpp307 fInner.getLastPt(&pt); in finishContour()
314 fInner.getLastPt(&pt); in finishContour()
/external/skia/tests/
DPathTest.cpp336 path.getLastPt(&last); in test_path_close_issue1474()
347 path.getLastPt(&last); in test_path_close_issue1474()
358 path.getLastPt(&last); in test_path_close_issue1474()
369 path.getLastPt(&last); in test_path_close_issue1474()
3861 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == 1); in test_arcTo()
3864 REPORTER_ASSERT(reporter, p.getLastPt(&pt) && pt.fX == 1 && pt.fY == -1); in test_arcTo()
3958 REPORTER_ASSERT(reporter, p.getLastPt(&pt)); in test_extendClosedPath()
3993 REPORTER_ASSERT(reporter, !p.getLastPt(nullptr)); in test_get_point()
3994 REPORTER_ASSERT(reporter, !p.getLastPt(&pt) && pt == SkPoint::Make(0, 0)); in test_get_point()
3998 REPORTER_ASSERT(reporter, p.getLastPt(nullptr)); in test_get_point()
[all …]
/external/skia/include/core/
DSkPath.h920 bool getLastPt(SkPoint* lastPt) const;