Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp390 SkOpSegment* nextSegment = nextAngle->segment(); in ComputeOneSum() local
395 nextSegment->setUpWindings(nextAngle->start(), nextAngle->end(), &sumMiWinding, in ComputeOneSum()
397 last = nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding, in ComputeOneSum()
400 nextSegment->setUpWindings(nextAngle->start(), nextAngle->end(), &sumMiWinding, in ComputeOneSum()
402 last = nextSegment->markAngle(maxWinding, sumWinding, nextAngle); in ComputeOneSum()
419 SkOpSegment* nextSegment = nextAngle->segment(); in ComputeOneSumReverse() local
424 nextSegment->setUpWindings(nextAngle->end(), nextAngle->start(), &sumMiWinding, in ComputeOneSumReverse()
426 last = nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding, in ComputeOneSumReverse()
429 nextSegment->setUpWindings(nextAngle->end(), nextAngle->start(), &sumMiWinding, in ComputeOneSumReverse()
431 last = nextSegment->markAngle(maxWinding, sumWinding, nextAngle); in ComputeOneSumReverse()
[all …]
DSkOpAngle.cpp246 SkOpSegment* nextSegment = next->segment(); in checkNearCoincidence() local
250 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in checkNearCoincidence()
254 double nextMidDistSq = nextSegment->distSq(nextMidT, test); in checkNearCoincidence()
255 double nextEndDistSq = nextSegment->distSq(nextEndT, test); in checkNearCoincidence()
258 testSegment->debugID(), nextSegment->debugID()); in checkNearCoincidence()
263 SkDPoint nextEndPt = nextSegment->dPtAtT(nextEndT); in checkNearCoincidence()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDUTF16CollationIterator.java101 nextSegment(); in nextCodePoint()
171 nextSegment(); in handleNextCE32()
246 private void nextSegment() {
DFCDIterCollationIterator.java62 if(!nextSegment()) { in nextCodePoint()
159 if(!nextSegment()) { in handleNextCE32()
254 private boolean nextSegment() { in nextSegment() method
/external/icu/icu4c/source/i18n/
Duitercollationiterator.cpp118 if(!nextSegment(errorCode)) { in handleNextCE32()
172 if(!nextSegment(errorCode)) { in nextCodePoint()
303 FCDUIterCollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUIterCollationIterator
Dutf16collationiterator.cpp220 if(!nextSegment(errorCode)) { in handleNextCE32()
261 if(!nextSegment(errorCode)) { in nextCodePoint()
372 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.h98 UBool nextSegment(UErrorCode &errorCode);
Dutf8collationiterator.h119 UBool nextSegment(UErrorCode &errorCode);
Dutf16collationiterator.h128 UBool nextSegment(UErrorCode &errorCode);
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp137 LiveInterval::iterator nextSegment(LiveInterval &LI, SlotIndex S);
232 LiveInterval::iterator HexagonExpandCondsets::nextSegment(LiveInterval &LI, in nextSegment() function in HexagonExpandCondsets
443 LiveInterval::iterator P = prevSegment(LID, MX), N = nextSegment(LID, MX); in addInstrToLiveness()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp263 static IntervalInfo nextSegment(const IntervalInfo &I) { in nextSegment() function in __anon9b05d7520111::Interference
315 Inactive.push(nextSegment(*RetireItr)); in apply()