Home
last modified time | relevance | path

Searched refs:lastPoint (Results 1 – 15 of 15) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DLineAndPointRenderer.java73 protected void appendToPath(Path path, PointF thisPoint, PointF lastPoint) { in appendToPath() argument
81 PointF lastPoint = null; in drawSeries() local
118 if(lastPoint != null) { in drawSeries()
119 appendToPath(path, thisPoint, lastPoint); in drawSeries()
122 lastPoint = thisPoint; in drawSeries()
124 if(lastPoint != null) { in drawSeries()
125 renderPath(canvas, plotArea, path, firstPoint, lastPoint, formatter); in drawSeries()
128 lastPoint = null; in drawSeries()
132 renderPath(canvas, plotArea, path, firstPoint, lastPoint, formatter); in drawSeries()
155 …ath(Canvas canvas, RectF plotArea, Path path, PointF firstPoint, PointF lastPoint, LineAndPointFor… in renderPath() argument
[all …]
DBezierLineAndPointRenderer.java32 protected void appendToPath(Path path, PointF thisPoint, PointF lastPoint) { in appendToPath() argument
37 mid.set((lastPoint.x + thisPoint.x) / 2, (lastPoint.y + thisPoint.y) / 2); in appendToPath()
38 path.quadTo((lastPoint.x + mid.x) / 2, lastPoint.y, mid.x, mid.y); in appendToPath()
40 path.quadTo((mid.x + thisPoint.x) / 2, lastPoint.y, thisPoint.x, thisPoint.y); in appendToPath()
DStepRenderer.java34 protected void appendToPath(Path path, PointF thisPoint, PointF lastPoint) { in appendToPath() argument
37 path.lineTo(thisPoint.x, lastPoint.y); in appendToPath()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DCachedPathIteratorFactory.java391 float lastPoint[] = new float[2]; in jumpToSegment() local
399 lastPoint[0], in jumpToSegment()
400 lastPoint[1], in jumpToSegment()
418 getShapeEndPoint(mTypes[mNextIndex], mCoordinates[mNextIndex], lastPoint); in jumpToSegment()
/external/replicaisland/tools/
DExtractPoints.js73 var lastPoint = points[(y + 1) % points.length]; variable
80 edge.endX = lastPoint.anchor[0];
81 edge.endY = lastPoint.anchor[1];
/external/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp736 if (!duplicate_pt(newPt, fCandidateVerts.lastPoint())) { in createInsetRing()
754 bool dupPrev = duplicate_pt(newPt, fCandidateVerts.lastPoint()); in createInsetRing()
766 … bool dupPrevVsNext = duplicate_pt(fCandidateVerts.firstPoint(), fCandidateVerts.lastPoint()); in createInsetRing()
910 if (this->numPts() > 0 && duplicate_pt(p, this->lastPoint())) { in lineTo()
922 if (duplicate_pt(p, this->lastPoint())) { in lineTo()
974 SkPoint lastPoint = *(quads++); in conicTo() local
978 quadPts[0] = lastPoint; in conicTo()
982 lastPoint = quadPts[2]; in conicTo()
DGrAAConvexTessellator.h54 const SkPoint& lastPoint() const { return fPts.top(); } in lastPoint() function
76 const SkPoint& lastPoint() const { return fPts.top().fPt; } in lastPoint() function
DGrQuadPerEdgeAA.cpp318 SkPoint lastPoint = {0.f, 0.f}; in get_exact_coverage() local
327 float da = lastPoint.fX * p.fY - p.fX * lastPoint.fY; in get_exact_coverage()
333 lastPoint = p; in get_exact_coverage()
/external/skqp/src/gpu/ops/
DGrAAConvexTessellator.cpp736 if (!duplicate_pt(newPt, fCandidateVerts.lastPoint())) { in createInsetRing()
754 bool dupPrev = duplicate_pt(newPt, fCandidateVerts.lastPoint()); in createInsetRing()
766 … bool dupPrevVsNext = duplicate_pt(fCandidateVerts.firstPoint(), fCandidateVerts.lastPoint()); in createInsetRing()
910 if (this->numPts() > 0 && duplicate_pt(p, this->lastPoint())) { in lineTo()
922 if (duplicate_pt(p, this->lastPoint())) { in lineTo()
974 SkPoint lastPoint = *(quads++); in conicTo() local
978 quadPts[0] = lastPoint; in conicTo()
982 lastPoint = quadPts[2]; in conicTo()
DGrAAConvexTessellator.h54 const SkPoint& lastPoint() const { return fPts.top(); } in lastPoint() function
76 const SkPoint& lastPoint() const { return fPts.top().fPt; } in lastPoint() function
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMetazones.java296 long lastPoint = Long.MIN_VALUE; in getDifferencesOverRange() local
298 if (lastPoint != Long.MIN_VALUE) { in getDifferencesOverRange()
299 long start = lastPoint; in getDifferencesOverRange()
327 lastPoint = point; in getDifferencesOverRange()
/external/skqp/src/core/
DSkScan_AntiPath.cpp616 SkPoint lastPoint = path.getPoint(0); in compute_complexity() local
619 sumLength += SkPoint::Distance(lastPoint, point); in compute_complexity()
620 lastPoint = point; in compute_complexity()
/external/skia/src/core/
DSkScan_AntiPath.cpp616 SkPoint lastPoint = path.getPoint(0); in compute_complexity() local
619 sumLength += SkPoint::Distance(lastPoint, point); in compute_complexity()
620 lastPoint = point; in compute_complexity()
/external/skqp/src/utils/
DSkShadowTessellator.cpp827 SkPoint lastPoint = *(quads++); in handleConic() local
831 quadPts[0] = lastPoint; in handleConic()
835 lastPoint = quadPts[2]; in handleConic()
/external/skia/src/utils/
DSkShadowTessellator.cpp827 SkPoint lastPoint = *(quads++); in handleConic() local
831 quadPts[0] = lastPoint; in handleConic()
835 lastPoint = quadPts[2]; in handleConic()