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

  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 47 SkDebugf("[%d", fSegment->debugID());
48 SkDebugf("/%d", debugID());
51 SkDebugf("%d", fNext->fSegment->debugID());
52 SkDebugf("/%d", fNext->debugID());
138 SkDebugf("((SkOpContour*) 0x%p) [%d]\n", this, debugID());
141 fSegments[test].debugID());
147 SkDebugf("((SkOpContour*) 0x%p) [%d]\n", this, debugID());
159 SkDebugf("((SkOpSegment*) 0x%p) [%d] ((SkOpSegment*) 0x%p) [%d]\n", &s1, s1.debugID(),
160 &s2, s2.debugID());
192 if (segment.debugID() == index)
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 47 SkDebugf("[%d", fSegment->debugID());
48 SkDebugf("/%d", debugID());
51 SkDebugf("%d", fNext->fSegment->debugID());
52 SkDebugf("/%d", fNext->debugID());
138 SkDebugf("((SkOpContour*) 0x%p) [%d]\n", this, debugID());
141 fSegments[test].debugID());
147 SkDebugf("((SkOpContour*) 0x%p) [%d]\n", this, debugID());
159 SkDebugf("((SkOpSegment*) 0x%p) [%d] ((SkOpSegment*) 0x%p) [%d]\n", &s1, s1.debugID(),
160 &s2, s2.debugID());
192 if (segment.debugID() == index)
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.h 89 int debugID() const { return fID; }
95 int debugID() const { return 0; }
SkPathOpsSimplify.cpp 60 current->debugID(), current->xyAtT(index).fX, current->xyAtT(index).fY,
87 last->fOther->span(last->fOtherIndex).fOther->debugID(), last->fWindSum,
132 current->debugID(), current->xyAtT(start).fX, current->xyAtT(start).fY,
SkOpAngle.cpp 70 lh.fSegment->debugID(), lh.debugID(), lh.fSectorStart, lh.fSectorEnd,
72 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart),
74 rh.fSegment->debugID(), rh.debugID(), rh.fSectorStart, rh.fSectorEnd,
90 lh.fSegment->debugID(), lh.debugID(), lh.fSectorStart, lh.fSectorEnd,
92 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart)
    [all...]
SkOpContour.h 350 int debugID() const { return fID; }
353 int debugID() const { return -1; }
SkPathOpsOp.cpp 182 current->debugID(), current->xyAtT(index).fX, current->xyAtT(index).fY,
211 last->fOther->span(last->fOtherIndex).fOther->debugID(), last->fWindSum,
SkOpSegment.h 356 int debugID() const {
360 int debugID() const {
SkOpSegment.cpp 192 __FUNCTION__, debugID(), span(index).fT, span(endIndex).fT,
    [all...]
SkPathOpsCommon.cpp 86 current->debugID(), mid, newMid,
198 segment->debugID(), maxWinding, winding, angle->sign());
  /external/skia/src/pathops/
SkOpAngle.h 89 int debugID() const { return fID; }
95 int debugID() const { return 0; }
SkPathOpsSimplify.cpp 60 current->debugID(), current->xyAtT(index).fX, current->xyAtT(index).fY,
87 last->fOther->span(last->fOtherIndex).fOther->debugID(), last->fWindSum,
132 current->debugID(), current->xyAtT(start).fX, current->xyAtT(start).fY,
SkOpAngle.cpp 70 lh.fSegment->debugID(), lh.debugID(), lh.fSectorStart, lh.fSectorEnd,
72 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart),
74 rh.fSegment->debugID(), rh.debugID(), rh.fSectorStart, rh.fSectorEnd,
90 lh.fSegment->debugID(), lh.debugID(), lh.fSectorStart, lh.fSectorEnd,
92 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart)
    [all...]
SkOpContour.h 350 int debugID() const { return fID; }
353 int debugID() const { return -1; }
SkPathOpsOp.cpp 182 current->debugID(), current->xyAtT(index).fX, current->xyAtT(index).fY,
211 last->fOther->span(last->fOtherIndex).fOther->debugID(), last->fWindSum,
SkOpSegment.h 356 int debugID() const {
360 int debugID() const {
SkOpSegment.cpp 192 __FUNCTION__, debugID(), span(index).fT, span(endIndex).fT,
    [all...]
SkPathOpsCommon.cpp 86 current->debugID(), mid, newMid,
198 segment->debugID(), maxWinding, winding, angle->sign());
  /external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.cpp 177 current->debugID(), current->xyAtT(index).fX, current->xyAtT(index).fY,
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
ShapeOps.cpp 177 current->debugID(), current->xyAtT(index).fX, current->xyAtT(index).fY,
Simplify.cpp     [all...]

Completed in 230 milliseconds