Searched refs:fContours (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpEdgeBuilder.h18 , fContours(contours)
25 , fContours(contours)
55 SkTArray<SkOpContour>& fContours; member in class:SkOpEdgeBuilder
H A DSkOpEdgeBuilder.cpp35 fContours.pop_back();
176 fCurrentContour = fContours.push_back_n(1);
/external/skia/src/pathops/
H A DSkOpEdgeBuilder.h18 , fContours(contours)
25 , fContours(contours)
55 SkTArray<SkOpContour>& fContours; member in class:SkOpEdgeBuilder
H A DSkOpEdgeBuilder.cpp35 fContours.pop_back();
158 fCurrentContour = fContours.push_back_n(1);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp4491 Contour* fContours[2];
4515 coincidence.fContours[0] = this; // FIXME: no need to store
4516 coincidence.fContours[1] = other;
4648 SkASSERT(coincidence.fContours[0] == this);
4651 Contour* otherContour = coincidence.fContours[1];
4719 SkASSERT(coincidence.fContours[0] == this);
4722 Contour* otherContour = coincidence.fContours[1];
4780 SkASSERT(coincidence.fContours[0] == this);
4786 Contour* otherContour = coincidence.fContours[1];
5048 , fContours(contour
[all...]
/external/skia/experimental/Intersection/
H A DSimplify.cpp4491 Contour* fContours[2];
4515 coincidence.fContours[0] = this; // FIXME: no need to store
4516 coincidence.fContours[1] = other;
4648 SkASSERT(coincidence.fContours[0] == this);
4651 Contour* otherContour = coincidence.fContours[1];
4719 SkASSERT(coincidence.fContours[0] == this);
4722 Contour* otherContour = coincidence.fContours[1];
4780 SkASSERT(coincidence.fContours[0] == this);
4786 Contour* otherContour = coincidence.fContours[1];
5048 , fContours(contour
[all...]

Completed in 1064 milliseconds