Home
last modified time | relevance | path

Searched refs:chase (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/src/pathops/
DSkPathOpsOp.cpp15 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 …]
DSkPathOpsCommon.cpp82 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()
DSkPathOpsSimplify.cpp23 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()
DSkPathOpsCommon.h19 SkOpSegment* FindChase(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** startPtr,
DSkOpSegment.h214 SkOpSegment* findNextOp(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart,
217 SkOpSegment* findNextWinding(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart,
DSkOpSegment.cpp538 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/
DSkPathOpsOp.cpp15 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 …]
DSkPathOpsCommon.cpp82 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()
DSkPathOpsSimplify.cpp23 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()
DSkPathOpsCommon.h19 SkOpSegment* FindChase(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** startPtr,
DSkOpSegment.h214 SkOpSegment* findNextOp(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart,
217 SkOpSegment* findNextWinding(SkTDArray<SkOpSpanBase*>* chase, SkOpSpanBase** nextStart,
DSkOpSegment.cpp538 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/
DChangeLog577 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/
D17.3.0.rst218 - Performance regression: car chase, manhattan
/third_party/libwebsockets/READMEs/
DREADME.jit-trust.md311 |chase.com|✓|✓||
/third_party/curl/docs/
DKNOWN_BUGS906 By configuration defaults, openldap automatically chase referrals on
/third_party/icu/icu4j/perf-tests/data/collation/
Dnvsbl10.txt3303 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/
Dltmain.sh4621 Does not chase symlinks, even on platforms that support them.
/third_party/eudev/
Dltmain.sh6047 Does not chase symlinks, even on platforms that support them.
/third_party/gettext/build-aux/
Dltmain.sh5999 Does not chase symlinks, even on platforms that support them.
/third_party/freetype/builds/unix/
Dltmain.sh5999 Does not chase symlinks, even on platforms that support them.
/third_party/libevdev/build-aux/
Dltmain.sh5999 Does not chase symlinks, even on platforms that support them.
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt5401 逐>'[chase]';
/third_party/node/deps/cares/
Dltmain.sh6091 Does not chase symlinks, even on platforms that support them.
/third_party/mtdev/config-aux/
Dltmain.sh6214 Does not chase symlinks, even on platforms that support them.

12