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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 70 lh.fSegment->debugID(), lh.debugID(), lh.fSectorStart, lh.fSectorEnd,
71 lh.fSegment->t(lh.fStart), lh.fSegment->t(lh.fEnd),
72 fSegment->debugID(), debugID(), fSectorStart, fSectorEnd, fSegment->t(fStart),
73 fSegment->t(fEnd),
74 rh.fSegment->debugID(), rh.debugID(), rh.fSectorStart, rh.fSectorEnd,
75 rh.fSegment->t(rh.fStart), rh.fSegment->t(rh.fEnd));
90 lh.fSegment->debugID(), lh.debugID(), lh.fSectorStart, lh.fSectorEnd
    [all...]
SkPathOpsDebug.cpp 119 SK_ALWAYSBREAK(fSegment == compare->fSegment);
120 const SkOpSpan& startSpan = fSegment->span(fStart);
121 const SkOpSpan& oStartSpan = fSegment->span(compare->fStart);
124 const SkOpSpan& endSpan = fSegment->span(fEnd);
125 const SkOpSpan& oEndSpan = fSegment->span(compare->fEnd);
137 // SK_ALWAYSBREAK(next->fSegment->debugContains(next));
156 bool firstOperand = fSegment->operand();
160 const SkOpSegment* segment = next->fSegment;
181 SK_ALWAYSBREAK(!signSum || fSegment->_xor())
    [all...]
SkOpAngle.h 60 return const_cast<SkOpSegment*>(fSegment);
125 const SkOpSegment* fSegment;
SkOpSegment.cpp     [all...]
SkOpSegment.h 41 const SkOpSegment* fSegment;
388 SkOpSegment* fSegment;
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 174 // fSegment->debugValidate();
175 const SkOpSpan& mSpan = fSegment->span(SkMin32(fStart, fEnd));
179 SkDebugf("[%d", fSegment->debugID());
183 SkDebugf("%d", fNext->fSegment->debugID());
189 SkDebugf(" s=%1.9g [%d] e=%1.9g [%d]", fSegment->span(fStart).fT, fStart,
190 fSegment->span(fEnd).fT, fEnd);
212 if (fSegment->operand()) {
227 if (segment == next->fSegment) {
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 726 if (cmp && (*fSpans)[fEnd].fOther != rh.fSegment // tangents not absolutely identical
727 && (*rh.fSpans)[rh.fEnd].fOther != fSegment) { // and not intersecting
856 fSegment = segment;
951 return const_cast<Segment*>(fSegment);
991 const Segment* fSegment;
    [all...]

Completed in 60 milliseconds