/third_party/skia/src/pathops/ |
D | SkOpSegment.cpp | 356 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 …]
|
D | SkPathWriter.cpp | 235 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/ |
D | FCDUTF16CollationIterator.java | 113 nextSegment(); in nextCodePoint() 183 nextSegment(); in handleNextCE32() 258 private void nextSegment() {
|
D | FCDIterCollationIterator.java | 64 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/ |
D | FCDUTF16CollationIterator.java | 115 nextSegment(); in nextCodePoint() 185 nextSegment(); in handleNextCE32() 260 private void nextSegment() {
|
D | FCDIterCollationIterator.java | 66 if(!nextSegment()) { in nextCodePoint() 163 if(!nextSegment()) { in handleNextCE32() 258 private boolean nextSegment() { in nextSegment() method
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uitercollationiterator.cpp | 120 if(!nextSegment(errorCode)) { in handleNextCE32() 174 if(!nextSegment(errorCode)) { in nextCodePoint() 305 FCDUIterCollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUIterCollationIterator
|
D | utf16collationiterator.cpp | 222 if(!nextSegment(errorCode)) { in handleNextCE32() 263 if(!nextSegment(errorCode)) { in nextCodePoint() 374 FCDUTF16CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUTF16CollationIterator
|
D | utf8collationiterator.cpp | 204 if(!nextSegment(errorCode)) { in handleNextCE32() 283 if(!nextSegment(errorCode)) { in nextCodePoint() 385 FCDUTF8CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUTF8CollationIterator
|
D | uitercollationiterator.h | 102 UBool nextSegment(UErrorCode &errorCode);
|
D | utf8collationiterator.h | 122 UBool nextSegment(UErrorCode &errorCode);
|
D | utf16collationiterator.h | 130 UBool nextSegment(UErrorCode &errorCode);
|
/third_party/icu/icu4c/source/i18n/ |
D | uitercollationiterator.cpp | 120 if(!nextSegment(errorCode)) { in handleNextCE32() 174 if(!nextSegment(errorCode)) { in nextCodePoint() 305 FCDUIterCollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUIterCollationIterator
|
D | utf16collationiterator.cpp | 222 if(!nextSegment(errorCode)) { in handleNextCE32() 263 if(!nextSegment(errorCode)) { in nextCodePoint() 374 FCDUTF16CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUTF16CollationIterator
|
D | utf8collationiterator.cpp | 204 if(!nextSegment(errorCode)) { in handleNextCE32() 283 if(!nextSegment(errorCode)) { in nextCodePoint() 385 FCDUTF8CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUTF8CollationIterator
|
D | uitercollationiterator.h | 102 UBool nextSegment(UErrorCode &errorCode);
|
D | utf8collationiterator.h | 122 UBool nextSegment(UErrorCode &errorCode);
|
D | utf16collationiterator.h | 130 UBool nextSegment(UErrorCode &errorCode);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uitercollationiterator.cpp | 120 if(!nextSegment(errorCode)) { in handleNextCE32() 174 if(!nextSegment(errorCode)) { in nextCodePoint() 305 FCDUIterCollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUIterCollationIterator
|
D | utf16collationiterator.cpp | 222 if(!nextSegment(errorCode)) { in handleNextCE32() 263 if(!nextSegment(errorCode)) { in nextCodePoint() 374 FCDUTF16CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUTF16CollationIterator
|
D | utf8collationiterator.cpp | 204 if(!nextSegment(errorCode)) { in handleNextCE32() 283 if(!nextSegment(errorCode)) { in nextCodePoint() 385 FCDUTF8CollationIterator::nextSegment(UErrorCode &errorCode) { in nextSegment() function in FCDUTF8CollationIterator
|
D | uitercollationiterator.h | 101 UBool nextSegment(UErrorCode &errorCode);
|
D | utf8collationiterator.h | 122 UBool nextSegment(UErrorCode &errorCode);
|
D | utf16collationiterator.h | 130 UBool nextSegment(UErrorCode &errorCode);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 300 static IntervalInfo nextSegment(const IntervalInfo &I) { in nextSegment() function in __anon0102e8e70111::Interference 352 Inactive.push(nextSegment(*RetireItr)); in apply()
|