Home | History | Annotate | Download | only in pathops

Lines Matching full:sindex

462     int sIndex = -1;
492 sIndex = index;
513 sIndex = index;
517 const SkDCubic& curve = sIndex ? rh.fCurvePart : fCurvePart;
518 const SkOpSegment& segment = sIndex ? *rh.fSegment : *fSegment;
519 double tStart = segment.t(sIndex ? rh.fStart : fStart);
525 return sRayLonger ^ (sIndex == 0) ^ (septDir < 0);