HomeSort by relevance Sort by last modified time
    Searched refs:testSegment (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 46 SkOpSegment* testSegment = fSortedSegments[sortedIndex];
47 if (testSegment->done()) {
51 while (testSegment->nextCandidate(start, end)) {
52 if (!testSegment->isVertical(*start, *end)) {
53 return testSegment;
669 SkOpSegment* testSegment = fSortedSegments[sortedIndex];
670 if (testSegment->done()) {
677 SkPoint testXY = testSegment->activeLeftTop(NULL);
692 *topStart = testSegment;
700 SkOpSegment* testSegment = &fSegments[test]
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 46 SkOpSegment* testSegment = fSortedSegments[sortedIndex];
47 if (testSegment->done()) {
51 while (testSegment->nextCandidate(start, end)) {
52 if (!testSegment->isVertical(*start, *end)) {
53 return testSegment;
669 SkOpSegment* testSegment = fSortedSegments[sortedIndex];
670 if (testSegment->done()) {
677 SkPoint testXY = testSegment->activeLeftTop(NULL);
692 *topStart = testSegment;
700 SkOpSegment* testSegment = &fSegments[test]
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 243 milliseconds