Home
last modified time | relevance | path

Searched refs:fSectorStart (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()
104 int lrGap = (rh->fSectorStart - lh->fSectorStart + 32) & 0x1f; in after()
127 int ltGap = (fSectorStart - lh->fSectorStart + 32) & 0x1f; in after()
[all …]
DSkOpAngle.h96 return fSectorStart; in sectorStart()
136 int8_t fSectorStart; // in 32nds of a circle member
/external/skia/tests/
DPathOpsDebug.cpp832 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd); in dumpOne()