Home
last modified time | relevance | path

Searched refs:oEnd (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp448 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
449 FAIL_IF(oEnd->deleted()); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
457 while (test != end || oTest != oEnd) { in DEBUG_COIN_DECLARE_ONLY_PARAMS()
503 oEnd = coin->oppPtTEnd()->span(); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
510 if (oTest != oEnd) { in DEBUG_COIN_DECLARE_ONLY_PARAMS()
1041 const SkOpSpanBase* oEnd = (flipped ? coin->oppPtTStart() : coin->oppPtTEnd())->span(); in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
1042 SkASSERT(oStart == oStart->starter(oEnd)); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
1047 if (oEnd->deleted()) { in DEBUG_COIN_DECLARE_ONLY_PARAMS()
1052 if (oNext == oEnd) { in DEBUG_COIN_DECLARE_ONLY_PARAMS()
1350 SkOpSpanBase* oEnd in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
[all...]
H A DSkPathOpsDebug.cpp1627 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded() local
1628 FAIL_IF(oEnd->deleted(), coin); in debugAddExpanded()
1636 while (test != end || oTest != oEnd) { in debugAddExpanded()
1682 oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded()
1689 if (oTest != oEnd) { in debugAddExpanded()
2038 const SkOpSpanBase* oEnd = coin->oppPtTEndWritable()->span(); in debugMark() local
2039 // SkASSERT(oEnd->deleted()); in debugMark()
2043 swap(oStart, oEnd); in debugMark()
2048 end->debugInsertCoinEnd(log, oEnd); in debugMark()
2061 while ((oNext = oNext->upCast()->next()) != oEnd) { in debugMark()
2115 DebugCheckBetween(const SkOpSpanBase* next, const SkOpSpanBase* end, double oStart, double oEnd, const SkOpSegment* oSegment, SkPathOpsDebug::GlitchLog* log) DebugCheckBetween() argument
[all...]

Completed in 7 milliseconds