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

/external/skia/src/pathops/
H A DSkOpCoincidence.cpp1022 SkOpSegment* oSegment = oStart->segment(); local
1023 bool operandSwap = segment->operand() != oSegment->operand();
1084 if (oSegment->isXor()) {
1087 if (oSegment->oppXor()) {
1095 SkDebugf("seg=%d span=%d windValue=%d oppValue=%d\n", oSegment->debugID(),
1107 oSegment->markDone(oStart);
1337 const SkOpSegment* oSegment = oStart->segment(); local
1344 FAIL_IF(!next->upCast()->insertCoincidence(oSegment, flipped, ordered));
H A DSkPathOpsDebug.cpp2064 const SkOpSegment* oSegment = oStart->segment(); local
2071 if (next->upCast()->debugInsertCoincidence(log, oSegment, flipped, ordered), false) {
2130 double oStart, double oEnd, const SkOpSegment* oSegment,
2162 if (ptT->segment() != oSegment) {
2129 DebugCheckBetween(const SkOpSpanBase* next, const SkOpSpanBase* end, double oStart, double oEnd, const SkOpSegment* oSegment, SkPathOpsDebug::GlitchLog* log) argument

Completed in 583 milliseconds