Home
last modified time | relevance | path

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

12

/third_party/skia/src/pathops/
DSkOpSegment.cpp356 SkOpSegment* nextSegment = nextAngle->segment(); in ComputeOneSum() local
361 nextSegment->setUpWindings(nextAngle->start(), nextAngle->end(), &sumMiWinding, in ComputeOneSum()
363 if (!nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding, in ComputeOneSum()
368 nextSegment->setUpWindings(nextAngle->start(), nextAngle->end(), &sumMiWinding, in ComputeOneSum()
370 if (!nextSegment->markAngle(maxWinding, sumWinding, nextAngle, &last)) { in ComputeOneSum()
391 SkOpSegment* nextSegment = nextAngle->segment(); in ComputeOneSumReverse() local
396 nextSegment->setUpWindings(nextAngle->end(), nextAngle->start(), &sumMiWinding, in ComputeOneSumReverse()
398 if (!nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding, in ComputeOneSumReverse()
403 nextSegment->setUpWindings(nextAngle->end(), nextAngle->start(), &sumMiWinding, in ComputeOneSumReverse()
405 if (!nextSegment->markAngle(maxWinding, sumWinding, nextAngle, &last)) { in ComputeOneSumReverse()
[all …]
DSkPathWriter.cpp235 const SkOpSegment* nextSegment = opSegment->isSimple(&start, &step); in assemble() local
236 if (!nextSegment) { in assemble()
243 nextSegment->addCurveTo(start, opSpanEnd, &partWriter); in assemble()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDUTF16CollationIterator.java113 nextSegment(); in nextCodePoint()
183 nextSegment(); in handleNextCE32()
258 private void nextSegment() {
DFCDIterCollationIterator.java64 if(!nextSegment()) { in nextCodePoint()
161 if(!nextSegment()) { in handleNextCE32()
256 private boolean nextSegment() { in nextSegment() method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DFCDUTF16CollationIterator.java115 nextSegment(); in nextCodePoint()
185 nextSegment(); in handleNextCE32()
260 private void nextSegment() {
DFCDIterCollationIterator.java66 if(!nextSegment()) { in nextCodePoint()
163 if(!nextSegment()) { in handleNextCE32()
258 private boolean nextSegment() { in nextSegment() method
/third_party/node/deps/icu-small/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.h102 UBool nextSegment(UErrorCode &errorCode);
Dutf8collationiterator.h122 UBool nextSegment(UErrorCode &errorCode);
Dutf16collationiterator.h130 UBool nextSegment(UErrorCode &errorCode);
/third_party/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.h102 UBool nextSegment(UErrorCode &errorCode);
Dutf8collationiterator.h122 UBool nextSegment(UErrorCode &errorCode);
Dutf16collationiterator.h130 UBool nextSegment(UErrorCode &errorCode);
/third_party/skia/third_party/externals/icu/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);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp300 static IntervalInfo nextSegment(const IntervalInfo &I) { in nextSegment() function in __anon0102e8e70111::Interference
352 Inactive.push(nextSegment(*RetireItr)); in apply()

12