Home
last modified time | relevance | path

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

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