Home
last modified time | relevance | path

Searched refs:fTiny (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkOpSpan.h34 bool fTiny; // if set, consecutive points are equal but consecutive ts are not precisely equal member
DSkOpSegment.cpp49 && (precisely_negative(referenceT - fTs[lesser].fT) || fTs[lesser].fTiny)) { in activeAngle()
61 if (fTs[index - 1].fTiny) { in activeAngle()
409 SkASSERT(span(endIndex).fT == 1 || (span(endIndex).fTiny in addEndSpan()
414 while (fTs[startIndex].fT == 1 || fTs[startIndex].fTiny) { in addEndSpan()
616 span->fTiny = false; in addT()
665 fTiny |= span[index].fTiny = tiny; in addT()
840 SkASSERT(!fTs[0].fTiny && fTs[idx].fT > 0); in addSimpleAngle()
856 SkASSERT(!fTs[idx].fTiny && fTs[idx].fT < 1); in addSimpleAngle()
888 SkASSERT(!oPrior.fTiny && oPrior.fT < 1); in addSimpleAngle()
895 SkASSERT(!oSpan->fTiny && (other->fTs[span->fOtherIndex + 1].fT > 0 in addSimpleAngle()
[all …]
DSkPathOpsDebug.cpp545 SK_ALWAYSBREAK(last->fTiny || tsPreciselyEqual || !pointsEqual || hasLoop); in debugValidate()
546 SK_ALWAYSBREAK(!last->fTiny || pointsEqual); in debugValidate()
547 SK_ALWAYSBREAK(!last->fTiny || last->fDone); in debugValidate()
552 if (last->fTiny) { in debugValidate()
DSkOpSegment.h98 return fTiny; in hasTiny()
547 bool fTiny; // set if some span is tiny variable
/external/skia/src/pathops/
DSkOpSpan.h34 bool fTiny; // if set, consecutive points are equal but consecutive ts are not precisely equal member
DSkOpSegment.cpp49 && (precisely_negative(referenceT - fTs[lesser].fT) || fTs[lesser].fTiny)) { in activeAngle()
61 if (fTs[index - 1].fTiny) { in activeAngle()
410 while (fTs[startIndex].fT == 1 || fTs[startIndex].fTiny) { in addEndSpan()
612 span->fTiny = false; in addT()
659 fTiny |= span[index].fTiny = tiny; in addT()
830 SkASSERT(!fTs[0].fTiny && fTs[1].fT > 0); in addSimpleAngle()
844 SkASSERT(!fTs[index - 1].fTiny && fTs[index - 1].fT < 1); in addSimpleAngle()
855 SkASSERT(!oPrior.fTiny && oPrior.fT < 1); in addSimpleAngle()
862 SkASSERT(!oSpan.fTiny && (other->fTs[span->fOtherIndex + 1].fT > 0 in addSimpleAngle()
985 oSpan->fTiny = true; in alignSpan()
[all …]
DSkPathOpsDebug.cpp544 SK_ALWAYSBREAK(last->fTiny || tsPreciselyEqual || !pointsEqual || hasLoop); in debugValidate()
545 SK_ALWAYSBREAK(!last->fTiny || pointsEqual); in debugValidate()
546 SK_ALWAYSBREAK(!last->fTiny || last->fDone); in debugValidate()
551 if (last->fTiny) { in debugValidate()
DSkOpSegment.h98 return fTiny; in hasTiny()
545 bool fTiny; // set if some span is tiny variable
/external/skia/tests/
DPathOpsDebug.cpp77 if (mSpan.fTiny) { in dumpOne()
573 if (fTiny) { in dumpOne()
/external/chromium_org/third_party/skia/tests/
DPathOpsDebug.cpp209 if (mSpan.fTiny) { in dumpOne()
705 if (fTiny) { in dumpOne()
/external/chromium_org/third_party/skia/experimental/Intersection/
DSimplify.cpp668 bool fTiny; // if set, span may still be considered once for edge following member
751 if ((*rh.fSpans)[SkMin32(rh.fStart, rh.fEnd)].fTiny in operator <()
752 || (*fSpans)[SkMin32(fStart, fEnd)].fTiny) { in operator <()
917 if (thisSpan.fTiny || precisely_equal(thisSpan.fT, nextSpan.fT)) { in setSpans()
1454 if (angles.count() > 1 && !fTs[start].fTiny) { in addAngle()
1712 span->fTiny = false; in addT()
1737 span[less].fTiny = true; in addT()
1790 span[more - 1].fTiny = true; in addT()
2990 SkASSERT(!leftSegment->fTs[SkMin32(tIndex, endIndex)].fTiny); in findTop()
3880 return mSpan.fTiny; in tiny()
[all …]
/external/skia/experimental/Intersection/
DSimplify.cpp668 bool fTiny; // if set, span may still be considered once for edge following member
751 if ((*rh.fSpans)[SkMin32(rh.fStart, rh.fEnd)].fTiny in operator <()
752 || (*fSpans)[SkMin32(fStart, fEnd)].fTiny) { in operator <()
917 if (thisSpan.fTiny || precisely_equal(thisSpan.fT, nextSpan.fT)) { in setSpans()
1454 if (angles.count() > 1 && !fTs[start].fTiny) { in addAngle()
1712 span->fTiny = false; in addT()
1737 span[less].fTiny = true; in addT()
1790 span[more - 1].fTiny = true; in addT()
2990 SkASSERT(!leftSegment->fTs[SkMin32(tIndex, endIndex)].fTiny); in findTop()
3880 return mSpan.fTiny; in tiny()
[all …]