Home
last modified time | relevance | path

Searched refs:fSectorStart (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()
110 int lrGap = (rh->fSectorStart - lh->fSectorStart + 32) & 0x1f; in after()
133 int ltGap = (fSectorStart - lh->fSectorStart + 32) & 0x1f; in after()
[all …]
DSkOpAngle.h132 int8_t fSectorStart; // in 32nds of a circle 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()
110 int lrGap = (rh->fSectorStart - lh->fSectorStart + 32) & 0x1f; in after()
133 int ltGap = (fSectorStart - lh->fSectorStart + 32) & 0x1f; in after()
[all …]
DSkOpAngle.h132 int8_t fSectorStart; // in 32nds of a circle 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()