Home
last modified time | relevance | path

Searched refs:nextSegment (Results 1 – 15 of 15) sorted by relevance

/external/skqp/src/pathops/
DSkOpSegment.cpp349 SkOpSegment* nextSegment = nextAngle->segment(); in ComputeOneSum() local
354 nextSegment->setUpWindings(nextAngle->start(), nextAngle->end(), &sumMiWinding, in ComputeOneSum()
356 last = nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding, in ComputeOneSum()
359 nextSegment->setUpWindings(nextAngle->start(), nextAngle->end(), &sumMiWinding, in ComputeOneSum()
361 last = nextSegment->markAngle(maxWinding, sumWinding, nextAngle); in ComputeOneSum()
378 SkOpSegment* nextSegment = nextAngle->segment(); in ComputeOneSumReverse() local
383 nextSegment->setUpWindings(nextAngle->end(), nextAngle->start(), &sumMiWinding, in ComputeOneSumReverse()
385 last = nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding, in ComputeOneSumReverse()
388 nextSegment->setUpWindings(nextAngle->end(), nextAngle->start(), &sumMiWinding, in ComputeOneSumReverse()
390 last = nextSegment->markAngle(maxWinding, sumWinding, nextAngle); in ComputeOneSumReverse()
[all …]
DSkPathOpsDebug.cpp1269 SkOpSegment* nextSegment = next->segment(); in debugCheckNearCoincidence() local
1273 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in debugCheckNearCoincidence()
1277 double nextMidDistSq = nextSegment->distSq(nextMidT, test); in debugCheckNearCoincidence()
1278 double nextEndDistSq = nextSegment->distSq(nextEndT, test); in debugCheckNearCoincidence()
1280 testSegment->debugID(), nextSegment->debugID()); in debugCheckNearCoincidence()
1285 SkDPoint nextEndPt = nextSegment->dPtAtT(nextEndT); in debugCheckNearCoincidence()
/external/skia/src/pathops/
DSkOpSegment.cpp349 SkOpSegment* nextSegment = nextAngle->segment(); in ComputeOneSum() local
354 nextSegment->setUpWindings(nextAngle->start(), nextAngle->end(), &sumMiWinding, in ComputeOneSum()
356 last = nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding, in ComputeOneSum()
359 nextSegment->setUpWindings(nextAngle->start(), nextAngle->end(), &sumMiWinding, in ComputeOneSum()
361 last = nextSegment->markAngle(maxWinding, sumWinding, nextAngle); in ComputeOneSum()
378 SkOpSegment* nextSegment = nextAngle->segment(); in ComputeOneSumReverse() local
383 nextSegment->setUpWindings(nextAngle->end(), nextAngle->start(), &sumMiWinding, in ComputeOneSumReverse()
385 last = nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding, in ComputeOneSumReverse()
388 nextSegment->setUpWindings(nextAngle->end(), nextAngle->start(), &sumMiWinding, in ComputeOneSumReverse()
390 last = nextSegment->markAngle(maxWinding, sumWinding, nextAngle); in ComputeOneSumReverse()
[all …]
DSkPathOpsDebug.cpp1269 SkOpSegment* nextSegment = next->segment(); in debugCheckNearCoincidence() local
1273 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in debugCheckNearCoincidence()
1277 double nextMidDistSq = nextSegment->distSq(nextMidT, test); in debugCheckNearCoincidence()
1278 double nextEndDistSq = nextSegment->distSq(nextEndT, test); in debugCheckNearCoincidence()
1280 testSegment->debugID(), nextSegment->debugID()); in debugCheckNearCoincidence()
1285 SkDPoint nextEndPt = nextSegment->dPtAtT(nextEndT); in debugCheckNearCoincidence()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DFCDIterCollationIterator.java66 if(!nextSegment()) { in nextCodePoint()
163 if(!nextSegment()) { in handleNextCE32()
258 private boolean nextSegment() { in nextSegment() method
DFCDUTF16CollationIterator.java115 nextSegment(); in nextCodePoint()
185 nextSegment(); in handleNextCE32()
260 private void nextSegment() {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDIterCollationIterator.java64 if(!nextSegment()) { in nextCodePoint()
161 if(!nextSegment()) { in handleNextCE32()
256 private boolean nextSegment() { in nextSegment() method
DFCDUTF16CollationIterator.java113 nextSegment(); in nextCodePoint()
183 nextSegment(); in handleNextCE32()
258 private void nextSegment() {
/external/icu/icu4c/source/i18n/
Duitercollationiterator.cpp120 if(!nextSegment(errorCode)) { in handleNextCE32()
174 if(!nextSegment(errorCode)) { in nextCodePoint()
305 FCDUIterCollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUIterCollationIterator
Dutf16collationiterator.cpp222 if(!nextSegment(errorCode)) { in handleNextCE32()
263 if(!nextSegment(errorCode)) { in nextCodePoint()
374 FCDUTF16CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUTF16CollationIterator
Dutf8collationiterator.cpp204 if(!nextSegment(errorCode)) { in handleNextCE32()
283 if(!nextSegment(errorCode)) { in nextCodePoint()
385 FCDUTF8CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUTF8CollationIterator
Duitercollationiterator.h101 UBool nextSegment(UErrorCode &errorCode);
Dutf8collationiterator.h122 UBool nextSegment(UErrorCode &errorCode);
Dutf16collationiterator.h130 UBool nextSegment(UErrorCode &errorCode);
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp271 static IntervalInfo nextSegment(const IntervalInfo &I) { in nextSegment() function in __anon498f9daf0111::Interference
323 Inactive.push(nextSegment(*RetireItr)); in apply()