HomeSort by relevance Sort by last modified time
    Searched full:lastt (Results 1 - 11 of 11) sorted by null

  /external/fonttools/Lib/fontTools/pens/
pointInsidePen.py 136 lastT = None
138 if t == lastT:
140 lastT = t
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.cpp 358 double lastT = -1;
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;
407 if (lastId == fID && lastT == fTs[i].fT) {
411 lastT = fTs[i].fT;
SkOpSegment.cpp 125 double lastT = -1;
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;
362 if (lastT < 0 || (start == 0 && end == lastT) || (start == lastT && end == 0)) {
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 358 double lastT = -1;
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;
407 if (lastId == fID && lastT == fTs[i].fT) {
411 lastT = fTs[i].fT;
SkOpSegment.cpp 125 double lastT = -1;
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;
362 if (lastT < 0 || (start == 0 && end == lastT) || (start == lastT && end == 0)) {
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSet.java 91 String lastt = null;
93 lastt = m.getTableName(i);
94 h.add(lastt);
96 if (h.size() > 1 || lastt == null) {
101 uptable = lastt;
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
EdgeWalker.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]
EdgeWalker.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 364 milliseconds