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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 566 startPt endPt test/oTest first pos test/oTest final pos
588 SkOpSpan* oTest = &other->fTs[oIndex];
593 SkASSERT(oTest->fT < 1);
594 bool decrement = test->fWindValue && oTest->fWindValue;
595 bool track = test->fWindValue || oTest->fWindValue;
596 bool bigger = test->fWindValue >= oTest->fWindValue;
599 const SkPoint& oTestPt = oTest->fPt;
600 double oTestT = oTest->fT;
614 SkDEBUGCODE(int originalWindValue = oTest->fWindValue)
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 566 startPt endPt test/oTest first pos test/oTest final pos
588 SkOpSpan* oTest = &other->fTs[oIndex];
593 SkASSERT(oTest->fT < 1);
594 bool decrement = test->fWindValue && oTest->fWindValue;
595 bool track = test->fWindValue || oTest->fWindValue;
596 bool bigger = test->fWindValue >= oTest->fWindValue;
599 const SkPoint& oTestPt = oTest->fPt;
600 double oTestT = oTest->fT;
614 SkDEBUGCODE(int originalWindValue = oTest->fWindValue)
    [all...]

Completed in 511 milliseconds