Home | History | Annotate | Download | only in pathops

Lines Matching refs:segment

88         SkOpSegment* segment = span->segment();
89 fSlope = segment->dSlopeAtT(fT);
90 fPt = segment->ptAtT(fT);
134 if (base.fSpan->segment() == this && approximately_equal(base.fT, t)) {
149 if (base.fSpan->segment() == this) {
158 if (fVerb == SkPath::kCubic_Verb && base.fSpan->segment() == this
264 gDebugRayDirName[static_cast<int>(dir)], hitBase.fSpan->segment()->debugID(),
269 SkOpSegment* hitSegment = span ? span->segment() : nullptr;
292 SkOpSegment* hitSegment = span->segment();