Searched refs:fOtherIndex (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSpan.h18 double fOtherT; // value at fOther[fOtherIndex].fT
22 int fOtherIndex; // can't be used during intersection member in struct:SkOpSpan
H A DSkPathOpsDebug.cpp428 other->fID, fTs[i].fOtherT, fTs[i].fOtherIndex);
447 SK_ALWAYSBREAK(&span == &span.fOther->fTs[span.fOtherIndex].fOther->
448 fTs[span.fOther->fTs[span.fOtherIndex].fOtherIndex]);
450 span.fT, span.fOther->fTs[span.fOtherIndex].fOtherIndex, pt.fX, pt.fY,
468 SK_ALWAYSBREAK(&span == &span.fOther->fTs[span.fOtherIndex].fOther->
469 fTs[span.fOther->fTs[span.fOtherIndex].fOtherIndex]);
471 span.fT, span.fOther->fTs[span.fOtherIndex]
[all...]
H A DSkPathOpsOp.cpp16 const SkOpSpan& backPtr = span->fOther->span(span->fOtherIndex);
18 *tIndex = backPtr.fOtherIndex;
211 last->fOther->span(last->fOtherIndex).fOther->debugID(), last->fWindSum,
H A DSkOpSegment.cpp115 int oIndex = span->fOtherIndex;
448 span.fOtherIndex = otherIndex;
470 oStartIndex = span.fOtherIndex;
500 oEndIndex = span.fOtherIndex;
867 int oFrom = span->fOtherIndex;
884 SkASSERT(span->fOtherIndex - 1 >= 0);
886 SkDEBUGCODE(int oPriorIndex = other->nextExactSpan(span->fOtherIndex, -1));
889 other->addEndSpan(span->fOtherIndex);
893 SkASSERT(span->fOtherIndex + 1 < other->count());
895 SkASSERT(!oSpan->fTiny && (other->fTs[span->fOtherIndex
[all...]
H A DSkPathOpsSimplify.cpp87 last->fOther->span(last->fOtherIndex).fOther->debugID(), last->fWindSum,
H A DSkPathOpsCommon.cpp141 const SkOpSpan& backPtr = span->fOther->span(span->fOtherIndex);
143 *tIndex = backPtr.fOtherIndex;
H A DSkOpAngle.cpp306 if (oSpan.fOtherIndex == checkEnd) {
/external/skia/src/pathops/
H A DSkOpSpan.h18 double fOtherT; // value at fOther[fOtherIndex].fT
22 int fOtherIndex; // can't be used during intersection member in struct:SkOpSpan
H A DSkPathOpsDebug.cpp427 other->fID, fTs[i].fOtherT, fTs[i].fOtherIndex);
446 SK_ALWAYSBREAK(&span == &span.fOther->fTs[span.fOtherIndex].fOther->
447 fTs[span.fOther->fTs[span.fOtherIndex].fOtherIndex]);
449 span.fT, span.fOther->fTs[span.fOtherIndex].fOtherIndex, pt.fX, pt.fY,
467 SK_ALWAYSBREAK(&span == &span.fOther->fTs[span.fOtherIndex].fOther->
468 fTs[span.fOther->fTs[span.fOtherIndex].fOtherIndex]);
470 span.fT, span.fOther->fTs[span.fOtherIndex]
[all...]
H A DSkPathOpsOp.cpp16 const SkOpSpan& backPtr = span->fOther->span(span->fOtherIndex);
18 *tIndex = backPtr.fOtherIndex;
211 last->fOther->span(last->fOtherIndex).fOther->debugID(), last->fWindSum,
H A DSkOpSegment.cpp115 int oIndex = span->fOtherIndex;
444 span.fOtherIndex = otherIndex;
466 oStartIndex = span.fOtherIndex;
496 oEndIndex = span.fOtherIndex;
849 SkOpSpan& oSpan = other->fTs[span->fOtherIndex];
852 SkASSERT(span->fOtherIndex - 1 >= 0);
854 SkDEBUGCODE(SkOpSpan& oPrior = other->fTs[span->fOtherIndex - 1]);
856 other->addEndSpan(span->fOtherIndex);
860 SkASSERT(span->fOtherIndex + 1 < other->count());
862 SkASSERT(!oSpan.fTiny && (other->fTs[span->fOtherIndex
[all...]
H A DSkPathOpsSimplify.cpp87 last->fOther->span(last->fOtherIndex).fOther->debugID(), last->fWindSum,
H A DSkPathOpsCommon.cpp141 const SkOpSpan& backPtr = span->fOther->span(span->fOtherIndex);
143 *tIndex = backPtr.fOtherIndex;
H A DSkOpAngle.cpp309 if (oSpan.fOtherIndex == checkEnd) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DthingsToDo.txt386 bool otherDone = other->fTs[SkMin32(start->fOtherIndex,
387 end->fOtherIndex)].fDone;
395 nextOther = other->fTs[start->fOtherIndex].fT > 1 - FLT_EPSILON ? NULL : other;
398 nextOther = other->fTs[end->fOtherIndex].fT < FLT_EPSILON ? NULL : other;
461 int oStart = fTs[start].fOtherIndex;
H A DShapeOps.cpp24 const Span& backPtr = span->fOther->span(span->fOtherIndex);
26 nextStart = backPtr.fOtherIndex;
H A DSimplify.cpp659 double fOtherT; // value at fOther[fOtherIndex].fT
660 int fOtherIndex; // can't be used during intersection member in struct:Span
1310 int oIndex = span->fOtherIndex;
1658 span.fOtherIndex = otherIndex;
2116 int oIndex = span->fOtherIndex;
2426 nextStart = endSpan->fOtherIndex;
2505 last->fOther->fTs[last->fOtherIndex].fOther->debugID());
2548 nextStart = endSpan->fOtherIndex;
2621 last->fOther->fTs[last->fOtherIndex].fOther->debugID());
2661 nextStart = endSpan->fOtherIndex;
[all...]
/external/skia/experimental/Intersection/
H A DthingsToDo.txt386 bool otherDone = other->fTs[SkMin32(start->fOtherIndex,
387 end->fOtherIndex)].fDone;
395 nextOther = other->fTs[start->fOtherIndex].fT > 1 - FLT_EPSILON ? NULL : other;
398 nextOther = other->fTs[end->fOtherIndex].fT < FLT_EPSILON ? NULL : other;
461 int oStart = fTs[start].fOtherIndex;
H A DShapeOps.cpp24 const Span& backPtr = span->fOther->span(span->fOtherIndex);
26 nextStart = backPtr.fOtherIndex;
H A DSimplify.cpp659 double fOtherT; // value at fOther[fOtherIndex].fT
660 int fOtherIndex; // can't be used during intersection member in struct:Span
1310 int oIndex = span->fOtherIndex;
1658 span.fOtherIndex = otherIndex;
2116 int oIndex = span->fOtherIndex;
2426 nextStart = endSpan->fOtherIndex;
2505 last->fOther->fTs[last->fOtherIndex].fOther->debugID());
2548 nextStart = endSpan->fOtherIndex;
2621 last->fOther->fTs[last->fOtherIndex].fOther->debugID());
2661 nextStart = endSpan->fOtherIndex;
[all...]
/external/skia/tests/
H A DPathOpsDebug.cpp489 const SkOpSpan& oSpan = span->fOther->span(span->fOtherIndex);
492 SkDebugf("spanIndex:%d ", oSpan.fOtherIndex);
531 SkDebugf(" [%d] otherT=", fOtherIndex);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp621 const SkOpSpan& oSpan = span->fOther->span(span->fOtherIndex);
624 SkDebugf("spanIndex:%d ", oSpan.fOtherIndex);
663 SkDebugf(" [%d] otherT=", fOtherIndex);

Completed in 584 milliseconds