Home
last modified time | relevance | path

Searched refs:fSectorEnd (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkOpAngle.cpp70 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
72 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
73 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
90 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after()
92 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after()
93 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after()
101 return COMPARE_RESULT(4, (lh->fSectorEnd > rh->fSectorStart) in after()
102 ^ (fSectorStart > lh->fSectorEnd) ^ (fSectorStart > rh->fSectorStart)); in after()
219 int start = SkTMin(fSectorStart, fSectorEnd); in checkCrossesZero()
220 int end = SkTMax(fSectorStart, fSectorEnd); in checkCrossesZero()
[all …]
DSkOpAngle.h92 return fSectorEnd; in sectorEnd()
137 int8_t fSectorEnd; member
/external/skia/tests/
DPathOpsDebug.cpp832 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd); in dumpOne()