Home
last modified time | relevance | path

Searched refs:lastT (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkEdgeClipper.cpp252 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()
H A DSkGeometry.cpp541 float lastT = tValues[i - 1];
542 tt = skvx::pin((tt - lastT) / (1 - lastT), float2(0), float2(1));
552 float lastT = tValues[i - 1];
553 t = SkTPin(sk_ieee_float_divide(t - lastT, 1 - lastT), 0.f, 1.f);
H A DSkStroke.cpp1316 SkScalar lastT = 0;
1320 this->init(kOuter_StrokeType, &quadPts, lastT, nextT);
1322 this->init(kInner_StrokeType, &quadPts, lastT, nextT);
1324 lastT = nextT;
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp1124 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()

Completed in 12 milliseconds