/third_party/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 63 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()
|
D | SkPathOpsRect.h | 56 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);
|
D | SkOpCoincidence.h | 252 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg, 273 double tStart, double tEnd,
|
D | SkOpAngle.cpp | 525 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()
|
D | SkPathOpsTSect.cpp | 1161 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()
|
D | SkOpCoincidence.cpp | 620 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()
|
D | SkPathOpsDebug.cpp | 1702 … 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()
|
D | SkPathOpsCurve.h | 100 double tStart, double tEnd, double* topT);
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 63 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()
|
D | SkPathOpsRect.h | 56 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);
|
D | SkOpCoincidence.h | 252 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg, 273 double tStart, double tEnd,
|
D | SkOpAngle.cpp | 525 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()
|
D | SkPathOpsTSect.cpp | 1160 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()
|
D | SkOpCoincidence.cpp | 620 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()
|
D | SkPathOpsDebug.cpp | 1724 … 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()
|
D | SkPathOpsCurve.h | 100 double tStart, double tEnd, double* topT);
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_aalinetemp.h | 109 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/ |
D | PathOpsTestCommon.cpp | 146 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/ |
D | PathOpsTestCommon.cpp | 147 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/ |
D | SkStroke.cpp | 255 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/ |
D | SkStroke.cpp | 222 void init(StrokeType strokeType, SkQuadConstruct* , SkScalar tStart, SkScalar tEnd); 493 SkScalar tEnd) { in init() argument 496 quadPts->init(tStart, tEnd); in init()
|