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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DShapeOps.cpp20 static Segment* findChaseOp(SkTDArray<Span*>& chase, int& nextStart, int& nextEnd) { function in namespace:Op
201 current = findChaseOp(chaseArray, index, endIndex);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp12 static SkOpSegment* findChaseOp(SkTDArray<SkOpSpan*>& chase, int* tIndex, int* endIndex) { function
216 current = findChaseOp(chase, &index, &endIndex);
/external/skia/experimental/Intersection/
H A DShapeOps.cpp20 static Segment* findChaseOp(SkTDArray<Span*>& chase, int& nextStart, int& nextEnd) { function in namespace:Op
201 current = findChaseOp(chaseArray, index, endIndex);
/external/skia/src/pathops/
H A DSkPathOpsOp.cpp12 static SkOpSegment* findChaseOp(SkTDArray<SkOpSpan*>& chase, int* tIndex, int* endIndex) { function
216 current = findChaseOp(chase, &index, &endIndex);

Completed in 52 milliseconds