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

/external/skia/src/pathops/
H A DSkOpAngle.cpp76 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd,
78 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
79 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd,
96 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd,
98 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
99 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd,
107 return COMPARE_RESULT(4, (lh->fSectorEnd > rh->fSectorStart)
108 ^ (fSectorStart > lh->fSectorEnd) ^ (fSectorStart > rh->fSectorStart));
[all...]
H A DSkOpAngle.h129 int8_t fSectorStart; // in 32nds of a circle member in class:SkOpAngle
/external/skia/tests/
H A DPathOpsDebug.cpp869 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd);

Completed in 146 milliseconds