Home
last modified time | relevance | path

Searched refs:tEnd (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/src/pathops/
DSkPathOpsCurve.cpp63 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setConicBounds() argument
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
73 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setCubicBounds() argument
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
83 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setQuadBounds() argument
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
DSkPathOpsRect.h56 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
62 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
68 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
DSkOpCoincidence.h252 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg,
273 double tStart, double tEnd,
DSkOpAngle.cpp525 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t(); in endsIntersect() local
530 if (!approximately_between_orderable(tStart, testT, tEnd)) { in endsIntersect()
537 limited[index] = approximately_equal_orderable(t, tEnd); in endsIntersect()
804 double tEnd = angle->fEnd->t(); in loopContains() local
811 if (lStart != tEnd) { in loopContains()
DSkPathOpsTSect.cpp1161 double tEnd = oCoinE.perpT(); in linesIntersect() local
1162 bool swap = tStart > tEnd; in linesIntersect()
1165 swap(tStart, tEnd); in linesIntersect()
1168 tEnd = std::min(tEnd, span->fEndT); in linesIntersect()
1169 if (tStart > tEnd) { in linesIntersect()
1182 if (tEnd == span->fEndT) { in linesIntersect()
1196 double tStep = tEnd - tStart; in linesIntersect()
DSkOpCoincidence.cpp620 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg, bool* added in addIfMissing() argument
622 SkASSERT(tStart < tEnd); in addIfMissing()
625 SkASSERT(between(over1s->fT, tEnd, over1e->fT)); in addIfMissing()
628 SkASSERT(between(over2s->fT, tEnd, over2e->fT)); in addIfMissing()
637 coinTe = TRange(over1s, tEnd, coinSeg SkDEBUGPARAMS(over1e)); in addIfMissing()
643 oppTe = TRange(over2s, tEnd, oppSeg SkDEBUGPARAMS(over2e)); in addIfMissing()
DSkPathOpsDebug.cpp1702 … double tStart, double tEnd, const SkOpSegment* coinSeg, const SkOpSegment* oppSeg, bool* added, in debugAddIfMissing() argument
1704 SkASSERT(tStart < tEnd); in debugAddIfMissing()
1707 SkASSERT(between(over1s->fT, tEnd, over1e->fT)); in debugAddIfMissing()
1710 SkASSERT(between(over2s->fT, tEnd, over2e->fT)); in debugAddIfMissing()
1719 coinTe = TRange(over1s, tEnd, coinSeg SkDEBUGPARAMS(over1e)); in debugAddIfMissing()
1725 oppTe = TRange(over2s, tEnd, oppSeg SkDEBUGPARAMS(over2e)); in debugAddIfMissing()
DSkPathOpsCurve.h100 double tStart, double tEnd, double* topT);
/third_party/flutter/skia/src/pathops/
DSkPathOpsCurve.cpp63 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setConicBounds() argument
67 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
73 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setCubicBounds() argument
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
83 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setQuadBounds() argument
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
DSkPathOpsRect.h56 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
62 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
68 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
DSkOpCoincidence.h252 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg,
273 double tStart, double tEnd,
DSkOpAngle.cpp525 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t(); in endsIntersect() local
530 if (!approximately_between_orderable(tStart, testT, tEnd)) { in endsIntersect()
537 limited[index] = approximately_equal_orderable(t, tEnd); in endsIntersect()
804 double tEnd = angle->fEnd->t(); in loopContains() local
811 if (lStart != tEnd) { in loopContains()
DSkPathOpsTSect.cpp1160 double tEnd = oCoinE.perpT(); in linesIntersect() local
1161 bool swap = tStart > tEnd; in linesIntersect()
1164 swap(tStart, tEnd); in linesIntersect()
1167 tEnd = SkTMin(tEnd, span->fEndT); in linesIntersect()
1168 if (tStart > tEnd) { in linesIntersect()
1181 if (tEnd == span->fEndT) { in linesIntersect()
1195 double tStep = tEnd - tStart; in linesIntersect()
DSkOpCoincidence.cpp620 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg, bool* added in addIfMissing() argument
622 SkASSERT(tStart < tEnd); in addIfMissing()
625 SkASSERT(between(over1s->fT, tEnd, over1e->fT)); in addIfMissing()
628 SkASSERT(between(over2s->fT, tEnd, over2e->fT)); in addIfMissing()
637 coinTe = TRange(over1s, tEnd, coinSeg SkDEBUGPARAMS(over1e)); in addIfMissing()
643 oppTe = TRange(over2s, tEnd, oppSeg SkDEBUGPARAMS(over2e)); in addIfMissing()
DSkPathOpsDebug.cpp1724 … double tStart, double tEnd, const SkOpSegment* coinSeg, const SkOpSegment* oppSeg, bool* added, in debugAddIfMissing() argument
1726 SkASSERT(tStart < tEnd); in debugAddIfMissing()
1729 SkASSERT(between(over1s->fT, tEnd, over1e->fT)); in debugAddIfMissing()
1732 SkASSERT(between(over2s->fT, tEnd, over2e->fT)); in debugAddIfMissing()
1741 coinTe = TRange(over1s, tEnd, coinSeg SkDEBUGPARAMS(over1e)); in debugAddIfMissing()
1747 oppTe = TRange(over2s, tEnd, oppSeg SkDEBUGPARAMS(over2e)); in debugAddIfMissing()
DSkPathOpsCurve.h100 double tStart, double tEnd, double* topT);
/third_party/mesa3d/src/mesa/swrast/
Ds_aalinetemp.h109 GLfloat tStart, tEnd; /* segment start, end along line length */ in NAME() local
193 tStart = tEnd = 0.0; in NAME()
210 tEnd = t; in NAME()
215 if (inSegment && (tEnd > tStart)) { in NAME()
217 segment(ctx, &line, NAME(plot), tStart, tEnd); in NAME()
/third_party/flutter/skia/tests/
DPathOpsTestCommon.cpp146 const double tEnd = i1 < ts.count() ? ts[i1] : 1; in CubicToQuads() local
149 SkDCubic part = cubic.subDivide(tStart, tEnd); in CubicToQuads()
162 tStart = tEnd; in CubicToQuads()
/third_party/skia/tests/
DPathOpsTestCommon.cpp147 const double tEnd = i1 < ts.count() ? ts[i1] : 1; in CubicToQuads() local
150 SkDCubic part = cubic.subDivide(tStart, tEnd); in CubicToQuads()
163 tStart = tEnd; in CubicToQuads()
/third_party/skia/src/core/
DSkStroke.cpp255 void init(StrokeType strokeType, SkQuadConstruct* , SkScalar tStart, SkScalar tEnd);
526 SkScalar tEnd) { in init() argument
529 quadPts->init(tStart, tEnd); in init()
/third_party/flutter/skia/src/core/
DSkStroke.cpp222 void init(StrokeType strokeType, SkQuadConstruct* , SkScalar tStart, SkScalar tEnd);
493 SkScalar tEnd) { in init() argument
496 quadPts->init(tStart, tEnd); in init()