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

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp181 double lastT = -1; local
187 if (lastId == this->debugID() && lastT == span->t()) {
191 lastT = span->t();
408 double lastT = -1; local
422 SkASSERT(lastT < t);
423 lastT = t;

Completed in 79 milliseconds