Home | History | Annotate | Download | only in pathops

Lines Matching defs:addT

410 int SkOpSegment::addT(SkOpSegment* other, const SkPoint& pt, double newT) {
648 int result = addT(other, pt, newT);
827 int insertedAt = addT(other, pt, t);
828 int otherInsertedAt = other->addT(this, pt, otherT);