Searched refs:fSectorStart (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpAngle.cpp70 lh.fSegment->debugID(), lh.debugID(), lh.fSectorStart, lh.fSectorEnd,
72 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart),
74 rh.fSegment->debugID(), rh.debugID(), rh.fSectorStart, rh.fSectorEnd,
90 lh.fSegment->debugID(), lh.debugID(), lh.fSectorStart, lh.fSectorEnd,
92 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart),
94 rh.fSegment->debugID(), rh.debugID(), rh.fSectorStart, rh.fSectorEnd,
102 return COMPARE_RESULT(4, (lh.fSectorEnd > rh.fSectorStart)
103 ^ (fSectorStart > lh.fSectorEnd) ^ (fSectorStart > rh.fSectorStart));
[all...]
H A DSkOpAngle.h133 int8_t fSectorStart; // in 32nds of a circle member in class:SkOpAngle
/external/skia/src/pathops/
H A DSkOpAngle.cpp70 lh.fSegment->debugID(), lh.debugID(), lh.fSectorStart, lh.fSectorEnd,
72 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart),
74 rh.fSegment->debugID(), rh.debugID(), rh.fSectorStart, rh.fSectorEnd,
90 lh.fSegment->debugID(), lh.debugID(), lh.fSectorStart, lh.fSectorEnd,
92 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart),
94 rh.fSegment->debugID(), rh.debugID(), rh.fSectorStart, rh.fSectorEnd,
102 return COMPARE_RESULT(4, (lh.fSectorEnd > rh.fSectorStart)
103 ^ (fSectorStart > lh.fSectorEnd) ^ (fSectorStart > rh.fSectorStart));
[all...]
H A DSkOpAngle.h133 int8_t fSectorStart; // in 32nds of a circle member in class:SkOpAngle
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp56 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd);
/external/skia/tests/
H A DPathOpsDebug.cpp56 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd);

Completed in 906 milliseconds