Searched refs:oBaseOpp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1098 int oBaseOpp = oTest->fOppValue; local
1102 if (oStartSpan->fWindValue != oBaseWind || oStartSpan->fOppValue != oBaseOpp) {
1174 int oBaseOpp = oTest->fOppValue;
1180 if (oEndSpan->fWindValue != oBaseWind || oEndSpan->fOppValue != oBaseOpp) {
/external/skia/src/pathops/
H A DSkOpSegment.cpp1065 int oBaseOpp = oTest->fOppValue; local
1069 if (oStartSpan->fWindValue != oBaseWind || oStartSpan->fOppValue != oBaseOpp) {
1141 int oBaseOpp = oTest->fOppValue;
1147 if (oEndSpan->fWindValue != oBaseWind || oEndSpan->fOppValue != oBaseOpp) {

Completed in 48 milliseconds