/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 434 SkCoincidentSpans* coin = this->fHead; in addExpanded() local 435 if (!coin) { in addExpanded() 439 const SkOpPtT* startPtT = coin->coinPtTStart(); in addExpanded() 440 const SkOpPtT* oStartPtT = coin->oppPtTStart(); in addExpanded() 444 SkOPASSERT(coin->coinPtTEnd()->contains(coin->oppPtTEnd())); in addExpanded() 447 const SkOpSpanBase* end = coin->coinPtTEnd()->span(); in addExpanded() 448 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in addExpanded() 452 FAIL_IF(!coin->flipped() && !oStart->upCastable()); in addExpanded() 453 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in addExpanded() 477 && walk != coin->coinPtTEnd()->span()); in addExpanded() [all …]
|
D | SkPathOpsDebug.cpp | 27 #define FAIL_IF(cond, coin) \ argument 28 do { if (cond) log->record(SkPathOpsDebug::kFail_Glitch, coin); } while (false) 135 void record(GlitchType type, const SkCoincidentSpans* coin, in record() 138 glitch->fCoinSpan = coin->coinPtTStart(); in record() 139 glitch->fEndSpan = coin->coinPtTEnd(); in record() 163 void record(GlitchType type, const SkCoincidentSpans* coin, in record() 166 glitch->fCoinSpan = coin->coinPtTStart(); in record() 167 glitch->fEndSpan = coin->coinPtTEnd(); in record() 173 void record(GlitchType type, const SkCoincidentSpans* coin, in record() 177 glitch->fCoinSpan = coin->coinPtTStart(); in record() [all …]
|
D | SkOpSpan.h | 206 bool containsCoinEnd(const SkOpSpanBase* coin) const { in containsCoinEnd() argument 207 SkASSERT(this != coin); in containsCoinEnd() 210 if (next == coin) { in containsCoinEnd() 282 void insertCoinEnd(SkOpSpanBase* coin) { in insertCoinEnd() argument 283 if (containsCoinEnd(coin)) { in insertCoinEnd() 284 SkASSERT(coin->containsCoinEnd(this)); in insertCoinEnd() 288 SkASSERT(this != coin); in insertCoinEnd() 289 SkOpSpanBase* coinNext = coin->fCoinEnd; in insertCoinEnd() 290 coin->fCoinEnd = this->fCoinEnd; in insertCoinEnd() 439 bool containsCoincidence(const SkOpSpan* coin) const { in containsCoincidence() argument [all …]
|
D | SkOpCoincidence.h | 187 const SkCoincidentSpans* coin, const SkOpPtT* test) const; 237 static bool Ordered(const SkOpSegment* coin, const SkOpSegment* opp); 265 bool contains(const SkCoincidentSpans* coin, const SkOpSegment* seg, 281 void fixUp(SkCoincidentSpans* coin, SkOpPtT* deleted, const SkOpPtT* kept); 286 bool release(SkCoincidentSpans* coin, SkCoincidentSpans* );
|
/external/skqp/src/pathops/ |
D | SkOpCoincidence.cpp | 434 SkCoincidentSpans* coin = this->fHead; in addExpanded() local 435 if (!coin) { in addExpanded() 439 const SkOpPtT* startPtT = coin->coinPtTStart(); in addExpanded() 440 const SkOpPtT* oStartPtT = coin->oppPtTStart(); in addExpanded() 444 SkOPASSERT(coin->coinPtTEnd()->contains(coin->oppPtTEnd())); in addExpanded() 447 const SkOpSpanBase* end = coin->coinPtTEnd()->span(); in addExpanded() 448 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in addExpanded() 452 FAIL_IF(!coin->flipped() && !oStart->upCastable()); in addExpanded() 453 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in addExpanded() 477 && walk != coin->coinPtTEnd()->span()); in addExpanded() [all …]
|
D | SkPathOpsDebug.cpp | 27 #define FAIL_IF(cond, coin) \ argument 28 do { if (cond) log->record(SkPathOpsDebug::kFail_Glitch, coin); } while (false) 135 void record(GlitchType type, const SkCoincidentSpans* coin, in record() 138 glitch->fCoinSpan = coin->coinPtTStart(); in record() 139 glitch->fEndSpan = coin->coinPtTEnd(); in record() 163 void record(GlitchType type, const SkCoincidentSpans* coin, in record() 166 glitch->fCoinSpan = coin->coinPtTStart(); in record() 167 glitch->fEndSpan = coin->coinPtTEnd(); in record() 173 void record(GlitchType type, const SkCoincidentSpans* coin, in record() 177 glitch->fCoinSpan = coin->coinPtTStart(); in record() [all …]
|
D | SkOpSpan.h | 206 bool containsCoinEnd(const SkOpSpanBase* coin) const { in containsCoinEnd() argument 207 SkASSERT(this != coin); in containsCoinEnd() 210 if (next == coin) { in containsCoinEnd() 282 void insertCoinEnd(SkOpSpanBase* coin) { in insertCoinEnd() argument 283 if (containsCoinEnd(coin)) { in insertCoinEnd() 284 SkASSERT(coin->containsCoinEnd(this)); in insertCoinEnd() 288 SkASSERT(this != coin); in insertCoinEnd() 289 SkOpSpanBase* coinNext = coin->fCoinEnd; in insertCoinEnd() 290 coin->fCoinEnd = this->fCoinEnd; in insertCoinEnd() 439 bool containsCoincidence(const SkOpSpan* coin) const { in containsCoincidence() argument [all …]
|
D | SkOpCoincidence.h | 187 const SkCoincidentSpans* coin, const SkOpPtT* test) const; 237 static bool Ordered(const SkOpSegment* coin, const SkOpSegment* opp); 265 bool contains(const SkCoincidentSpans* coin, const SkOpSegment* seg, 281 void fixUp(SkCoincidentSpans* coin, SkOpPtT* deleted, const SkOpPtT* kept); 286 bool release(SkCoincidentSpans* coin, SkCoincidentSpans* );
|
/external/skqp/tests/ |
D | PathOpsDebug.cpp | 259 const SkOpAngle* CoincidenceAngle(SkOpCoincidence* coin, int id) { in CoincidenceAngle() argument 260 return coin->debugAngle(id); in CoincidenceAngle() 263 SkOpContour* CoincidenceContour(SkOpCoincidence* coin, int id) { in CoincidenceContour() argument 264 return coin->debugContour(id); in CoincidenceContour() 267 const SkOpPtT* CoincidencePtT(SkOpCoincidence* coin, int id) { in CoincidencePtT() argument 268 return coin->debugPtT(id); in CoincidencePtT() 271 const SkOpSegment* CoincidenceSegment(SkOpCoincidence* coin, int id) { in CoincidenceSegment() argument 272 return coin->debugSegment(id); in CoincidenceSegment() 275 const SkOpSpanBase* CoincidenceSpan(SkOpCoincidence* coin, int id) { in CoincidenceSpan() argument 276 return coin->debugSpan(id); in CoincidenceSpan() [all …]
|
D | PathOpsConicIntersectionTest.cpp | 299 bool coin) { in oneOff() argument 316 if (coin && intersections.used() != 2) { in oneOff() 319 REPORTER_ASSERT(reporter, !coin || intersections.used() == 2); in oneOff()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 259 const SkOpAngle* CoincidenceAngle(SkOpCoincidence* coin, int id) { in CoincidenceAngle() argument 260 return coin->debugAngle(id); in CoincidenceAngle() 263 SkOpContour* CoincidenceContour(SkOpCoincidence* coin, int id) { in CoincidenceContour() argument 264 return coin->debugContour(id); in CoincidenceContour() 267 const SkOpPtT* CoincidencePtT(SkOpCoincidence* coin, int id) { in CoincidencePtT() argument 268 return coin->debugPtT(id); in CoincidencePtT() 271 const SkOpSegment* CoincidenceSegment(SkOpCoincidence* coin, int id) { in CoincidenceSegment() argument 272 return coin->debugSegment(id); in CoincidenceSegment() 275 const SkOpSpanBase* CoincidenceSpan(SkOpCoincidence* coin, int id) { in CoincidenceSpan() argument 276 return coin->debugSpan(id); in CoincidenceSpan() [all …]
|
D | PathOpsConicIntersectionTest.cpp | 299 bool coin) { in oneOff() argument 316 if (coin && intersections.used() != 2) { in oneOff() 319 REPORTER_ASSERT(reporter, !coin || intersections.used() == 2); in oneOff()
|
D | PathOpsCubicIntersectionTest.cpp | 389 bool coin) { in oneOff() argument 414 if (coin && intersections.used() < 2) { in oneOff() 417 REPORTER_ASSERT(reporter, !coin || intersections.used() >= 2); in oneOff()
|
/external/clang/test/Analysis/ |
D | operator-calls.cpp | 81 void test(int coin) { in test() argument 84 … clang_analyzer_eval(+(coin ? getSmallOpaque() : getSmallOpaque())); // expected-warning{{UNKNOWN}} in test() 85 … clang_analyzer_eval(+(coin ? getLargeOpaque() : getLargeOpaque())); // expected-warning{{UNKNOWN}} in test()
|
D | unreachable-code-path.c | 152 extern int coin(); in testInlined() 153 int cond = coin(); in testInlined()
|
D | temporaries.cpp | 118 extern bool coin(); 124 if (coin() && (coin() || coin() || check(Dtor()))) { in testPR16664andPR18159Crash()
|
D | reference.cpp | 197 extern bool coin(); in maybeNull() 199 return coin() ? &x : 0; in maybeNull()
|
D | new.cpp | 104 extern bool coin(); in testCacheOut() 105 if (coin()) in testCacheOut()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/ |
D | RepresentTest.java | 71 CustomBean coin = (CustomBean) data; in representData() local 72 String value = coin.getPrefix() + "d" + coin.getSuffix(); in representData()
|
/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.c | 6 int coin(); 51 if (coin()) { in testBranch() 67 if (coin()) { in testBranchReversed() 197 if (coin()) in lookUpInt()
|
D | false-positive-suppression.cpp | 41 extern bool coin(); 55 if (coin()) { in getValue() 92 if (coin()) { in getSomeClass()
|
D | ObjCDynTypePopagation.m | 78 int testDynamicClass(BOOL coin) { 79 Class AllocClass = (coin ? [NSObject class] : [PublicSubClass2 class]); 81 if (coin)
|
D | false-positive-suppression.m | 32 void testNilReceiver(int coin) { 34 if (coin)
|
/external/clang/test/Analysis/diagnostics/ |
D | shortest-path-suppression.c | 5 int coin();
|
/external/eigen/unsupported/Eigen/ |
D | AdolcForward | 17 // see https://projects.coin-or.org/ADOL-C for more information. 51 * see https://projects.coin-or.org/ADOL-C for more information.
|