Home
last modified time | relevance | path

Searched refs:oppSpan (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp985 SkTSpan* oppSpan, int* oppResult) { in intersects()
987 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart); in intersects()
991 SkASSERT(!span->fBounded || span->fBounded->fBounded == oppSpan); in intersects()
1000 if (!oppSpan->fBounded || !oppSpan->fBounded->fNext) { in intersects()
1001 if (oppSpan->fBounded && oppSpan->fBounded->fBounded != span) { in intersects()
1005 oppSpan->fEndT = oppSpan->fStartT; in intersects()
1007 oppSpan in intersects()
983 intersects(SkTSpan* span, SkTSect* opp, SkTSpan* oppSpan, int* oppResult) intersects() argument
1068 linesIntersect(SkTSpan* span, SkTSect* opp, SkTSpan* oppSpan, SkIntersections* i) linesIntersect() argument
[all...]
H A DSkOpSegment.cpp1240 SkDebugf("%s coinSpan=%d endSpan=%d oppSpan=%d oppEndSpan=%d\n", __FUNCTION__, in missingCoincidence()
1281 SkOpSpanBase* oppSpan = testPtT->span(); in moveMultiples() local
1282 if (oppSpan->spanAddsCount() == addCount) { in moveMultiples()
1285 if (oppSpan->deleted()) { in moveMultiples()
1288 SkOpSegment* oppSegment = oppSpan->segment(); in moveMultiples()
1293 SkOpSpanBase* oppPrev = oppSpan; in moveMultiples()
1294 SkOpSpanBase* oppFirst = oppSpan; in moveMultiples()
1296 if (!roughly_equal(oppPrev->t(), oppSpan->t())) { in moveMultiples()
1307 SkOpSpanBase* oppNext = oppSpan; in moveMultiples()
1308 SkOpSpanBase* oppLast = oppSpan; in moveMultiples()
[all...]
H A DSkPathOpsTSect.h316 SkTSpan* oppSpan, int* oppResult);
319 SkTSpan* oppSpan, SkIntersections* );
H A DSkPathOpsDebug.cpp920 // SkDebugf("%s coinSpan=%d endSpan=%d oppSpan=%d oppEndSpan=%d\n", __FUNCTION__, in debugMissingCoincidence()
957 const SkOpSpanBase* oppSpan = testPtT->span(); in debugMoveMultiples() local
958 if (oppSpan->spanAddsCount() == addCount) { in debugMoveMultiples()
961 if (oppSpan->deleted()) { in debugMoveMultiples()
964 const SkOpSegment* oppSegment = oppSpan->segment(); in debugMoveMultiples()
969 const SkOpSpanBase* oppPrev = oppSpan; in debugMoveMultiples()
970 const SkOpSpanBase* oppFirst = oppSpan; in debugMoveMultiples()
972 if (!roughly_equal(oppPrev->t(), oppSpan->t())) { in debugMoveMultiples()
983 const SkOpSpanBase* oppNext = oppSpan; in debugMoveMultiples()
984 const SkOpSpanBase* oppLast = oppSpan; in debugMoveMultiples()
[all...]

Completed in 9 milliseconds