HomeSort by relevance Sort by last modified time
    Searched refs:oSpan (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 421 const Span& oSpan = oSegment->fTs[oIndex];
422 if (oSpan.fT >= FLT_EPSILON && oSpan.fT <= 1 - FLT_EPSILON) {
425 if (!oSpan.fCoincident) {
428 if (checkNext && (oSpan.fT < FLT_EPSILON ^ step < 0)) {
432 if (checkOther && (oSpan.fT > 1 - FLT_EPSILON ^ step < 0)) {
471 Span* oSpan = &other->fTs[oStart];
473 bool markDone = !span->fDone && !oSpan->fDone;
493 double oSpanT = oSpan->fT;
496 oSpan->fCanceled = true
    [all...]
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
thingsToDo.txt 421 const Span& oSpan = oSegment->fTs[oIndex];
422 if (oSpan.fT >= FLT_EPSILON && oSpan.fT <= 1 - FLT_EPSILON) {
425 if (!oSpan.fCoincident) {
428 if (checkNext && (oSpan.fT < FLT_EPSILON ^ step < 0)) {
432 if (checkOther && (oSpan.fT > 1 - FLT_EPSILON ^ step < 0)) {
471 Span* oSpan = &other->fTs[oStart];
473 bool markDone = !span->fDone && !oSpan->fDone;
493 double oSpanT = oSpan->fT;
496 oSpan->fCanceled = true
    [all...]
Simplify.cpp     [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 318 const SkOpSpan& oSpan = other->fTs[ooIndex];
319 if (startPt != oSpan.fPt) {
322 if (oSpan.fT == fTs[ttIndex].fOtherT) {
849 SkOpSpan& oSpan = other->fTs[span->fOtherIndex];
858 oAngle = oSpan.fFromAngle;
862 SkASSERT(!oSpan.fTiny && (other->fTs[span->fOtherIndex + 1].fT > 0
876 oAngle = oSpan.fToAngle;
899 SkOpSpan& oSpan = other1->fTs[oIdx];
900 if (oSpan.fOther != other2) {
903 if (oSpan.fPt == thisPt)
    [all...]
SkOpAngle.cpp 305 const SkOpSpan& oSpan = other->span(oIndex);
306 if (oSpan.fOther != fSegment) {
309 if (oSpan.fOtherIndex == checkEnd) {
312 if (!approximately_equal(oSpan.fOtherT, span.fT)) {
856 const SkOpSpan& oSpan = oSeg->span(oMin);
857 if (!span.fSmall && !oSpan.fSmall) {
    [all...]
SkOpSegment.h 405 const SkOpSegment* other2, SkOpSpan* oSpan, SkTDArray<AlignedSpan>* );
419 static void CheckOneLink(const SkOpSpan* test, const SkOpSpan* oSpan,
  /external/skia/src/pathops/
SkOpSegment.cpp 318 const SkOpSpan& oSpan = other->fTs[ooIndex];
319 if (startPt != oSpan.fPt) {
322 if (oSpan.fT == fTs[ttIndex].fOtherT) {
849 SkOpSpan& oSpan = other->fTs[span->fOtherIndex];
858 oAngle = oSpan.fFromAngle;
862 SkASSERT(!oSpan.fTiny && (other->fTs[span->fOtherIndex + 1].fT > 0
876 oAngle = oSpan.fToAngle;
899 SkOpSpan& oSpan = other1->fTs[oIdx];
900 if (oSpan.fOther != other2) {
903 if (oSpan.fPt == thisPt)
    [all...]
SkOpAngle.cpp 305 const SkOpSpan& oSpan = other->span(oIndex);
306 if (oSpan.fOther != fSegment) {
309 if (oSpan.fOtherIndex == checkEnd) {
312 if (!approximately_equal(oSpan.fOtherT, span.fT)) {
856 const SkOpSpan& oSpan = oSeg->span(oMin);
857 if (!span.fSmall && !oSpan.fSmall) {
    [all...]
SkOpSegment.h 405 const SkOpSegment* other2, SkOpSpan* oSpan, SkTDArray<AlignedSpan>* );
419 static void CheckOneLink(const SkOpSpan* test, const SkOpSpan* oSpan,
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 489 const SkOpSpan& oSpan = span->fOther->span(span->fOtherIndex);
490 const SkOpSegment* segment = oSpan.fOther;
492 SkDebugf("spanIndex:%d ", oSpan.fOtherIndex);
  /external/skia/tests/
PathOpsDebug.cpp 489 const SkOpSpan& oSpan = span->fOther->span(span->fOtherIndex);
490 const SkOpSegment* segment = oSpan.fOther;
492 SkDebugf("spanIndex:%d ", oSpan.fOtherIndex);

Completed in 334 milliseconds