HomeSort by relevance Sort by last modified time
    Searched refs:fSegment (Results 1 - 14 of 14) 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 118 SK_ALWAYSBREAK(fSegment == compare->fSegment);
119 const SkOpSpan& startSpan = fSegment->span(fStart);
120 const SkOpSpan& oStartSpan = fSegment->span(compare->fStart);
123 const SkOpSpan& endSpan = fSegment->span(fEnd);
124 const SkOpSpan& oEndSpan = fSegment->span(compare->fEnd);
136 // SK_ALWAYSBREAK(next->fSegment->debugContains(next));
155 bool firstOperand = fSegment->operand();
159 const SkOpSegment* segment = next->fSegment;
180 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;
386 SkOpSegment* fSegment;
  /external/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 118 SK_ALWAYSBREAK(fSegment == compare->fSegment);
119 const SkOpSpan& startSpan = fSegment->span(fStart);
120 const SkOpSpan& oStartSpan = fSegment->span(compare->fStart);
123 const SkOpSpan& endSpan = fSegment->span(fEnd);
124 const SkOpSpan& oEndSpan = fSegment->span(compare->fEnd);
136 // SK_ALWAYSBREAK(next->fSegment->debugContains(next));
155 bool firstOperand = fSegment->operand();
159 const SkOpSegment* segment = next->fSegment;
180 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;
386 SkOpSegment* fSegment;
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 42 // fSegment->debugValidate();
43 const SkOpSpan& mSpan = fSegment->span(SkMin32(fStart, fEnd));
47 SkDebugf("[%d", fSegment->debugID());
51 SkDebugf("%d", fNext->fSegment->debugID());
57 SkDebugf(" s=%1.9g [%d] e=%1.9g [%d]", fSegment->span(fStart).fT, fStart,
58 fSegment->span(fEnd).fT, fEnd);
80 if (fSegment->operand()) {
95 if (segment == next->fSegment) {
  /external/skia/tests/
PathOpsDebug.cpp 42 // fSegment->debugValidate();
43 const SkOpSpan& mSpan = fSegment->span(SkMin32(fStart, fEnd));
47 SkDebugf("[%d", fSegment->debugID());
51 SkDebugf("%d", fNext->fSegment->debugID());
57 SkDebugf(" s=%1.9g [%d] e=%1.9g [%d]", fSegment->span(fStart).fT, fStart,
58 fSegment->span(fEnd).fT, fEnd);
80 if (fSegment->operand()) {
95 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...]
  /external/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 415 milliseconds