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

/external/fonttools/Lib/fontTools/pens/
H A DpointInsidePen.py136 lastT = None
138 if t == lastT:
140 lastT = t
/external/fonttools/Tools/fontTools/pens/
H A DpointInsidePen.py136 lastT = None
138 if t == lastT:
140 lastT = t
/external/skia/src/core/
H A DSkEdgeClipper.cpp247 SkScalar lastT; local
263 lastT = t;
266 } while (closest > 0.25f && lastT != t);
H A DSkStroke.cpp1265 SkScalar lastT = 0;
1269 this->init(kOuter_StrokeType, &quadPts, lastT, nextT);
1271 this->init(kInner_StrokeType, &quadPts, lastT, nextT);
1273 lastT = nextT;
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp1145 double lastT = -1; local
1151 if (lastId == this->debugID() && lastT == span->t()) {
1155 lastT = span->t();
2382 double lastT = -1; local
2396 SkASSERT(lastT < t);
2397 lastT = t;

Completed in 145 milliseconds