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 684 startPt endPt test/oTest first pos test/oTest final pos
707 SkOpSpan* oTest = &other->fTs[oIndex];
716 SkASSERT(oTest->fT < 1);
717 decrement = test->fWindValue && oTest->fWindValue;
718 track = test->fWindValue || oTest->fWindValue;
719 bigger = test->fWindValue >= oTest->fWindValue;
722 oTestPt = &oTest->fPt;
723 double oTestT = oTest->fT;
737 originalWindValue = oTest->fWindValue
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 684 startPt endPt test/oTest first pos test/oTest final pos
707 SkOpSpan* oTest = &other->fTs[oIndex];
716 SkASSERT(oTest->fT < 1);
717 decrement = test->fWindValue && oTest->fWindValue;
718 track = test->fWindValue || oTest->fWindValue;
719 bigger = test->fWindValue >= oTest->fWindValue;
722 oTestPt = &oTest->fPt;
723 double oTestT = oTest->fT;
737 originalWindValue = oTest->fWindValue
    [all...]

Completed in 103 milliseconds