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

  /external/skia/tests/
PathOpsDebug.cpp 860 SkDebugf("[%d", segment->debugID());
861 SkDebugf("/%d", debugID());
864 SkDebugf("%d", fNext->fStart->segment()->debugID());
865 SkDebugf("/%d", fNext->debugID());
870 SkDebugf(" s=%1.9g [%d] e=%1.9g [%d]", fStart->t(), fStart->debugID(),
871 fEnd->t(), fEnd->debugID());
917 next->fPart.fCurve.dumpID(next->segment()->debugID());
950 if (ptT->debugID() == id) {
983 this->segment()->debugID(), this->span()->debugID(), this->debugID())
    [all...]
PathOpsTSectDebug.h 30 if (test->debugID() == id) {
122 SkDebugf("id=%d", debugID());
136 test->fPart.dumpID(test->debugID());
218 SkDebugf("%d", debugID());
  /external/skia/src/pathops/
SkOpSegment.cpp 142 __FUNCTION__, debugID(), start->t(), end->t(),
265 span->segment()->debugID(), span->debugID());
602 last->segment()->debugID(), last->debugID());
619 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd);
698 last->segment()->debugID(), last->debugID());
715 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd)
    [all...]
SkPathOpsSimplify.cpp 40 current->debugID(), start->pt().fX, start->pt().fY,
67 SkDebugf("%s chase.append id=%d", __FUNCTION__, last->segment()->debugID());
110 current->debugID(), start->pt().fX, start->pt().fY,
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()
    [all...]
SkOpAngle.h 35 int debugID() const {
SkPathOpsDebug.cpp 380 SkDebugf(" seg/base=%d/%d", glitch.fBase->segment()->debugID(),
381 glitch.fBase->debugID());
384 SkDebugf(" seg/base=%d/%d", glitch.fSuspect->segment()->debugID(),
385 glitch.fSuspect->debugID());
388 SkDebugf(" segment=%d", glitch.fSegment->debugID());
391 SkDebugf(" coinSeg/Span/PtT=%d/%d/%d", glitch.fCoinSpan->segment()->debugID(),
392 glitch.fCoinSpan->span()->debugID(), glitch.fCoinSpan->debugID());
395 SkDebugf(" endSpan=%d", glitch.fEndSpan->debugID());
398 SkDebugf(" oppSeg/Span/PtT=%d/%d/%d", glitch.fOppSpan->segment()->debugID(),
    [all...]
SkPathOpsOp.cpp 136 current->debugID(), start->pt().fX, start->pt().fY,
163 SkDebugf("%s chase.append id=%d", __FUNCTION__, last->segment()->debugID());
SkOpSpan.h 50 int debugID() const {
219 int debugID() const {
SkPathOpsWinding.cpp 271 gDebugRayDirName[static_cast<int>(dir)], hitBase.fSpan->segment()->debugID(),
280 hit->fValid, operand, span ? span->debugID() : -1, ccw);
SkOpBuilder.cpp 78 topSegment->debugID(), globalState.nested(), topContour->isCcw());
SkOpCoincidence.h 42 const char* debugID() const {
SkOpContour.h 78 int debugID() const {
SkOpCoincidence.cpp     [all...]
SkOpSegment.h 143 int debugID() const {
SkPathOpsTSect.h 190 int debugID() const {
286 int debugID() const {
431 priorSpan->debugID() : -1, t, opp->debugID());
437 priorSpan->debugID() : -1, opp->debugID());
832 SkASSERT(((this->debugID() ^ overlap->debugID()) & 1) == 1);
    [all...]

Completed in 389 milliseconds