Home
last modified time | relevance | path

Searched refs:oSegment (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/pathops/
DSkOpCoincidence.cpp1044 SkOpSegment* oSegment = oStart->segment(); in apply() local
1045 bool operandSwap = segment->operand() != oSegment->operand(); in apply()
1108 if (oSegment->isXor()) { in apply()
1111 if (oSegment->oppXor()) { in apply()
1119 SkDebugf("seg=%d span=%d windValue=%d oppValue=%d\n", oSegment->debugID(), in apply()
1132 oSegment->markDone(oStart); in apply()
1363 const SkOpSegment* oSegment = oStart->segment(); in mark() local
1370 FAIL_IF(!next->upCast()->insertCoincidence(oSegment, flipped, ordered)); in mark()
DSkPathOpsDebug.cpp2050 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() argument
2149 if (ptT->segment() != oSegment) { in DebugCheckBetween()