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

  /external/chromium_org/chrome/common/extensions/docs/server2/
path_util_test.py 34 def testSegment(self):
  /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;
681 SkOpSegment* testSegment = fSortedSegments[sortedIndex];
682 if (testSegment->done()) {
689 SkPoint testXY = testSegment->activeLeftTop(NULL);
704 *topStart = testSegment;
712 SkOpSegment* testSegment = &fSegments[test]
    [all...]

Completed in 340 milliseconds