HomeSort by relevance Sort by last modified time
    Searched refs:coinSeg (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkOpCoincidence.cpp 193 const SkOpSegment* coinSeg = coinPtTStart->segment();
196 SkTSwap(coinSeg, oppSeg);
207 if (coinSeg != test->coinPtTStart()->segment()) {
323 SkOpSegment* coinSeg = base->segment();
326 if (Ordered(coinSeg, oppSeg)) {
332 SkTSwap(coinSeg, oppSeg);
343 if (!this->addOrOverlap(coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, &added)) {
528 const SkOpSegment* coinSeg SkDEBUGPARAMS(const SkOpPtT* overE)) {
535 const SkOpPtT* contained = work->contains(coinSeg);
556 // while overS->fT <=t and overS contains coinSeg
    [all...]
SkOpCoincidence.h 163 const SkOpSegment* coinSeg, const SkOpSegment* oppSeg,
252 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg,
255 bool addOrOverlap(SkOpSegment* coinSeg, SkOpSegment* oppSeg,
261 const SkOpSegment* coinSeg, const SkOpSegment* oppSeg,
274 const SkOpSegment* coinSeg, const SkOpSegment* oppSeg, bool* added,
SkPathOpsDebug.cpp 391 SkDebugf(" coinSeg/Span/PtT=%d/%d/%d", glitch.fCoinSpan->segment()->debugID(),
    [all...]

Completed in 134 milliseconds