Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpAngle.cpp76 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 …]
DSkOpAngle.h133 int8_t fSectorEnd; variable
/external/skqp/src/pathops/
DSkOpAngle.cpp76 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 …]
DSkOpAngle.h133 int8_t fSectorEnd; variable
/external/skqp/tests/
DPathOpsDebug.cpp553 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd); in dumpOne()
/external/skia/tests/
DPathOpsDebug.cpp553 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd); in dumpOne()