Searched defs:otherContour (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpContour.cpp83 SkOpContour* otherContour = coincidence.fOther; local
85 SkOpSegment& other = otherContour->fSegments[otherIndex];
147 SkOpContour* otherContour = coincidence.fOther; local
155 if (this == otherContour && otherIndex == innerThisIndex) {
163 if (otherContour == innerOtherContour && otherIndex == innerThisIndex) {
216 const SkOpContour* otherContour = coincidence.fOther; local
218 const SkOpSegment* other = &otherContour->fSegments[otherIndex];
302 SkOpContour* otherContour = coincidence.fOther; local
310 if (this == otherContour && otherIndex == innerThisIndex) {
318 if (otherContour
[all...]
/external/skia/src/pathops/
H A DSkOpContour.cpp68 SkOpContour* otherContour = coincidence.fOther; local
70 SkOpSegment& other = otherContour->fSegments[otherIndex];
139 SkOpContour* otherContour = coincidence.fOther; local
147 if (this == otherContour && otherIndex == innerThisIndex) {
155 if (otherContour == innerOtherContour && otherIndex == innerThisIndex) {
208 const SkOpContour* otherContour = coincidence.fOther; local
210 const SkOpSegment* other = &otherContour->fSegments[otherIndex];
291 SkOpContour* otherContour = coincidence.fOther; local
299 if (this == otherContour && otherIndex == innerThisIndex) {
307 if (otherContour
[all...]

Completed in 859 milliseconds