Searched refs:debugID (Results 1 - 17 of 17) sorted by relevance

/external/skia/tests/
H A DPathOpsDebug.cpp823 SkDebugf("[%d", segment->debugID());
824 SkDebugf("/%d", debugID());
827 SkDebugf("%d", fNext->fStart->segment()->debugID());
828 SkDebugf("/%d", fNext->debugID());
833 SkDebugf(" s=%1.9g [%d] e=%1.9g [%d]", fStart->t(), fStart->debugID(),
834 fEnd->t(), fEnd->debugID());
880 next->fCurvePart.dumpID(next->segment()->debugID());
913 if (ptT->debugID() == id) {
942 this->segment()->debugID(), this->span()->debugID(), thi
[all...]
H A DPathOpsTSectDebug.h28 if (test->debugID() == id) {
120 SkDebugf("id=%d", debugID());
134 test->fPart.dumpID(test->debugID());
216 SkDebugf("%d", debugID());
/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp53 current->debugID(), start->pt().fX, start->pt().fY,
80 SkDebugf("%s chase.append id=%d", __FUNCTION__, last->segment()->debugID());
137 current->debugID(), start->pt().fX, start->pt().fY,
H A DSkOpSegment.cpp142 __FUNCTION__, debugID(), start->t(), end->t(),
358 alias->segment()->debugID(), alias->span()->debugID());
373 span->segment()->debugID(), span->debugID());
703 last->segment()->debugID(), last->debugID());
720 __FUNCTION__, debugID(), nextSegment->debugID(), *nextStart, *nextEnd);
799 last->segment()->debugID(), las
[all...]
H A DSkOpAngle.cpp70 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd,
72 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
73 rh->segment()->debugID(), rh->debugID(), rh->fSectorStart, rh->fSectorEnd,
90 lh->segment()->debugID(), lh->debugID(), lh->fSectorStart, lh->fSectorEnd,
92 segment()->debugID(), debugID(), fSectorStar
[all...]
H A DSkOpAngle.h40 int debugID() const { function in struct:SkOpAngle
H A DSkOpBuilder.cpp61 topSegment->debugID(), globalState.nested(), topContour->isCcw());
H A DSkOpCoincidence.h25 int debugID() const { function in struct:SkCoincidentSpans
H A DSkPathOpsDebug.cpp861 if (lastId == this->debugID() && lastT == span->t()) {
864 lastId = this->debugID();
866 SkDebugf("%s id=%d", __FUNCTION__, this->debugID());
899 SkDebugf("%s id=%d", fun, this->debugID());
905 span->t(), span->debugID(), pt.fX, pt.fY, span->next()->t());
923 SkDebugf("%s id=%d", fun, this->debugID());
929 span->t(), span->debugID(), pt.fX, pt.fY, span->next()->t(), winding, oppWinding);
973 SkDebugf("%s testLenSq=%1.9g id=%d\n", __FUNCTION__, testLenSq, testSegment->debugID());
988 testSegment->debugID(), nextSegment->debugID());
[all...]
H A DSkOpSpan.h56 int debugID() const { function in class:SkOpPtT
205 int debugID() const { function in class:SkOpSpanBase
H A DSkPathOpsWinding.cpp264 gDebugRayDirName[static_cast<int>(dir)], hitBase.fSpan->segment()->debugID(),
273 hit->fValid, operand, span ? span->debugID() : -1, ccw);
H A DSkPathOpsOp.cpp127 current->debugID(), start->pt().fX, start->pt().fY,
154 SkDebugf("%s chase.append id=%d", __FUNCTION__, last->segment()->debugID());
H A DSkOpContour.h114 int debugID() const { function in class:SkOpContour
H A DSkOpCoincidence.cpp306 miss.printf("addMissing inner=%d outer=%d", inner->debugID(), outer->debugID());
H A DSkPathOpsTSect.h179 int debugID() const { function in class:SkTSpan
272 int debugID() const { function in class:SkTSect
408 priorSpan->debugID() : -1, t, opp->debugID());
414 priorSpan->debugID() : -1, opp->debugID());
802 SkASSERT(((this->debugID() ^ overlap->debugID()) & 1) == 1);
H A DSkOpSegment.h153 int debugID() const { function in class:SkOpSegment
/external/skia/src/gpu/
H A DGrDrawTarget.cpp58 static int debugID = 0; local
59 fDebugID = debugID++;

Completed in 171 milliseconds