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

/external/skia/src/pathops/
H A DSkPathOpsTSect.h300 SkTSpan<OppCurve, TCurve>* oppSpan, int* oppResult);
303 SkTSpan<OppCurve, TCurve>* oppSpan, SkIntersections* );
1335 SkTSpan<OppCurve, TCurve>* oppSpan, int* oppResult) {
1337 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart);
1341 SkASSERT(!span->fBounded || span->fBounded->fBounded == oppSpan);
1350 if (!oppSpan->fBounded || !oppSpan->fBounded->fNext) {
1351 SkASSERT(!oppSpan->fBounded || oppSpan->fBounded->fBounded == span);
1353 oppSpan
1333 intersects(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp, SkTSpan<OppCurve, TCurve>* oppSpan, int* oppResult) argument
1416 linesIntersect(SkTSpan<TCurve, OppCurve>* span, SkTSect<OppCurve, TCurve>* opp, SkTSpan<OppCurve, TCurve>* oppSpan, SkIntersections* i) argument
[all...]
H A DSkOpSegment.cpp1188 SkDebugf("%s coinSpan=%d endSpan=%d oppSpan=%d oppEndSpan=%d\n", __FUNCTION__,
1224 SkOpSpanBase* oppSpan = testPtT->span(); local
1225 if (oppSpan->spanAddsCount() == addCount) {
1228 if (oppSpan->deleted()) {
1231 SkOpSegment* oppSegment = oppSpan->segment();
1236 SkOpSpanBase* oppPrev = oppSpan;
1237 SkOpSpanBase* oppFirst = oppSpan;
1239 if (!roughly_equal(oppPrev->t(), oppSpan->t())) {
1250 SkOpSpanBase* oppNext = oppSpan;
1251 SkOpSpanBase* oppLast = oppSpan;
[all...]
H A DSkPathOpsDebug.cpp942 // SkDebugf("%s coinSpan=%d endSpan=%d oppSpan=%d oppEndSpan=%d\n", __FUNCTION__,
978 const SkOpSpanBase* oppSpan = testPtT->span(); local
979 if (oppSpan->spanAddsCount() == addCount) {
982 if (oppSpan->deleted()) {
985 const SkOpSegment* oppSegment = oppSpan->segment();
990 const SkOpSpanBase* oppPrev = oppSpan;
991 const SkOpSpanBase* oppFirst = oppSpan;
993 if (!roughly_equal(oppPrev->t(), oppSpan->t())) {
1004 const SkOpSpanBase* oppNext = oppSpan;
1005 const SkOpSpanBase* oppLast = oppSpan;
[all...]

Completed in 133 milliseconds