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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp359 double lastT = -1; local
362 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue
366 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
372 lastT = fTs[i].fT;
381 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
400 double lastT = -1; local
408 if (lastId == fID && lastT == fTs[i].fT) {
412 lastT = fTs[i].fT;
H A DSkOpSegment.cpp125 double lastT = -1; local
131 if (approximately_negative(span.fT - lastT)) {
143 SkPoint curveTop = (*CurveTop[SkPathOpsVerbToPoints(fVerb)])(fPts, lastT, span.fT);
152 lastT = span.fT;
362 int lastT = fTs.count() - 1; local
363 if (lastT < 0 || (start == 0 && end == lastT) || (start == lastT && end == 0)) {
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp358 double lastT = -1; local
361 bool change = lastT != fTs[i].fT || lastWind != fTs[i].fWindValue
365 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
371 lastT = fTs[i].fT;
380 lastT, xyAtT(i - 1).fX, xyAtT(i - 1).fY, lastWind, lastOpp);
399 double lastT = -1; local
407 if (lastId == fID && lastT == fTs[i].fT) {
411 lastT = fTs[i].fT;
H A DSkOpSegment.cpp125 double lastT = -1; local
131 if (approximately_negative(span.fT - lastT)) {
143 SkPoint curveTop = (*CurveTop[SkPathOpsVerbToPoints(fVerb)])(fPts, lastT, span.fT);
152 lastT = span.fT;
361 int lastT = fTs.count() - 1; local
362 if (lastT < 0 || (start == 0 && end == lastT) || (start == lastT && end == 0)) {

Completed in 185 milliseconds