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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 570 SkOpSpan* oTest = &other->fTs[oIndex];
574 bool decrement = test->fWindValue && oTest->fWindValue;
575 bool track = test->fWindValue || oTest->fWindValue;
576 bool bigger = test->fWindValue >= oTest->fWindValue;
578 double oTestT = oTest->fT;
592 SkOpSpan* oSpan = oTest;
616 oTest = oSpan;
618 SkASSERT(!oIndex || approximately_negative(oTest->fT - oStartT));
662 int SkOpSegment::bumpCoincidentThis(const SkOpSpan& oTest, bool opp, int index,
664 int oWindValue = oTest.fWindValue
    [all...]
SkOpSegment.h 341 int advanceCoincidentThis(const SkOpSpan* oTest, bool opp, int index);
344 int bumpCoincidentThis(const SkOpSpan& oTest, bool opp, int index,
  /external/skia/src/pathops/
SkOpSegment.cpp 570 SkOpSpan* oTest = &other->fTs[oIndex];
574 bool decrement = test->fWindValue && oTest->fWindValue;
575 bool track = test->fWindValue || oTest->fWindValue;
576 bool bigger = test->fWindValue >= oTest->fWindValue;
578 double oTestT = oTest->fT;
592 SkOpSpan* oSpan = oTest;
616 oTest = oSpan;
618 SkASSERT(!oIndex || approximately_negative(oTest->fT - oStartT));
662 int SkOpSegment::bumpCoincidentThis(const SkOpSpan& oTest, bool opp, int index,
664 int oWindValue = oTest.fWindValue
    [all...]
SkOpSegment.h 341 int advanceCoincidentThis(const SkOpSpan* oTest, bool opp, int index);
344 int bumpCoincidentThis(const SkOpSpan& oTest, bool opp, int index,

Completed in 1784 milliseconds