Home | History | Annotate | Download | only in pathops

Lines Matching full:record

109     void record(GlitchType type, const char* stage, const SkOpSpanBase* base,
116 void record(GlitchType type, const char* stage, const SkCoincidentSpans* coin,
123 void record(GlitchType type, const char* stage, const SkOpSpanBase* base,
132 void record(GlitchType type, const char* stage, const SkOpSpanBase* base, double t,
140 void record(GlitchType type, const char* stage, const SkCoincidentSpans* coin,
148 void record(GlitchType type, const char* stage, const SkCoincidentSpans* coin,
155 void record(GlitchType type, const char* stage, const SkOpPtT* ptTS, const SkOpPtT* ptTE,
486 log->record(kMissingIntersection_Glitch, id, checkSpan, segment, i[0][0], newPt);
513 record(kUnalignedHead_Glitch, id, span);
521 glitches->record(kUnaligned_Glitch, id, span);
531 glitches->record(kCollapsedWindValue_Glitch, id, span);
534 glitches->record(kCollapsedOppValue_Glitch, id, span);
537 glitches->record(kCollapsedDone_Glitch, id, span);
584 glitches->record(kMissingDone_Glitch, id, &fHead);
587 glitches->record(kUnalignedHead_Glitch, id, &fHead);
590 glitches->record(kUnalignedTail_Glitch, id, &fTail);
694 log->record(kMissingCoin_Glitch, id, priorPtT, ptT, oppStart, oppEnd);
783 glitches->record(kMoveMultiple_Glitch, id, oppTest, oppSpan);
785 glitches->record(kMoveMultiple_Glitch, id, oppSpan, oppTest);
805 glitches->record(kUndetachedSpan_Glitch, id, test, spanS);
807 glitches->record(kUndetachedSpan_Glitch, id, spanS, test);
825 glitches->record(kCollapsedSpan_Glitch, id, spanS);
827 glitches->record(kUnmergedSpan_Glitch, id, &this->fTail, spanS);
830 glitches->record(kUnmergedSpan_Glitch, id, spanS, test);
1145 log->record(kAddCorruptCoin_Glitch, id, start, oStart);
1150 log->record(kAddExpandedCoin_Glitch, id, oStart, newT, test->pt());
1154 log->record(kAddExpandedCoin_Glitch, id, start, newT, oTest->pt());
1290 log->record(kAddMissingCoin_Glitch, id, outer, inner->fCoinPtTStart);
1299 log->record(kAddMissingCoin_Glitch, id, outer, inner->fOppPtTStart);
1308 log->record(kAddMissingCoin_Glitch, id, outer, inner->fCoinPtTStart);
1317 log->record(kAddMissingCoin_Glitch, id, outer, inner->fOppPtTStart);
1330 log->record(kAddMissingCoin_Glitch, id, outer, testS, testE);
1339 log->record(kAddMissingCoin_Glitch, id, inner, testS, testE);
1363 log->record(kExpandCoin_Glitch, id, coin, prev);
1370 log->record(kExpandCoin_Glitch, id, coin, next);
1384 log->record(kDeletedCoin_Glitch, id, coin, coin->fCoinPtTStart);
1387 log->record(kDeletedCoin_Glitch, id, coin, coin->fCoinPtTEnd);
1390 log->record(kDeletedCoin_Glitch, id, coin, coin->fOppPtTStart);
1393 log->record(kDeletedCoin_Glitch, id, coin, coin->fOppPtTEnd);
1399 log->record(kCollapsedCoin_Glitch, id, coin, coin->fCoinPtTStart);
1402 log->record(kCollapsedCoin_Glitch, id, coin, coin->fOppPtTStart);
1432 log->record(kMarkCoinEnd_Glitch, id, next, oNext);
1437 log->record(kMarkCoinInsert_Glitch, id, nextSpan, oNextSpan);