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

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp125 const SkOpSpan& oEndSpan = fSegment->span(compare->fEnd); local
126 SK_ALWAYSBREAK(endSpan.fToAngle == oEndSpan.fToAngle);
127 SK_ALWAYSBREAK(endSpan.fFromAngle == oEndSpan.fFromAngle);
H A DSkOpSegment.cpp1176 SkOpSpan* oEndSpan;
1178 oEndSpan = &this->fTs[oEndIndex];
1179 SkASSERT(oEndSpan->fT < 1);
1180 if (oEndSpan->fWindValue != oBaseWind || oEndSpan->fOppValue != oBaseOpp) {
1183 oEndSpan->fCoincident = true;
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp124 const SkOpSpan& oEndSpan = fSegment->span(compare->fEnd); local
125 SK_ALWAYSBREAK(endSpan.fToAngle == oEndSpan.fToAngle);
126 SK_ALWAYSBREAK(endSpan.fFromAngle == oEndSpan.fFromAngle);
H A DSkOpSegment.cpp1143 SkOpSpan* oEndSpan;
1145 oEndSpan = &this->fTs[oEndIndex];
1146 SkASSERT(oEndSpan->fT < 1);
1147 if (oEndSpan->fWindValue != oBaseWind || oEndSpan->fOppValue != oBaseOpp) {
1150 oEndSpan->fCoincident = true;

Completed in 3771 milliseconds