Searched refs:fSectorEnd (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpAngle.cpp | 70 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 …]
|
D | SkOpAngle.h | 92 return fSectorEnd; in sectorEnd() 137 int8_t fSectorEnd; member
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 832 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd); in dumpOne()
|