Searched refs:oSegment (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.cpp | 1044 SkOpSegment* oSegment = oStart->segment(); in DEBUG_COIN_DECLARE_ONLY_PARAMS() local 1045 bool operandSwap = segment->operand() != oSegment->operand(); in DEBUG_COIN_DECLARE_ONLY_PARAMS() 1108 if (oSegment->isXor()) { in DEBUG_COIN_DECLARE_ONLY_PARAMS() 1111 if (oSegment->oppXor()) { in DEBUG_COIN_DECLARE_ONLY_PARAMS() 1119 SkDebugf("seg=%d span=%d windValue=%d oppValue=%d\n", oSegment->debugID(), in DEBUG_COIN_DECLARE_ONLY_PARAMS() 1132 oSegment->markDone(oStart); in DEBUG_COIN_DECLARE_ONLY_PARAMS() 1363 const SkOpSegment* oSegment = oStart->segment(); in DEBUG_COIN_DECLARE_ONLY_PARAMS() local 1370 FAIL_IF(!next->upCast()->insertCoincidence(oSegment, flipped, ordered)); in DEBUG_COIN_DECLARE_ONLY_PARAMS()
|
H A D | SkPathOpsDebug.cpp | 2050 const SkOpSegment* oSegment = oStart->segment(); in debugMark() local 2057 if (next->upCast()->debugInsertCoincidence(log, oSegment, flipped, ordered), false) { in debugMark() 2116 double oStart, double oEnd, const SkOpSegment* oSegment, in DebugCheckBetween() 2149 if (ptT->segment() != oSegment) { in DebugCheckBetween() 2115 DebugCheckBetween(const SkOpSpanBase* next, const SkOpSpanBase* end, double oStart, double oEnd, const SkOpSegment* oSegment, SkPathOpsDebug::GlitchLog* log) DebugCheckBetween() argument
|
Completed in 8 milliseconds