Searched refs:lastT (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkEdgeClipper.cpp | 250 SkScalar lastT; in mono_cubic_closestT() local 266 lastT = t; in mono_cubic_closestT() 269 } while (closest > 0.25f && lastT != t); in mono_cubic_closestT()
|
D | SkStroke.cpp | 1276 SkScalar lastT = 0; in cubicTo() local 1280 this->init(kOuter_StrokeType, &quadPts, lastT, nextT); in cubicTo() 1282 this->init(kInner_StrokeType, &quadPts, lastT, nextT); in cubicTo() 1284 lastT = nextT; in cubicTo()
|
/third_party/skia/src/core/ |
D | SkEdgeClipper.cpp | 252 SkScalar lastT; in mono_cubic_closestT() local 268 lastT = t; in mono_cubic_closestT() 271 } while (closest > 0.25f && lastT != t); in mono_cubic_closestT()
|
D | SkGeometry.cpp | 541 float lastT = tValues[i - 1]; in SkChopCubicAt() local 542 tt = skvx::pin((tt - lastT) / (1 - lastT), float2(0), float2(1)); in SkChopCubicAt() 552 float lastT = tValues[i - 1]; in SkChopCubicAt() local 553 t = SkTPin(sk_ieee_float_divide(t - lastT, 1 - lastT), 0.f, 1.f); in SkChopCubicAt()
|
D | SkStroke.cpp | 1316 SkScalar lastT = 0; in cubicTo() local 1320 this->init(kOuter_StrokeType, &quadPts, lastT, nextT); in cubicTo() 1322 this->init(kInner_StrokeType, &quadPts, lastT, nextT); in cubicTo() 1324 lastT = nextT; in cubicTo()
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 1146 double lastT = -1; in debugShowActiveSpans() local 1152 if (lastId == this->debugID() && lastT == span->t()) { in debugShowActiveSpans() 1156 lastT = span->t(); in debugShowActiveSpans() 2394 double lastT = -1; in debugValidate() local 2408 SkASSERT(lastT < t); in debugValidate() 2409 lastT = t; in debugValidate()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 1124 double lastT = -1; in debugShowActiveSpans() local 1130 if (lastId == this->debugID() && lastT == span->t()) { in debugShowActiveSpans() 1134 lastT = span->t(); in debugShowActiveSpans() 2372 double lastT = -1; in debugValidate() local 2386 SkASSERT(lastT < t); in debugValidate() 2387 lastT = t; in debugValidate()
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …lastT=function(){return this._active.lastT()},s.setMode=function(t){if(t!==this._mode){var e=this.…
|