Home
last modified time | relevance | path

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

/external/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.cpp238 const SkOpSegment* nextSegment = opSegment->isSimple(&start, &step); in assemble() local
239 if (!nextSegment) { in assemble()
246 nextSegment->addCurveTo(start, opSpanEnd, &partWriter); in assemble()
DSkPathOpsDebug.cpp1271 SkOpSegment* nextSegment = next->segment(); in debugCheckNearCoincidence() local
1275 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in debugCheckNearCoincidence()
1279 double nextMidDistSq = nextSegment->distSq(nextMidT, test); in debugCheckNearCoincidence()
1280 double nextEndDistSq = nextSegment->distSq(nextEndT, test); in debugCheckNearCoincidence()
1282 testSegment->debugID(), nextSegment->debugID()); in debugCheckNearCoincidence()
1287 SkDPoint nextEndPt = nextSegment->dPtAtT(nextEndT); in debugCheckNearCoincidence()
/external/skqp/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.cpp238 const SkOpSegment* nextSegment = opSegment->isSimple(&start, &step); in assemble() local
239 if (!nextSegment) { in assemble()
246 nextSegment->addCurveTo(start, opSpanEnd, &partWriter); in assemble()
DSkPathOpsDebug.cpp1271 SkOpSegment* nextSegment = next->segment(); in debugCheckNearCoincidence() local
1275 SkDPoint nextStartPt = nextSegment->dPtAtT(nextStartT); in debugCheckNearCoincidence()
1279 double nextMidDistSq = nextSegment->distSq(nextMidT, test); in debugCheckNearCoincidence()
1280 double nextEndDistSq = nextSegment->distSq(nextEndT, test); in debugCheckNearCoincidence()
1282 testSegment->debugID(), nextSegment->debugID()); in debugCheckNearCoincidence()
1287 SkDPoint nextEndPt = nextSegment->dPtAtT(nextEndT); in debugCheckNearCoincidence()
/external/icu/android_icu4j/src/main/java/android/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
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp301 static IntervalInfo nextSegment(const IntervalInfo &I) { in nextSegment() function in __anon58adb7930111::Interference
353 Inactive.push(nextSegment(*RetireItr)); in apply()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp271 static IntervalInfo nextSegment(const IntervalInfo &I) { in nextSegment() function in __anonc34e603b0111::Interference
323 Inactive.push(nextSegment(*RetireItr)); in apply()
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.cpp2443 void Builder::nextSwitchSegment(std::vector<Block*>& segmentBlock, int nextSegment) in nextSwitchSegment() argument
2445 int lastSegment = nextSegment - 1; in nextSwitchSegment()
2449 createBranch(segmentBlock[nextSegment]); in nextSwitchSegment()
2451 Block* block = segmentBlock[nextSegment]; in nextSwitchSegment()