HomeSort by relevance Sort by last modified time
    Searched refs:fSectorStart (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkOpAngle.cpp 76 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd,
78 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
79 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd,
96 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd,
98 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
99 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd,
107 return COMPARE_RESULT(4, (lh->fSectorEnd > rh->fSectorStart)
108 ^ (fSectorStart > lh->fSectorEnd) ^ (fSectorStart > rh->fSectorStart));
    [all...]
SkOpAngle.h 129 int8_t fSectorStart; // in 32nds of a circle
  /external/skia/tests/
PathOpsDebug.cpp 869 SkDebugf(" sect=%d/%d ", fSectorStart, fSectorEnd);
    [all...]

Completed in 81 milliseconds