/third_party/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 15 static bool findChaseOp(SkTDArray<SkOpSpanBase*>& chase, SkOpSpanBase** startPtr, in findChaseOp() argument 17 while (chase.count()) { in findChaseOp() 19 chase.pop(&span); in findChaseOp() 29 *chase.insert(0) = span; in findChaseOp() 31 *chase.append() = span; in findChaseOp() 97 *chase.insert(0) = span; in findChaseOp() 99 *chase.append() = span; in findChaseOp() 122 SkTDArray<SkOpSpanBase*> chase; in bridgeOp() local 133 SkOpSegment* next = current->findNextOp(&chase, &nextStart, &nextEnd, in bridgeOp() 181 SkASSERT(!SkPathOpsDebug::ChaseContains(chase, last)); in bridgeOp() [all …]
|
D | SkPathOpsCommon.cpp | 82 SkOpSegment* FindChase(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** startPtr, in FindChase() argument 84 while (chase->count()) { in FindChase() 86 chase->pop(&span); in FindChase() 95 *chase->insert(0) = span; in FindChase() 97 *chase->append() = span; in FindChase() 144 *chase->insert(0) = span; in FindChase() 146 *chase->append() = span; in FindChase()
|
D | SkPathOpsSimplify.cpp | 23 SkTDArray<SkOpSpanBase*> chase; in bridgeWinding() local 33 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd, in bridgeWinding() 67 SkASSERT(!SkPathOpsDebug::ChaseContains(chase, last)); in bridgeWinding() 68 *chase.append() = last; in bridgeWinding() 78 current = FindChase(&chase, &start, &end); in bridgeWinding()
|
D | SkPathOpsCommon.h | 19 SkOpSegment* FindChase(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** startPtr,
|
D | SkOpSegment.h | 214 SkOpSegment* findNextOp(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart, 217 SkOpSegment* findNextWinding(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart,
|
D | SkOpSegment.cpp | 538 SkOpSegment* SkOpSegment::findNextOp(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart, in findNextOp() argument 619 SkASSERT(!SkPathOpsDebug::ChaseContains(*chase, last)); in findNextOp() 620 *chase->append() = last; in findNextOp() 645 SkOpSegment* SkOpSegment::findNextWinding(SkTDArray<SkOpSpanBase*>* chase, in findNextWinding() argument 715 SkASSERT(!SkPathOpsDebug::ChaseContains(*chase, last)); in findNextWinding() 716 *chase->append() = last; in findNextWinding()
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 15 static bool findChaseOp(SkTDArray<SkOpSpanBase*>& chase, SkOpSpanBase** startPtr, in findChaseOp() argument 17 while (chase.count()) { in findChaseOp() 19 chase.pop(&span); in findChaseOp() 29 *chase.insert(0) = span; in findChaseOp() 31 *chase.append() = span; in findChaseOp() 97 *chase.insert(0) = span; in findChaseOp() 99 *chase.append() = span; in findChaseOp() 122 SkTDArray<SkOpSpanBase*> chase; in bridgeOp() local 133 SkOpSegment* next = current->findNextOp(&chase, &nextStart, &nextEnd, in bridgeOp() 181 SkASSERT(!SkPathOpsDebug::ChaseContains(chase, last)); in bridgeOp() [all …]
|
D | SkPathOpsCommon.cpp | 82 SkOpSegment* FindChase(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** startPtr, in FindChase() argument 84 while (chase->count()) { in FindChase() 86 chase->pop(&span); in FindChase() 95 *chase->insert(0) = span; in FindChase() 97 *chase->append() = span; in FindChase() 144 *chase->insert(0) = span; in FindChase() 146 *chase->append() = span; in FindChase()
|
D | SkPathOpsSimplify.cpp | 23 SkTDArray<SkOpSpanBase*> chase; in bridgeWinding() local 33 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd, in bridgeWinding() 67 SkASSERT(!SkPathOpsDebug::ChaseContains(chase, last)); in bridgeWinding() 68 *chase.append() = last; in bridgeWinding() 78 current = FindChase(&chase, &start, &end); in bridgeWinding()
|
D | SkPathOpsCommon.h | 19 SkOpSegment* FindChase(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** startPtr,
|
D | SkOpSegment.h | 214 SkOpSegment* findNextOp(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart, 217 SkOpSegment* findNextWinding(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart,
|
D | SkOpSegment.cpp | 538 SkOpSegment* SkOpSegment::findNextOp(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart, in findNextOp() argument 619 SkASSERT(!SkPathOpsDebug::ChaseContains(*chase, last)); in findNextOp() 620 *chase->append() = last; in findNextOp() 645 SkOpSegment* SkOpSegment::findNextWinding(SkTDArray<SkOpSpanBase*>* chase, in findNextWinding() argument 715 SkASSERT(!SkPathOpsDebug::ChaseContains(*chase, last)); in findNextWinding() 716 *chase->append() = last; in findNextWinding()
|
/third_party/mtdev/ |
D | ChangeLog | 577 Author: Chase Douglas <chase.douglas@canonical.com> 586 Signed-off-by: Chase Douglas <chase.douglas@canonical.com> 624 Author: Chase Douglas <chase.douglas@canonical.com> 630 Signed-off-by: Chase Douglas <chase.douglas@canonical.com> 659 Acked-by: Chase Douglas <chase.douglas@canonical.com> 663 Author: Chase Douglas <chase.douglas@canonical.com> 671 Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.3.0.rst | 218 - Performance regression: car chase, manhattan
|
/third_party/libwebsockets/READMEs/ |
D | README.jit-trust.md | 311 |chase.com|✓|✓||
|
/third_party/curl/docs/ |
D | KNOWN_BUGS | 906 By configuration defaults, openldap automatically chase referrals on
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | nvsbl10.txt | 3303 round to brood upon his chase down the hill and the struggle about 4254 The last I saw of the chase was a little group of a dozen people 4463 cook, who took up the chase. I made one last desperate turn and 4466 the chase, I doubled him up with a lamp. Down he went, and I 5773 upstairs, and the rest of the chase is beyond his purview. But as 5816 chase. Then abandoning the idea of the police station he turned 5834 grasped the altered condition of the chase. He stopped, and looked
|
/third_party/skia/third_party/externals/microhttpd/ |
D | ltmain.sh | 4621 Does not chase symlinks, even on platforms that support them.
|
/third_party/eudev/ |
D | ltmain.sh | 6047 Does not chase symlinks, even on platforms that support them.
|
/third_party/gettext/build-aux/ |
D | ltmain.sh | 5999 Does not chase symlinks, even on platforms that support them.
|
/third_party/freetype/builds/unix/ |
D | ltmain.sh | 5999 Does not chase symlinks, even on platforms that support them.
|
/third_party/libevdev/build-aux/ |
D | ltmain.sh | 5999 Does not chase symlinks, even on platforms that support them.
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 5401 逐>'[chase]';
|
/third_party/node/deps/cares/ |
D | ltmain.sh | 6091 Does not chase symlinks, even on platforms that support them.
|
/third_party/mtdev/config-aux/ |
D | ltmain.sh | 6214 Does not chase symlinks, even on platforms that support them.
|