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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DShapeOps.h10 void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray);
H A DEdgeWalkerRectangles_Test.cpp144 SkTDArray<SkRect> boundsArray; local
145 contourBounds(out, boundsArray);
146 if (boundsArray.count() != 2) {
152 if ((boundsArray[0] != one && boundsArray[0] != two)
153 || (boundsArray[1] != one && boundsArray[1] != two)) {
H A DEdgeWalker.cpp290 void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray) { argument
301 *boundsArray.append() = bounds;
/external/skia/experimental/Intersection/
H A DShapeOps.h10 void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray);
H A DEdgeWalkerRectangles_Test.cpp144 SkTDArray<SkRect> boundsArray; local
145 contourBounds(out, boundsArray);
146 if (boundsArray.count() != 2) {
152 if ((boundsArray[0] != one && boundsArray[0] != two)
153 || (boundsArray[1] != one && boundsArray[1] != two)) {
H A DEdgeWalker.cpp290 void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray) { argument
301 *boundsArray.append() = bounds;

Completed in 136 milliseconds