Searched refs:fSectorEnd (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpAngle.cpp | 76 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after() 78 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after() 79 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after() 96 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after() 98 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after() 99 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after() 107 return COMPARE_RESULT(4, (lh->fSectorEnd > rh->fSectorStart) in after() 108 ^ (fSectorStart > lh->fSectorEnd) ^ (fSectorStart > rh->fSectorStart)); in after() 329 int start = SkTMin(fSectorStart, fSectorEnd); in checkCrossesZero() 330 int end = SkTMax(fSectorStart, fSectorEnd); in checkCrossesZero() [all …]
|
D | SkOpAngle.h | 133 int8_t fSectorEnd; variable
|
/external/skqp/src/pathops/ |
D | SkOpAngle.cpp | 76 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after() 78 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after() 79 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after() 96 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd, in after() 98 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(), in after() 99 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd, in after() 107 return COMPARE_RESULT(4, (lh->fSectorEnd > rh->fSectorStart) in after() 108 ^ (fSectorStart > lh->fSectorEnd) ^ (fSectorStart > rh->fSectorStart)); in after() 329 int start = SkTMin(fSectorStart, fSectorEnd); in checkCrossesZero() 330 int end = SkTMax(fSectorStart, fSectorEnd); in checkCrossesZero() [all …]
|
D | SkOpAngle.h | 133 int8_t fSectorEnd; variable
|
/external/skqp/tests/ |
D | PathOpsDebug.cpp | 553 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd); in dumpOne()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 553 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd); in dumpOne()
|